main {
    position: relative;

    width: 100%;
    height: 100vh;

    background: url("../assets/sebastian-pichler-bAQH53VquTc-unsplash\ 1.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.botao {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 10;
}

header {
    position: absolute;
    z-index: 99;

    width: 100%;

    padding: 4rem 0;
}

header .logo img {
    width: 25rem;
    filter: invert(1);
    display: none;
}

header.active {
    background-color: var(--tertiary-color);
    box-shadow: 0px 11px 24px -4px var(--dark-text-color);
    padding: 1rem 0;
    position: fixed;
}

header.active .logo img {
    display: block;
}

header a {
    text-decoration: none;
    color: var(--light-text-color);
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header nav ul {
    display: flex;
    align-items: center;

    list-style: none;
}

header nav ul li a {
    margin: 0 3.5rem;

    font-size: 1.8rem;

    transition: .4s;
}

header nav ul li a:hover {
    color: var(--primary-color);
}

header .login a {
    border-radius: 5px;
    border: 3px solid var(--secondary-color);

    padding: 1rem 2rem;

    text-transform: uppercase;
    font-size: 1.6rem;

    transition: .4s;
}

header .login a:hover {
    background-color: var(--secondary-color);
}

nav#autoNav .close-menu,
nav#autoNav .open-menu {
    display: none;
}

.main-text {
    position: absolute;
    top: 30%;
    left: 47%;
    transform: translateX(-50%);
    color: var(--light-text-color);
    text-transform: uppercase;
    z-index: 2;
}

.main-text img {
    filter: invert(1);
    opacity: 0.6;
}

.main-text h1 {
    width: 400rem;
    text-align: center;
    max-width: 85rem;

    text-align: center;

    font-size: 6rem;
    line-height: 7rem;
    font-weight: 700;
    font-family: var(--title-font);
    color: var(--primary-color);
}

.main-text img:nth-child(2) {
    display: none;
}

.main-text h4 {
    text-align: center;

    font-weight: 600;
    font-family: var(--title-font);
    font-size: 2.5rem;
}

section#about {
    position: relative;

    padding: 7rem 0;
}


section#about .container {
    max-width: 105rem;

    position: relative;

    text-align: center;
    margin: 0 auto;
}

section#about .about__main-text {
    text-transform: uppercase;
}

section#about .about__main-text h2 {
    max-width: 75rem;

    margin: 0 auto;

    font-size: 4rem;
    text-align: center;
}

section#about .about__main-text p {
    max-width: 59.7rem;

    margin: 1.3rem auto 1.5rem;

    font-size: 1.6rem;
    font-family: var(--subtitle-font);
    text-align: center;
}

section#about .about__main-text__line {
    width: 5rem;
    height: .5rem;

    background-color: var(--primary-color);

    margin: 0 auto;
}

section#about .about__us {
    margin-top: 5rem;
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
    right: 25px;
    gap: 20px;
}

section#about .about__us-two {
    margin-top: 5rem;
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
    right: 25px;
    gap: 20px;
}

section#about .about__us__text {
    background-color: var(--secondary-color);
    height: 28rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: initial;
    width: 40rem;
    position: relative;
    border-radius: 10px;
}

section#about .about__us__text_two {
    background-color: var(--secondary-color);
    height: 28rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: initial;
    width: 40rem;
    position: relative;
    border-radius: 10px;
}

section#about .about__us__text_two h3 {
    text-transform: uppercase;
    font-family: var(--title-font);
    font-size: 4rem;
    line-height: 4.5rem;

    margin-left: 10%;
}

section#about .about__us__text_two h3 span {
    color: var(--primary-color);
}

section#about .about__us__text_two p {
    padding-top: 15px;
    font-size: 2rem;

    max-width: 34rem;

    margin-left: 10%;
    font-family: var(--subtitle-font);
    text-align: justify;
}

section#about .about__us__text h3 {
    text-transform: uppercase;
    font-family: var(--title-font);
    font-size: 4rem;
    line-height: 4.5rem;

    margin-left: 10%;
}

section#about .about__us__text h3 span {
    color: var(--primary-color);
}

section#about .about__us__text p {
    padding-top: 15px;
    font-size: 2rem;

    max-width: 35rem;

    margin-left: 10%;
    font-family: var(--subtitle-font);
}

