@media (max-width: 992px) {

    header {
        height: 80px;
    }

    /*MENU HAMBÚRGUER*/

    .show-menu {
        z-index: 1000;
    }

    .nav__actions {
        position: relative;
        display: flex;
        gap: 1.1rem;
        margin-left: auto;
        align-items: center;
        justify-content: center;
        margin-right: 3rem;
        font-size: 1.5rem;
    }

    .nav__toggle,
    .nav__close {
        display: inline-flex;
        cursor: pointer;
        font-size: 1.5rem;
        transition: transform .4s, color .4s;
    }

    .nav__close {
        position: absolute;
        top: 1rem;
        right: 1.5rem;
        font-size: 1.5rem;
        cursor: pointer;
    }

    .nav__close:hover {
        transform: rotateZ(-90deg);
        color: orange;
    }

    .nav__menu {
        position: fixed;
        top: -100%;
        left: 0;
        width: 100% !important;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 2rem;
        background-color: rgba(0, 0, 0, 0.835);
        box-shadow: 0 12px 24px var(--shadow-color);
        padding-block: 3rem 0rem;
        opacity: 0;
        pointer-events: none;
        transition: top .4s, opacity .4s;
    }

    .show-menu.nav__menu {
        top: 0;
        opacity: 1;
        pointer-events: auto;
    }


    .nav__list {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0;
        width: auto;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .nav__list li {
        display: flex;
        width: 100vw;
        height: 10vh;
        border-bottom: 1px solid rgb(97, 63, 0);
        align-items: center;
        justify-content: center;
        transition: background-color .4s;
    }

    .nav__list li:hover {
        background-color: rgba(57, 57, 57, 0.341);
        transform: translateY(0%);
    }

    .nav__list li:hover a {
        color: orange;
    }

    /*MENU HAMBÚRGUER CLARO*/

    .clear-theme .nav__menu {
        background-color: rgba(255, 255, 255, 0.835);
    }

    .clear-theme .nav__list li {
        border-bottom: 1px solid rgb(214, 156, 48);
    }

    .clear-theme,
    .nav__list li:hover {
        background-color: rgba(198, 198, 198, 0.341);
    }
}

@media screen and (max-width: 375px) {
    .nav__logo img {
        width: 65px;
    }
}

/* =========================================
   RESPONSIVIDADE: HOME SECTION 
   ========================================= */

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

    .home__section {
        gap: 2rem;
        padding-top: 6rem;
    }

    .home__information {
        min-width: auto;
        width: 50%;
    }

    .meu__rosto {
        max-width: 500px;
    }

    .home__button {
        width: 180px;
        height: 50px;
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 992px) {
    .meu__rosto {
        max-width: 420px;
    }

    .home__button {
        height: 40px;
    }

    .home__name {
        font-size: 2rem;
    }

    .home__profession {
        font-size: 1.5rem;
    }

    .image__assinatura img {
        width: 220px;
    }
}

@media screen and (max-width: 720px) {
    .home__section {
        flex-direction: column-reverse;
        justify-content: center;
        gap: 1rem;
        height: 100svh;
        padding-top: 4rem;
    }

    .home__information {
        width: 100%;
        align-items: center;
        padding: 0 1rem;
        z-index: 20;
    }

    .informatio-home-right,
    .home__title,
    .home__links {
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .home__name {
        text-align: center;
        font-size: 2.2rem;
    }

    .home__profession {
        text-align: center;
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .image__assinatura {
        left: 0;
        margin-bottom: 1rem;
        display: flex;
        justify-content: center;
    }

    .image__assinatura img {
        width: 200px;
    }

    .home__image {
        width: 100%;
        height: 50%;
        justify-content: center;
        align-items: flex-end;
        position: relative;
        mask-image: linear-gradient(to bottom, black 85%, transparent 100%);
    }

    .meu__rosto {
        max-width: 350px;
        height: 100%;
        object-fit: contain;
        object-position: bottom;
    }

    .arrow__down {
        display: none;
    }

    .arrow__down p {
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 720px) {
    .home__section {
        flex-direction: column-reverse;
        justify-content: center;
        gap: 1rem;
        height: 100svh;
        padding-top: 4rem;
    }

    .home__information {
        width: 100%;
        align-items: center;
        padding: 0 1rem;
        z-index: 20;
    }
}

@media screen and (max-width: 576px) {
    .home__section {
        justify-content: flex-end;
        padding-top: 80px;
        padding-bottom: 0;
    }

    .home__information {
        margin-bottom: 1rem;
        flex-grow: 1;
        justify-content: center;
    }

    .image__assinatura img {
        width: 160px;
    }

    .home__name {
        font-size: 1.8rem;
        line-height: 1.2;
    }

    .home__profession {
        font-size: 1.1rem;
    }

    .home__button {
        width: 100%;
        max-width: 250px;
        height: 45px;
        font-size: 1rem;
    }

    .home__social {
        margin-top: 1rem;
    }

    .home__social a {
        font-size: 1.8rem;
        margin: 0 10px;
    }

    .home__image {
        height: 400%;
        min-height: 250px;
    }

    .meu__rosto {
        width: auto;
        max-width: 100%;
        max-height: 100%;
    }

    .arrow__down {
        display: none;
    }
}

@media screen and (max-width: 380px),
screen and (max-height: 700px) {
    .home__section {
        padding-top: 4rem;
    }

    .image__assinatura img {
        width: 120px;
        margin-bottom: 0.5rem;
    }

    .home__name {
        font-size: 1.5rem;
    }

    .home__profession {
        font-size: 1rem;
    }

    .home__button {
        height: 40px;
        font-size: 0.9rem;
        width: 200px;
    }

    .home__image {
        height: 400%;
    }
}

/* ==========================================================================
   RESPONSIVIDADE: SOBRE MIM (ABOUT ME) - Professional & Clean
   ========================================================================== */

@media screen and (max-width: 1700px) {
    .about__text {
        width: 600px;
    }
}

@media screen and (max-width: 1200px) {
    .about__me {
        height: auto;
        min-height: 100vh;
        padding-bottom: 5rem;
    }

    .about__home {
        width: 95%;
        margin: 0 auto;
        gap: 3rem;
    }

    .about__text {
        width: 600px;
    }

    .about__text p {
        font-size: 0.1rem;
    }

    .about__text p,
    .norparagrafo {
        font-size: 1.1rem;
    }

    .segparagrafo {
        font-size: 1.1rem;
    }

    .about__contact {
        width: 12vw;
        height: 4.5vh;
        font-size: 1rem;
        margin-top: 3%;
    }
}

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

    .about__text p,
    .norparagrafo {
        font-size: 1rem;
        line-height: 1.7rem;
    }

    .segparagrafo {
        font-size: 1rem;
        line-height: 1.7rem;
    }
}

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


    .section__title-wrapper {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .about__title-back {
        font-size: 10rem;
    }

    .about__home {
        flex-direction: column;
        align-items: center;
        gap: 3rem;
        width: 90%;
    }

    .about__text {
        width: 100%;
        max-width: 700px;
        height: auto;
        text-align: center;
    }

    .about__text h2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 1.5rem;
        width: 100%;
    }

    .about__text p,
    .norparagrafo {
        text-align: justify;
        font-size: 1rem;
        line-height: 1.6;
    }

    .segparagrafo {
        text-align: justify;
        font-size: 1rem;
        line-height: 1.6;
        display: block;
    }

    .about__contact {
        margin: 2rem auto 0 auto;
        width: 200px;
        height: 50px;
    }


    .about__rigth {
        width: 100%;
        max-width: 600px;
        height: auto;
        align-items: center;
    }

    .about__information,
    .about__skills {
        width: 100%;
        align-items: center;
        text-align: center;
    }

    .about__information-title,
    .about__skills-title {
        text-align: center;
        width: 100%;
        margin-bottom: 1.5rem;
        margin-top: 1.5rem;
    }


    .list__information {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .list__information li {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
    }


    .list__information li hr {
        display: block;
        width: 100%;
        max-width: 85%;
        height: 1px;
        border: none;
        border-top: 1px solid orange;
        opacity: 0.6;
        margin-top: 5px;
    }


    .about__skills-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1.5rem;
        width: 100%;
        padding: 0 10px;
    }
}

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

    .about__container {
        grid-template-columns: 1fr;
        justify-content: center;
        text-align: center;
        gap: 2.5rem;
    }

    .about__img {
        width: 350px;
        margin: 0 auto;
    }

    .about__data {
        width: 100%;
        text-align: center;
    }

    .about__description {
        padding: 0 2rem;
        text-align: center;
        margin-bottom: 2rem;
    }

    .projects__content {
        grid-template-columns: 1fr;
        justify-content: center;
        gap: 2rem;
    }

    .work__informations {
        text-align: center;
        padding: 0 3rem;
    }

    .work__informations p {
        text-align: center;
        text-align-last: center;
    }

    .btn__projects {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 1.5rem auto 0 auto;
        width: fit-content;
        min-width: 200px;
        padding: 1rem 2rem;
    }
}

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

    .about__title {
        font-size: 2.5rem;
    }

    .about__title-back {
        font-size: 8rem;
    }

    .about__text p,
    .segparagrafo,
    .norparagrafo {
        text-align: justify;
        font-size: 1.1rem;
    }


    .about__skills-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1.5rem;
        width: 100%;
    }
}