section#about .about__us__text a {
    display: inline-block;

    color: var(--dark-text-color);
    text-decoration: none;
    font-weight: 700;
    font-size: 2rem;
    text-transform: uppercase;

    border-radius: 5px;
    border: 2px solid var(--primary-color);

    padding: 1rem;
    margin: 2rem 0;

    transition: .4s;
}

section#about .about__us__text a:hover {
    color: var(--light-text-color);
    background-color: var(--primary-color);
}

section#about .about__us__images img {
    width: 32rem;
    left: 50px;
    position: relative;
}

section#about .about__us__images-two img {
    width: 32rem;
    left: 50px;
    position: relative;
}





section#experiencia {
    position: relative;
    width: 100%;
    height: 40%;

    padding: 7rem 0;

    background-image: url(../assets/IMAGEM\ EXP.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

section#experiencia .container {
    max-width: 105rem;
    position: relative;

    z-index: 2;
}

section#experiencia .exp__main__text {
    width: 100%;
    height: 80%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

section#experiencia .exp__main__text h3 {
    max-width: 80rem;

    margin: auto;

    font-size: 3rem;
    font-family: var(--title-font);
    text-align: center;
    color: var(--primary-color);
    padding-bottom: 2rem;
}

section#experiencia .exp__main__text p {
    max-width: 60rem;

    margin: 0 auto;

    font-size: 2rem;
    font-family: var(--subtitle-font);
    text-align: center;
    color: var(--light-text-color);
    line-height: 2.9rem;
}



section#areas {
    position: relative;

    padding: 7rem 0 0 0;
}

section#areas .container {
    max-width: 125rem;
}

section#areas .areas__main-text {
    text-transform: uppercase;
}

section#areas .container svg:last-child {
    display: none;
}

section#areas .areas__main-text h2 {
    max-width: 75rem;

    margin: 0 auto;

    font-size: 4rem;
    text-align: center;
}

section#areas .areas__main-text__line {
    width: 15rem;
    height: .5rem;

    background-color: var(--primary-color);

    margin: 0 auto;
}


section#areas .areas__cards {
    width: 100%;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5rem;

    margin-top: 5rem;
}

section#areas .areas__cards .card {
    max-width: 35rem;

    background-color: #FEFEFE;
    border: .2rem solid var(--primary-color);
    border-radius: .5rem;

    padding: 2rem 1.3rem;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

section#areas .areas__cards .card h3 {
    text-align: center;
    font-family: Kanit;
    font-size: 2.4rem;
    line-height: 3rem;
    text-transform: uppercase;
}

section#areas .areas__cards .card p {
    text-align: center;
    font-family: Roboto;
    font-size: 1.6rem;
}


section#blog {
    position: relative;

}

section#blog .container {
    max-width: 115rem;
    margin: 0 auto;

    padding-bottom: 7rem;
}

section#blog .blog__title {
    text-align: initial;
    padding: 0 2rem;
}


section#blog .blog__title_two {
    display: flex;
    justify-content: space-between;
    gap: 10rem;
    align-items: center;
}

section#blog .Vejatdos a {
    display: inline-block;

    color: var(--dark-text-color);
    text-decoration: none;
    font-weight: 700;

    border-radius: 5px;
    border: 3px solid var(--secondary-color);

    padding: 1rem;
    margin: 1.4rem 0;

    transition: .4s;

    display: none;
}

section#blog .Vejatdos a:hover {
    background-color: var(--primary-color);
    color: var(--light-text-color);
}


section#blog .blog__title_two h4 {
    font-size: 2rem;
    font-family: var(--subtitle-font);
    color: var(--primary-color);
    text-decoration: underline;
    cursor: pointer;
}

section#blog .blog__title h2 {
    font-family: var(--title-font);
    font-size: 4rem;
    font-weight: bold;
    color: var(--dark-text-color);
    text-transform: uppercase;
}

section#blog .cards__blog {

    max-width: 115rem;
    width: 100%;
    display: flex;
    justify-content: center;
}

section#blog .card__b {
    display: flex;
    flex-direction: column;
    width: 41rem;
    padding: 2rem 2rem;
    gap: 1rem;
}

section#blog .card__b h3 {
    font-family: Kanit;
    font-size: 2.4rem;
    line-height: 3rem;
    font-weight: 700;
    color: var(--dark-text-color);
}