@media screen and (max-width: 628px) {
    .about__title-back {
        font-size: 7.5rem;
    }
}

@media screen and (max-width: 576px) {
    .section__title-wrapper {
        margin-bottom: 5rem;
    }

    .about__title {
        font-size: 2rem;
    }

    .about__title-back {
        font-size: 6.4rem;
    }

    .about__text h2 {
        font-size: 1.3rem;
    }

    .norparagrafo,
    .segparagrafo {
        font-size: 1rem;
        line-height: 1.6;
    }

    .segparagrafo {
        border-left: 2px solid orange;
        padding-left: 0.5rem;
        padding-bottom: 0rem !important;

    }

    .list__information {
        width: 100%;
    }

    .list__information li {
        font-size: 1.1rem;
        word-wrap: break-word;
    }

    .list__information li hr {
        max-width: 100%;
    }

    .about__skills-content {
        gap: 1rem;
        padding: 0 1rem;
    }

    .about__skills-img {
        width: 35px;
    }

    .about__skills-img-figma {
        width: 28px;
    }

    .about__skills-img-Flutter {
        width: 55px;
    }

    .about__skills-img-Mysql {
        width: 48px;
    }
}

@media screen and (max-width: 508px) {
    .about__title-back {
        font-size: 6rem;
    }
}