section#blog .card__b p {
    font-family: Roboto;
    font-size: 1.6rem;
    color: #929292;
    text-align: justify;
}


section#equipe {
    position: relative;
}

section#equipe .container {
    max-width: 105rem;
    padding-top: 7rem;
}

section#equipe .equipe__main-cont {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;

    z-index: 1;
}

section#equipe .imagem img {}

section#equipe .imagem .bloco {
    z-index: -1;
    top: 300px;
    left: -20px;
    position: absolute;
    height: 15rem;
    width: 15rem;
    background-color: var(--secondary-color);
    border-radius: 10px;
    display: none;
}

section#equipe .equipe__main-text {
    position: absolute;
    background-color: var(--secondary-color);
    width: 60rem;
    height: 38rem;
    display: flex;
    right: 0;
    justify-content: center;
    flex-direction: column;
    padding: 1.2rem 4rem;
    border-radius: 10px;
    gap: 5px;
}

section#equipe .equipe__main-text h3 {
    font-family: var(--title-font);

    text-transform: uppercase;
    font-size: 2.3rem;
    color: var(--primary-color);
}

section#equipe .equipe__main-text h2 {
    font-family: var(--title-font);

    font-size: 4rem;
    color: var(--dark-text-color);
    line-height: 5rem;
    max-width: 50rem;
}

section#equipe .equipe__main-text p {
    font-family: var(--title-font);

    font-size: 2rem;
    color: var(--dark-text-color);
    max-width: 40rem;
}

section#equipe .service__box h3 {
    font-size: 2.2rem;
    text-transform: uppercase;
    font-family: var(--title-font);
    text-align: center;
    margin-top: 180px;
    color: var(--primary-color);
}

section#equipe .service__box h5 {
    font-size: 1.8rem;
    text-transform: uppercase;
    font-family: var(--title-font);
    text-align: center;
    color: var(--light-text-color);
}

section#equipe .equipe__main-card {
    position: relative;
    top: -60px;
    background-color: var(--tertiary-color);
    width: 100%;
    z-index: 0;
}

section#equipe .equipe__main-card .container {
    max-width: 105rem;
    padding: 10rem 0 2rem 0;

    position: relative;

    z-index: 10;

}

section#equipe .equipe__title {
    text-align: center;

}

section#equipe .equipe__title h2 {
    text-transform: uppercase;
    font-size: 4rem;
    color: var(--light-text-color);
}

section#equipe .equipe__title__line {
    width: 5rem;
    height: .5rem;

    background-color: var(--primary-color);

    margin: 0 auto;
}

section#equipe .carousel-controls {
    text-align: center;
    padding-top: 25px;
}

.mobile {
    display: none;
}