@media screen and (max-width: 480px) {
    .about__title-back {
        font-size: 5.5rem;
    }

    .about__title {
        font-size: 1.8rem;
    }
}

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

    .section__title-wrapper {
        margin-top: 6rem;
    }

    .about__title-back {
        font-size: 5rem;
    }

    .about__title {
        font-size: 1.7rem;
    }
}

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

    .about__title-back {
        font-size: 4.8rem;
    }
}

@media screen and (max-width: 375px) {
    .about__me {
        padding-top: 2rem;
    }

    .about__title {
        font-size: 1.8rem;
    }

    .about__contact {
        width: 100%;
        max-width: 250px;
    }

    .list__information li {
        font-size: 0.9rem;
    }

    .about__skills-content {
        gap: 0.8rem;
    }

    .about__skills-img {
        width: 30px;
    }

    .about__skills-img-figma {
        width: 23px;
    }

    .about__skills-img-Flutter {
        width: 50px;
    }

    .about__skills-img-Mysql {
        width: 43px;
    }

    .segparagrafo {
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }

    .list__information li hr {
        max-width: 85%;
    }

    .about__title-back {
        font-size: 4.5rem;
    }
}

@media screen and (max-width: 358px) {
    .about__title-back {
        display: none;
    }
}

/* ==========================================================================
   RESPONSIVIDADE: PROJETOS (PROJECTS) - Professional Flow
   ========================================================================== */

@media screen and (max-width: 1570px) {
    .work__content {
        width: 90vw;
    }
}

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

    .projects {
        height: auto;
        min-height: 100vh;
        padding-bottom: 5rem;
    }

    .work__content {
        width: 95vw;
    }

    .btn__projects {
        width: 100%;
        max-width: 150px;
    }
}

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

    .works {
        align-items: center;
    }

    .work__content {
        width: 85%;
        gap: 2rem;
    }

    .notebook {
        width: 80% !important;
        max-width: none !important;
        height: auto;
    }

    .projects {
        padding-top: 2rem;
    }

    .work__content {
        display: flex;
        flex-direction: column;
        width: 90%;
        margin-bottom: 6rem;
        text-align: center;
        align-items: center;
    }

    .notebook {
        width: 80%;
        max-width: 600px;
        height: auto;
        margin-bottom: 2rem;
    }

    .work__informations {
        align-items: center;
        width: 100%;
    }

    .work__informations h2 {
        font-size: 1.8rem;
        text-align: center;
        margin-bottom: 1%;
    }

    .work__informations p {
        text-align: center;
        font-size: 1.3rem;
        line-height: 1.6;
        padding: 0 1rem;
    }

    .hidden.fade-right {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .projects__content {
        display: flex;
        flex-direction: column;
        padding: 0;
        gap: 2.5rem;
        overflow: visible;
    }

    .projects__img {
        width: 100%;
        max-width: 100%;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: scale(1.15);
        transform-origin: center;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}

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

    .work__informations h2 {
        font-size: 1.8rem;
    }

    .work__informations p {
        font-size: 1.1rem;
        line-height: 1.6;
        padding: 0 1rem;
    }
}

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

    .projects__content {
        display: flex;
        flex-direction: column;
        padding: 0;
        gap: 2.5rem;
        overflow: visible;
    }

    .projects__img {
        width: 100%;
        max-width: 100%;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: scale(1.15);
        transform-origin: center;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .notebook {
        width: 100% !important;
        max-width: none !important;
    }

    .work__informations {
        padding: 0 1.5rem;
        text-align: center;
    }

    .work__informations p {
        text-align: center;
        text-align-last: center;
    }

    .title__hr {
        margin-top: 1rem;
    }
}

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

    .work__content {
        width: 100%;
        padding: 0 1.5rem;
        margin-bottom: 4rem;
    }

    .notebook {
        width: 100%;
        max-width: 100%;
        margin-bottom: 1.5rem;
    }

    .work__informations h2 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .work__informations p {
        font-size: 1rem;
        text-align: justify;
        text-align-last: center;
        padding: 0;
    }

    .btn__projects {
        width: 180px;
        height: 50px;
        margin-top: 1rem;
    }
}

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

    .projects {
        padding-bottom: 2rem;
    }

    .work__informations h2 {
        font-size: 1.3rem;
    }

    .work__informations p {
        font-size: 0.9rem;
    }

    .btn__projects {
        width: 100%;
        max-width: 200px;
    }
}

/* ==========================================================================
   RESPONSIVIDADE: CONTATO (CONTACT) - Formulário Fluido e Limpo
   ========================================================================== */


@media screen and (max-width: 1000px) {
    .contact__form {
        position: relative;
        margin-top: 5rem;
    }
}

@media screen and (max-width: 854px) {
    .contact__form {
        width: 650px;
    }
}

@media screen and (max-width: 854px) and (max-height: 761px) {
    .contact__label {
        top: -5;
    }
}

@media screen and (max-width: 730px) {
    .contact__form {
        width: 620px;
        margin-top: 4rem;
    }
}

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

    .contact {
        height: 100vh;
    }

    .contact__form {
        width: 580px;
    }

    .contact__message {
        height: 17rem;
    }
}

@media screen and (max-width: 610px) {
    .contact__form {
        width: 550px;
        margin-top: 3rem;
    }

    .contact__message {
        height: 15rem;
    }
}

@media screen and (max-width: 576px) {
    .contact__form {
        width: 520px;
        margin-top: 2rem;
    }

    .inputs {
        flex-direction: column;
        row-gap: 50px;
    }

    .contact__message {
        height: 14rem;
    }
}

@media screen and (max-width: 538px) {
    .contact__form {
        width: 500px;
    }

    .contact__message {
        height: 13.5rem;
    }
}

@media screen and (max-width: 520px) {
    .contact__form {
        width: 480px;
    }

    .contact__message {
        height: 13rem;
    }

    .contact__label {
        margin-top: -3.5%;
        padding: 8px;
    }
}

@media screen and (max-width: 500px) {
    .contact__form {
        width: 420px;
    }

    .contact__message {
        height: 12rem;
    }

    .contact__label {
        margin-top: -4%;
        padding: 8px;
    }
}

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

    .contact__form {
        width: 380px;
        margin-top: 1rem;
    }

    .contact__message {
        height: 11rem;
    }

    .contact__label {
        padding: 5px;
    }
}

@media screen and (max-width: 400px) {
    .contact__form {
        width: 88vw;
    }

    .contact__message {
        height: 11rem;
    }

    .contact__label {
        padding: 3px;
    }
}

@media screen and (max-width: 470px) and (max-height: 635px) {
    .contact {
        height: 80vh;
    }
}

@media screen and (max-width: 470px) and (max-height: 940px) {
    .contact {
        height: 90vh;
    }
}

@media screen and (max-width: 470px) and (max-height: 880px) {
    .contact {
        height: 90vh;
    }
}

@media screen and (max-width: 470px) and (max-height: 800px) {
    .contact {
        height: 90vh;
    }
}

@media screen and (max-width: 470px) and (max-height: 785px) {

    .contact__label {
        top: -6;
        padding: 4px;
    }
}