@media (max-width: 769px) {

    section#about .about__us-two {
        right: 0;
    }

    section#about .about__us {
        right: 0;
    }


    section#experiencia {
        background-attachment: scroll;
    }


    header {
        position: fixed;
        z-index: 99;

        width: 100%;

        padding: 2rem 0;
    }

    header .logo img {
        width: 18rem;
    }

    nav {
        display: flex;

        height: 72px;

        position: fixed;
        top: 0;
        width: 100vw;

        z-index: 100;
        align-items: center;
    }

    nav#autoNav .close-menu,
    nav#autoNav .open-menu {
        display: block;
        position: fixed;
        top: 4rem;
        right: 3rem;

        border: none;
        background-color: rgb(255, 255, 255, 0);
    }

    body.menu-expanded {
        overflow: hidden;
    }

    header nav ul li a {
        font-size: 2.3rem;
    }

    header nav ul li:first-child {
        display: block;
        margin-top: 10rem;
    }

    header nav ul li a:hover {
        color: var(--light-text-color);
    }

    .menu,
    .close-menu,
    body.menu-expanded .open-menu {
        opacity: 0;
        visibility: hidden;
    }

    body.menu-expanded .menu,
    body.menu-expanded .close-menu {
        opacity: 1;
        visibility: visible;
    }

    .menu {
        transform: translateY(100%);
    }

    body.menu-expanded .menu {
        top: 0;
        left: 0;

        width: 100vw;
        height: 100vh;

        transition: transform 300ms;
        transform: translateY(0);

        position: fixed;

        background-color: var(--primary-color);
    }

    .menu ul {
        display: flex;
        flex-direction: column;
        gap: 4.8rem;

        margin-top: 6rem;

        font-weight: 700;
        font-size: 2.4rem;
        line-height: 3.1rem;
    }

    body.menu-expanded button {
        position: relative;
        z-index: 100;
    }



    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    section#equipe .container {
        max-width: 105rem;
        padding-top: 0;
    }

    section#equipe .equipe__main-cont {
        width: 100%;
        height: 100%;
        position: relative;
        margin: 3rem auto;
        height: 100%;
    }

    section#equipe .equipe__main-text {
        position: relative;
        background-color: transparent;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: initial;
    }

    section#equipe .imagem img {
        display: none;
    }

    section#equipe .imagem .bloco {
        display: none;
    }


    section#equipe .equipe__main-text h3 {
        font-family: var(--title-font);

        text-transform: uppercase;
        font-size: 2.3rem;
        color: var(--primary-color);
        text-align: initial;
    }

    section#equipe .equipe__main-text h2 {
        font-family: var(--title-font);

        font-size: 4rem;
        color: var(--dark-text-color);
        line-height: 5rem;
        text-align: initial;
    }

    section#equipe .equipe__main-text p {
        font-family: var(--title-font);

        font-size: 2rem;
        color: var(--dark-text-color);
        text-align: initial;
    }

    section#equipe .equipe__main-card {
        position: relative;
        top: 0;
        background-color: var(--tertiary-color);
        width: 100%;
        z-index: 0;
    }

    .main-text h1 {
        font-size: 3.2rem;
        line-height: 4rem;
        max-width: 45rem;
    }

    .main-text h4 {
        text-align: center;

        font-size: 1.8rem;
    }

    .main-text img {
        width: 600px;
    }

    main {
        position: relative;

        width: 100%;
        height: 80vh;

        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }


    section#blog .container {
        max-width: 115rem;
        margin: 0 auto;
    
        padding: 7rem 0;
    }

    section#blog .cards__blog {
        max-width: 125em;
        display: flex;
        justify-content: center;

        margin: 0 auto;
    }

    section#blog .card__b:nth-child(3) {
        display: none;
    }

    section#blog .card__b {
        padding-top: 2rem;

        display: flex;
        flex-direction: column;

        gap: 1rem;

    }

    section#blog .card__b h3 {
        font-family: Kanit;
        font-size: 2.4rem;
        line-height: 3rem;
        font-weight: 700;
        color: var(--dark-text-color);
        text-align: initial;
    }

    section#blog .card__b p {
        font-family: Roboto;
        font-size: 1.6rem;
        color: #929292;
        text-align: initial;
    }

    section#blog .blog__title {
        text-align: initial;
    }

    section#blog .blog__title h3 {
        text-transform: uppercase;
        font-family: var(--subtitle-font);
        font-size: 2.5rem;
        color: var(--primary-color);
        line-height: 1rem;
        text-align: initial;
    }

    section#equipe .equipe__main-card {
        position: relative;
        top: 0px;
        background-color: var(--tertiary-color);
        width: 100%;
        z-index: 0;
        margin-top: 0rem;
    }

    section#equipe .equipe__main-card .container {
        max-width: 105rem;
        padding: 2rem 0 5rem 0;

        position: relative;

        z-index: 10;

    }

    section#equipe .equipe__title {
        text-align: center;

    }

    section#equipe .equipe__title h2 {
        text-transform: uppercase;
        font-size: 4rem;
        color: var(--light-text-color);
    }

    section#equipe .equipe__title__line {
        width: 5rem;
        height: .5rem;

        background-color: var(--primary-color);

        margin: 0 auto;
    }


    section#areas .areas__cards {
        overflow: auto;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        gap: 5rem;
    }

    section#areas .areas__cards .card {
        max-width: 30rem;
    }

    section#areas .areas__cards .card {
        flex: 0 0 auto;
        width: 35rem;
    }

    section#areas .areas__cards .card:first-child {
        margin-left: 175rem;
        /* ajuste este valor conforme necessário */
    }

    section#areas .areas__cards .card:last-child {
        margin-right: 3rem;
        /* ajuste este valor conforme necessário */

    }

    section#about .container {
        max-width: 105rem;

        position: relative;

        text-align: center;
    }

    section#about .about__main-text {
        text-transform: uppercase;
    }

    section#about .about__main-text h2 {
        max-width: 75rem;

        margin: 0 auto;

        font-size: 3rem;
        line-height: 4rem;
        text-align: center;
    }

    section#about .about__main-text__line {
        width: 5rem;
        height: .5rem;

        background-color: var(--primary-color);

        margin: 0 auto;
    }

    section#about .about__us {
        margin-top: 5rem;
        position: relative;
        /* Adicione position: relative; aqui */
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    section#about .about__us-two {
        margin-top: 5rem;
        position: relative;

        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    section#about .about__us__text {
        position: relative;
        height: 25rem;
        width: 30rem;
        right: 0;
        border-radius: 10px;

        background-color: var(--secondary-color);

        z-index: 3;
    }

    section#about .about__us__text_two {
        position: absolute;
        height: 25rem;
        width: 30rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: initial;
        left: 0;
        border-radius: 10px;

        background-color: var(--secondary-color);

        z-index: 3;
    }

    section#about .about__us__text h3 {
        text-transform: uppercase;
        font-family: var(--title-font);
        font-size: 2.5rem;
        line-height: 3rem;

        text-align: initial;
    }

    section#about .about__us__text h3 span {
        color: var(--primary-color);
    }

    section#about .about__us__text p {
        padding-top: 8px;
        font-size: 1.5rem;

        max-width: 35rem;


        font-family: var(--subtitle-font);
        text-transform: uppercase;

        text-align: initial;
    }

    section#about .about__us__text_two h3 {
        text-transform: uppercase;
        font-family: var(--title-font);
        font-size: 2.5rem;
        line-height: 3rem;

        text-align: initial;

    }

    section#about .about__us__text_two h3 span {
        color: var(--primary-color);
    }

    section#about .about__us__text_two p {
        padding-top: 8px;
        font-size: 1.5rem;

        max-width: 35rem;


        font-family: var(--subtitle-font);
        text-transform: uppercase;

        text-align: initial;
    }


    section#about .about__us__images img {
        width: 50vw;
        left: 0;
        position: relative;
    }

    section#about .about__us__images-two img {
        width: 50vw;
        left: 0;
        position: relative;
    }


    section#experiencia {
        position: relative;
        width: 100%;
        height: 40%;

        background-image: url(../assets/IMAGEM\ EXP.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

}