@media screen and (max-width: 470px) and (max-height: 759px) {
    .contact {
        height: 100vh;
    }
}

@media screen and (max-width: 470px) and (max-height: 720px) {

    .contact {
        height: 120vh;
    }

    .contact__form {
        margin-top: 1rem;
    }
}

/* ==========================================================================
   RESPONSIVIDADE: FOOTER - Alinhamento Perfeito
   ========================================================================== */

@media screen and (max-width: 1024px) {
    .footer {
        height: auto;
        padding: 4rem 0 2rem 0;
    }

    .footer__content {
        position: relative;
        top: 0;
        width: 85%;
        margin: 0 auto;
        flex-direction: column;
        gap: 3rem;
        align-items: center;
        text-align: center;
    }

    .footer__inf {
        width: 100%;
        align-items: center;
    }

    .footer__inf p {
        text-align: center;
        width: 100%;
        max-width: 500px;
    }

    .footer__social {
        width: 100%;
        align-items: center;
    }

    .redes {
        justify-content: center;
        gap: 1.5rem;
    }

    .footer__social-link {
        font-size: 2.2rem;
        padding: 10px;
    }

    .footer__hr {
        bottom: 0;
        margin: 2rem 0;
        width: 85%;
    }

    .footer__copy {
        bottom: 0;
        margin-top: 1rem;
        display: block;
        text-align: center;
    }
}

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

    .footer__inf h2,
    .footer__social h2 {
        font-size: 1.5rem;
    }

    .footer__inf p {
        font-size: 0.9rem;
    }

    .footer__social-link {
        font-size: 1.8rem;
    }

    .footer__copy {
        font-size: 0.65rem;
        padding: 0 1rem;
    }

}

@media screen and (max-width: 480px) {
    .toast-container {
        top: calc(var(--header-height) + 1rem);
    }

    .toast {
        min-width: 150px;
        max-width: 250px;
        padding: 0.4rem 0.8rem;
    }

    .toast .toast-msg {
        font-size: 0.85rem;
    }
}

/* ==========================================================================
   RESPONSIVIDADE DA PÁGINA DE PROJETO INDIVIDUAL (.project-i)
   ========================================================================== */

@media screen and (max-width: 1424px) {
    .project-content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 3rem;
        height: auto;
        padding-bottom: 2rem;
    }

    .proj-cont-left {
        width: 80%;
    }

    .proj-cont-right {
        width: 80%;
    }

    .voltar {
        left: 9.8%;
    }

    .proj-right-view-page {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
}

/* --- Notebooks Pequenos e Tablets em Modo Paisagem (Max: 1200px) --- */
@media screen and (max-width: 1200px) {
    #main-slider .splide__arrow {
        width: 34px;
        height: 34px;
    }

    /* Ícone da seta */
    #main-slider .splide__arrow svg {
        width: 16px;
        height: 16px;
    }
}

/* --- Tablets (Portrait) e iPads (Max: 992px) --- */
@media screen and (max-width: 1000px) {
    #main-slider .splide__arrow {
        width: 32px;
        height: 32px;
    }

    .proj-cont-right {
        align-items: center;
    }

    .proj-right-head {
        align-items: center;
    }

    .proj-right-tec {
        align-items: center;
        justify-content: center;
    }

    .right-tec-img {
        justify-content: center;
    }
}

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

    .project-i {
        padding-top: 7rem;
    }

    #main-slider .splide__arrow {
        width: 30px;
        height: 30px;
    }

    /* Ícone da seta */
    #main-slider .splide__arrow svg {
        width: 15px;
        height: 15px;
    }

    .proj-cont-left {
        width: 85%;
    }

    .proj-cont-right {
        width: 85%;
    }

    .proj-right-description {
        font-size: 1rem;
    }

    .right-tec-img img {
        width: 30px;
    }

    .right-tec-img .about__skills-img-figma {
        width: 23px;
    }

    .proj-right-title h3 {
        font-size: 2rem;
    }

    .right-tec-title {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 576px) {
    #main-slider .splide__arrow {
        width: 28px;
        height: 28px;
    }

    /* Ícone da seta */
    #main-slider .splide__arrow svg {
        width: 14px;
        height: 14px;
    }

    .voltar i {
        font-size: 2.3rem;
    }

    .proj-cont-left {
        width: 90%;
    }

    .proj-cont-right {
        width: 90%;
    }
}

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

    #main-slider .splide__arrow {
        display: none;
    }

    .play-icon-overlay i {
        font-size: 1.5rem;
    }
}