@media (max-width: 500px) {

    header.active {
        padding: 2rem 0;
    }

    section#equipe .equipe__main-text h3 {
        font-family: var(--title-font);

        text-transform: uppercase;
        font-size: 2rem;
        color: var(--primary-color);
        text-align: initial;
    }

    section#equipe .equipe__main-text h2 {
        font-family: var(--title-font);

        font-size: 4rem;
        color: var(--dark-text-color);
        line-height: 5rem;
        text-align: initial;
    }

    section#equipe .equipe__main-text p {
        font-family: var(--title-font);

        font-size: 2rem;
        color: var(--dark-text-color);
        text-align: initial;
    }



    section#about .container {
        max-width: 105rem;

        position: relative;

        text-align: center;
    }

    section#about .about__main-text {
        text-transform: uppercase;
    }

    section#about .about__main-text h2 {
        max-width: 75rem;

        margin: 0 auto;

        font-size: 3rem;
        line-height: 4rem;
        text-align: center;
    }

    section#about .about__main-text__line {
        width: 5rem;
        height: .5rem;

        background-color: var(--primary-color);

        margin: 0 auto;
    }

    section#about .about__us {
        margin-top: 5rem;
        position: relative;
        /* Adicione position: relative; aqui */
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    section#about .about__us-two {
        margin-top: 5rem;
        position: relative;

        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    section#about .about__us__text {
        position: relative;
        height: 10rem;
        width: 100%;
        border-radius: 10px;

        background-color: #fff;

        z-index: 3;
    }

    section#about .about__us__text_two {
        position: relative;
        height: 12rem;
        width: 100%;
        border-radius: 10px;

        background-color: #fff;

        z-index: 3;
    }

    section#about .about__us__text h3 {
        text-transform: uppercase;
        font-family: var(--title-font);
        font-size: 2.5rem;
        line-height: 3rem;

        text-align: center;
        margin: 0 auto;
    }

    section#about .about__us__text h3 span {
        color: var(--primary-color);
    }

    section#about .about__us__text p {
        padding-top: 8px;
        font-size: 1.5rem;

        max-width: 35rem;


        font-family: var(--subtitle-font);
        text-transform: uppercase;

        text-align: center;
        margin: 0 auto;
    }

    section#about .about__us__text_two h3 {
        text-transform: uppercase;
        font-family: var(--title-font);
        font-size: 2.5rem;
        line-height: 3rem;

        text-align: center;
        margin: 0 auto;

    }

    section#about .about__us__text_two h3 span {
        color: var(--primary-color);
    }

    section#about .about__us__text_two p {
        padding-top: 8px;
        font-size: 1.5rem;

        max-width: 35rem;


        font-family: var(--subtitle-font);
        text-transform: uppercase;

        text-align: center;
        margin: 0 auto;
    }



    section#about .about__us__images img {
        width: 80vw;
        left: 0;
        position: relative;
    }

    section#about .about__us__images-two img {
        width: 80vw;
        left: 0;
        position: relative;
    }

    section#blog .cards__blog {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }


    section#blog .blog__title {
        text-align: initial;
    }

    section#blog .blog__title h3 {
        text-align: center;
    }

    section#blog .card__b {
        padding-top: 2rem;

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        width: 40rem;

        gap: 1rem;
    }

    section#blog .card__b h3 {
        text-align: center;
    }

    section#blog .card__b p {
        text-align: center;
        color: var(--tertiary-color);
    }

    section#blog .blog__title_two a {
        display: block;
        display: none;
    }

    section#blog .Vejatdos a {
        display: inline-block;

        color: var(--dark-text-color);
        text-decoration: none;
        font-weight: 700;

        border-radius: 5px;
        border: 3px solid var(--primary-color);

        padding: 1rem;
        margin: 1.4rem 0;

        transition: .4s;

        display: block;
        max-width: 15rem;
        margin: 0 auto;
        text-align: center;
        font-size: 1.5rem;
    }

    section#blog .blog__title h2 {
        font-family: var(--title-font);
        font-size: 4rem;
        font-weight: bold;
        color: var(--primary-color);
        max-width: 80rem;
        margin: 0 auto;
    }


    .main-text h1 {
        font-size: 3.2rem;
        line-height: 4rem;
        max-width: 35rem;
    }

    .main-text h4 {
        text-align: center;

        font-size: 1.8rem;
    }

    .main-text {
        position: absolute;
        top: 20%;
        left: 46%;
        transform: translateX(-50%);
        color: var(--light-text-color);
        text-transform: uppercase;
        z-index: 2;
    }

    .main-text img {
        width: 300px;
    }

    .main-text img:nth-child(1) {
        display: none;
    }

    .main-text img:nth-child(2) {
        display: block;
        align-items: center;
    }

    main {
        position: relative;

        width: 100%;
        height: 80vh;

        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    header .logo img {
        width: 11rem;
    }

    section#areas .container svg:last-child {
        margin: 0 auto;
        display: block;
    }

    section#equipe {
        position: relative;
        padding-top: 0;
    }
    

    .areas__cards {
        padding-bottom: 3rem;
    }

}

@media (max-width: 450px) {

    .main-text {
        position: absolute;
        top: 20%;
        left: 50%;
        transform: translateX(-50%);
        color: var(--light-text-color);
        text-transform: uppercase;
        z-index: 2;
    }

    .main-text img {
        width: 350px;
    }

    main {
        height: 50rem;
    }

    section#areas .areas__cards .card:first-child {
        margin-left: 172rem;
        /* ajuste este valor conforme necessário */
    }

    section#areas .areas__cards .card:last-child {
        margin-right: 3rem;
        /* ajuste este valor conforme necessário */

    }

    section#blog .card__b {
        padding-top: 2rem;

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;

        gap: 1rem;
    }


    section#blog .card__b h3 {
        text-align: center;
    }

    section#blog .card__b p {
        text-align: center;
    }

    section#blog .card__b:nth-child(2) {
        padding-top: 0;
    }

    section#blog .cards__blog {
        gap: 3rem;
    }


}