/* UNIVERSAL */

body {
    font-family: 'Lato', sans-serif;
}

img {
    max-width: 100%;
    display: block;
}

h1 {
    font-size: 4em;
    font-weight: 500;
    line-height: 78px;
}


h2 {
    font-size: 2.875em;
    font-weight: 700;
    line-height: 56px;
}

h3 {
    font-size: 2em;
    font-weight: 700;
    line-height: 38px;
}

h4 {
    font-size: 1.375em;
    font-weight: 700;
    line-height: 26px;
}

h5 {
    font-size: 1em;
    font-weight: 700;
    line-height: 20px;
}

h6 {
    font-size: 0.875em;
    font-weight: 700;
    line-height: 18px;
}

p {
    font-size: 1em;
    font-weight: 400;
    line-height: 24px;
}

.btn {
    cursor: pointer;
    display: inline-block;
    height: 56px;
    line-height: 52px;
    min-width: 160px;
    text-align: center;
    text-decoration: none;
    text-transform: lowercase;
}

/* HEADER */

/* {Component} Mobile Menu - Start*/

.menu-desktop {
    display: none;
}

.menu-desktop ul a {
    cursor: pointer;
}

.menu-mobile {
    align-items: center;
    background: rgba(0,0,0,.4);
    display: flex;
    height: 36px;
    position: absolute;
    width: 36px;
    justify-content: center;
    cursor: pointer;
    right: 0;
    transition: all .3s;
    z-index: 10;
}

.menu-mobile-icon {
    display: flex;
    flex-direction: column;
    height: 20px;
    justify-content: space-between;
    padding: 2px 0;
    position: relative;
    width: 20px;
}

.menu-mobile span {
    background: #FAFAFA;
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    height: 1px;
    transition: all .3s;
}

.menu-mobile span.first {
    background: #FAFAFA;
    width: 12px;
}

.menu-mobile span.second {
    background: #FAFAFA;
    width: 100%;
}

.menu-mobile span.third {
    background: #FAFAFA;
    margin-left: auto;
    width: 12px;
}

.menu-mobile.active {
    background: #FAFAFA;
    position: fixed;
    right: 16px;
    top: 16px;
}

.menu-mobile.active span {
    background: #0A0A0A;
    position: absolute;
}

.menu-mobile.active span.first {
    width: 100%;
    top: 9px;
    transform: rotate(45deg);
}

.menu-mobile.active span.second {
    top: 9px;
    transform: rotate(-45deg);
}

.menu-mobile.active span.third {
    display: none;
}

/* {Component} Mobile Menu - End*/

.nav-menu-mobile {
    background: #FAFAFA;
    bottom: 0;
    box-shadow: -2px 0px 8px rgba(0,0,0,.12);
    color: #0A0A0A;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 600px;
    padding: 24px;
    position: fixed;
    right: -390px;
    transition: all .3s;
    width: 350px;
    z-index: 10;
}

.nav-menu-mobile.active {
    right: 0;
}

.nav-menu-filter {
    background: rgba(0,0,0,0);
    display: block;
    height: 0;
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    transition: .3s all;
    z-index: -1;
}

.nav-menu-filter.active {
    background: rgba(0,0,0,.5);
    height: 100vh;
    width: 100%;
    z-index: 2;
}

.personal-card {
    background-image: linear-gradient(45deg, rgba(20,20,20,1) 0%, rgba(10,10,10,1) 100%);
    border: 2px solid #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,.12);
    clip-path: polygon(100% 0%, 100% 69%, 89% 100%, 0 100%, 0% 50%, 0 0);
    color: #FAFAFA;
    display: flex;
    padding: 24px 16px;
    position: relative;
    margin-bottom: 24px;
}

.personal-card::after {
    background: #fff;
    bottom: -27px;
    right: -24px;
    content: '';
    height: 48px;
    position: absolute;
    transform: rotate(48deg);
    width: 48px;
}

.personal-card .image {
    margin-right: 16px;
    max-width: 48px;
}

.personal-card h6 {
    font-weight: 400;
    margin-top: 4px;
    text-transform: lowercase;
}

.menu-mobile-item {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    flex: 100%;
    justify-content: space-between;
    padding-top: 24px;
    text-transform: lowercase;
}

.menu-mobile-items a {
    display: block;
    cursor: pointer;
}

.menu-mobile-items a::after {
    background: #0A0A0A;
    content: '';
    display: block;
    flex-shrink: 0;
    height: 1px;
    margin-top: 24px;
    width: 100%;
}

.menu-mobile-items a:last-child::after {
    display: none;
}

.menu-mobile-item span {
    font-size: 2em;
    line-height: 32px;
}

.language-selector {
    display: flex;
}

.language-item {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 54px;
    justify-content: center;
    margin-right: 16px;
    width: 54px;
}

.language-item.active {
    border-image: linear-gradient(to right, rgba(253,51,165,1), rgba(252,114,39,1)) 1;
    border-style: solid;
    border-width: 1px;
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0 100%, 0% 50%, 0 0);
}

.language-item .flag {
    margin-bottom: 2px;
    max-width: 24px;
}

.language-item:hover {
    background: #E6E6E6;
}

.header {
    background: #FAFAFA;
    padding-top: 48px;
    position: relative;
    overflow: hidden;
}

.h-home {
    background-image: url(../img/bg/bg-home.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.menu {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 128px;
    position: relative;
}

.menu a:first-child {
    cursor: pointer;
}

.banner-mobile-svg {
    position: absolute;
    bottom: 0;
}

.banner-desktop-svg {
    display: none;
}

.intro h1 {
    color: #fff;
    margin-bottom: 40px;
    font-size: 2.875em;
    font-weight: 700;
    line-height: 56px;
}

.intro-cta a {
    color: #fff;
    display: inline-block;
}

.btn.primary-1 {
    background-color: rgb(253,51,165);
    background-image: linear-gradient(45deg, rgba(253,51,165,1) 0%, rgba(252,114,39,1) 100%);
    margin-right: 16px;
}

.btn.secondary-1 {
    backdrop-filter: blur(4px);
    background: rgba(255,255,255,.1);
    border: 1px solid #fff;
    clip-path: polygon(100% 0%, 100% 69%, 89% 100%, 0 100%, 0% 50%, 0 0);
    position: relative;
}

.btn.secondary-1::after {
    background: #fff;
    content: '';
    height: 24px;
    position: absolute;
    right: -12px;
    top: 42px;
    transform: rotate(45deg);
	width: 24px;
}

/* SKILLS */

#skills {
    background: #FAFAFA;
    padding: 96px 0 128px 0;
}

.intro-skills {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 64px;
}

.intro-skills h2 {
    color: #0A0A0A;
    font-size: 2em;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 16px;
    text-align: center;
}

.intro-skills p {
    font-size: 1em;
    line-height: 24px;
    text-align: center;
}

.marker-center {
    margin-bottom: 24px;
}

/* {Component} Skills Menu - Start*/

.table-skills-controllers {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.table-skills-btn {
    border-bottom: 1px solid #0A0A0A;
    cursor: pointer;
    display: inline-block;
    flex-grow: 1;
    height: 40px;
    line-height: 36px;
    text-align: center;
    text-transform: lowercase;
    max-width: 200px;
}

.table-skills-btn:first-child {
    margin-right: 10px;
}

.table-skills-btn:last-child{
    margin-left: 10px;
}

.table-skills-btn.active {
    border-bottom: 2px solid #0A0A0A;
    font-weight: 700;
}

.table-skills-container {
    display: flex;
    margin-bottom: 64px;
    position: relative;
    overflow: hidden;
}

.table-skills-items {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    position: absolute;
    opacity: 0;
    right: -358px;
    transition: all .3s;
    width: 358px;
}

.table-skills-items.active {
    opacity: 1;
    right: 0;
}

.table-skills-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.table-skills-item > * {
    flex: 1;
} 

.table-skills-item::after {
    background: #F0F0F0;
    content: '';
    display: block;
    height: 1px;
    margin-top: 24px;
    width: 100%;
}

.table-skills-item:last-child:after {
    display: none;
}

h5.order {
    flex-grow: 0;
    font-size: 2em;
    font-weight: 700;
    line-height: 38px;
    margin-right: 12px;
}

.table-skills-item .description h3 {
    font-size: 1em;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 8px;
    text-transform: lowercase;
}

.table-skills-item .description p {
    color: #999;
    font-size: 1em;
    line-height: 24px;
    text-transform: lowercase;
}

/* {Component} Skills Menu - End*/

.btn-container {
    display: flex;
    justify-content: center;
}

.btn.primary-2 {
    background: #fff;
    border-image: linear-gradient(to right, rgba(253,51,165,1), rgba(252,114,39,1)) 1;
    border-style: solid;
    border-width: 1px;
    clip-path: polygon(100% 0%, 100% 69%, 89% 100%, 0 100%, 0% 50%, 0 0);
    color: #0A0A0A;
    position: relative;
}

.btn.primary-2::after {
    background: rgba(252,114,39,1);
    content: '';
    display: block;
    height: 24px;
    position: absolute;
    right: -12px;
    transform: rotate(45deg);
    top: 42px;
    width: 24px;
}

/* PROJECTS */

#projects {
    background: #FAFAFA;
    padding: 96px 0 128px 0;
    background-image: url(../img/bg/bg-projects.jpg);
    background-repeat: no-repeat;
}

.intro-projects {
    margin-bottom: 64px;
}

.intro-projects h2 {
    font-size: 2em;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 16px;
}

.marker-left {
    margin-bottom: 24px;
}

.projects-gallery-container {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    padding-bottom: 12px;
    padding-left: 16px;
}

.projects-gallery-container.darkGallery {
    color: #fafafa;
}

.projects-gallery-container a {
    cursor: pointer;
    flex-shrink: 0;
    margin-right: 40px;
    max-width: 264px;
}

.project-item-img {
    margin-bottom: 24px;
}

.project-item-description h4 {
    margin-bottom: 8px;
}

.project-item-description span {
    background: #fafafa;
    border-radius: 2px;
    color: #999999;
    display: inline-block;
    font-size: 0.875em;
    padding: 4px 8px;
    margin-bottom: 8px;
    margin-right: 8px;
}

.darkGallery .project-item-description span {
    background: #1F1F1F;
    color: #fafafa;
}

/* CONTACT */

#contact {
    background-image: linear-gradient(180deg, rgba(15,15,15,1), rgba(5,5,5,1));
    color: #FAFAFA;
    padding: 96px 0 40px 0;
}

.intro-contact {
    margin-bottom: 64px;
}

.intro-contact h2 {
    font-size: 2em;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 16px;
}

.intro-contact p {
    margin-top: 24px;
    max-width: 264px;
}

.personal-info {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 64px;
    text-align: center;
}

.personal-info > div {
    flex-grow: 0;
}

.personal-avatar {
    max-width: 96px;
    margin-bottom: 16px;
}

.personal-description h3 {
    font-size: 1.375em;
    margin-bottom: 12px;
}

.personal-description p {
    text-transform: lowercase;
}

.contact-data {
    margin-bottom: 160px;
    text-transform: lowercase;
}

.contact-data label {
    color: #ccc;
    display: block;
    font-size: 1em;
    margin-bottom: 8px;
}

.contact-data p {
    font-size: 1.375em;
}

.contact-data > div {
    margin-bottom: 40px;
}

.contact-data > div:last-child {
    margin-bottom: 0px;
}

.socials a {
    cursor: pointer;
    display: inline-block;
    font-size: 1.5em;
}

.socials a::after {
    background: #fafafa;
    content: '';
    display: block;
    height: 2px;
    margin-top: 4px;
    transition: all .3s;
    width: 0;
}

.socials a:hover::after {
    width: 100%;
}

.socials a:first-child {
    margin-right: 12px;
}

#footer h6 {
    color: #ccc;
    font-size: 0.875em;
    font-weight: 400;
    text-align: center;
}

/* [PAGE] PROJECTS */

.h-projects {
    background: #0A0A0A;
    padding-bottom: 96px;
}

.projects-intro {
    color: #fafafa;
    margin-bottom: 96px;
}

.projects-intro h1 {
    font-size: 2.875em;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 16px;
}

.projects-intro p {
    font-size: 1.375em;
    line-height: 32px;
}

.projectsMenu {
    color: #808080;
    position: relative;
    margin-bottom: 40px;
}

.projectsMenu::after {
    background: #141414;
    content: '';
    height: 1px;
    width: 100%;
    margin-top: 24px;
}

.projectsMenu ul {
    align-items: flex-end;
    display: flex;
    height: 48px;
}

.projectsMenu ul li {
    cursor: pointer;
    font-size: 1.375em;
    margin-right: 24px;
}

.projectsMenu ul li:last-child {
    margin-right: 0;
}

.projectsMenu ul li.active {
    color: #fafafa;
}

.projectsMenu .markerMenu {
    display: block;
    background: #FD33A7;
    height: 6px;
    margin-top: 8px;
    position: absolute;
    transform: rotate(45deg);
    width: 6px;
    transition: all .3s;
    left: 12px;
}

.project-images-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 0 auto;
    margin-bottom: 128px;
    max-width: 1200px;
}

.project-images-container.fullScreen {
    max-width: 100%;
}

.project-images-container.col-1 .ws {
    display: none;
}

.project-images-container.row-2 {
    margin-bottom: 24px;
}

.element-image {
    overflow: hidden;
}

.element-image.sqr {
    aspect-ratio: 1 / 1;
    background: #999;
    width: 100%;
}

.element-image.ws {
    aspect-ratio: 16 / 9;
    width: 100%;
}

#aboutResume {
    background: #fafafa;
    padding: 96px 0 128px 0;
}

.aboutResume {
    margin-bottom: 64px;
}

.aboutResume h2 {
    margin-bottom: 24px;
}

.aboutResume p {
    color: #666666;
}

/* [PAGE] PROJECT */

.h-project {
    background-size: cover;
    min-height: 633px;
}

.h-project.project-1 {
    background-image: url(../img/projects/01_games_of_legends/00.cover--mobile.jpg);
}

.h-project.project-2 {
    background-image: url(../img/projects/02_hughesnet/00.cover--mobile.jpg);
}

.h-project.project-3 {
    background-image: url(../img/projects/03.orbix/00.cover--mobile.jpg);
}

.bg-vector-project-1 {
    position: absolute;
    bottom: 0;
    left: 24px;
}

.bg-vector-project-2 {
    position: absolute;
    bottom: -34px;
    right: -34px;
}

.bg-vector-project-3 {
    display: none;
}

#project-content {
    background: #FAFAFA;
    padding-top: 96px;
}

.project-header {
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.project-intro {
    margin-bottom: 40px;
}

.project-intro h4 {
    color: #808080;
    margin-bottom: 12px;
}

.project-intro h1 {
    font-size: 2.875em;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 16px;
}

.project-intro p {
    font-size: 1.375em;
    line-height: 32px;
}

.project-data {
    text-transform: lowercase;
}

.project-data label {
    color: #808080;
    display: block;
    margin-bottom: 12px;
}

.project-data .date {
    margin-bottom: 40px;
}

.project-data .scope ul li {
    margin-bottom: 8px;
}

.project-data .scope ul li:last-child {
    margin-bottom: 0;
}

.project-paragraph {
    margin-bottom: 96px;
}

.project-paragraph p {
    color: #808080;
    margin-bottom: 24px;
}

.project-paragraph p:last-child {
    margin-bottom: 64px;
}

.project-paragraph h2 {
    font-size: 2em;
    line-height: 38px;
    margin-bottom: 16px;
}

.project-image-container.img-ws-row {
    margin-bottom: 0;
}

.project-image-container.img-2-row {
    flex-direction: column;
}

.img-desktop {
    display: none;
}

.nextProject {
    display: flex;
    justify-content: flex-end;
}

.btn-nextProject {
    border-image: linear-gradient(to right, rgba(253,51,165,1), rgba(252,114,39,1)) 1;
    border-style: solid;
    border-width: 1px;
    border-right: 0px solid;
    border-bottom: 0px solid;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 96px;
    justify-content: center;
    padding: 0 16px;
    text-transform: lowercase;
    transition: all .1s;
    width: 280px;
}

.btn-nextProject:hover, .btn-nextProject:active {
    background-image: linear-gradient(to right, rgba(253,51,165,1), rgba(252,114,39,1));
    color: #fafafa;
}

.btn-nextProject label {
    display: block;
    font-size: 1em;
    line-height: 16px;
    margin-bottom: 8px;
}

.btn-nextProject span {
    font-size: 1.375em;
    font-weight: 700;
    line-height: 22px;
}

.btn-nextProject:hover svg path {
    fill: #fafafa; 
}

.nextProjectText {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

/* [PAGE] About me */


.h-about {
    background: #0A0A0A;
    padding-bottom: 96px;
    overflow: visible;
}

.about-intro {
    align-items: center;
    color: #fafafa;
    display: flex;
    flex-direction: column;
    margin-bottom: 96px;
    text-align: center;
}

.about-intro h1 {
    font-size: 2.875em;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 12px;
    text-align: center;
}

.about-intro p {
    font-size: 1.375em;
    line-height: 32px;
}

.images-about-container {
    display: none;
    overflow: auto;
    padding-left: 64px;
    position: absolute;
    right: 0;
    z-index: 1;
}

.images-about-container > div {
    flex-shrink: 0;
    margin-right: 24px;
}

.bg-vector-about {
    position: absolute;
    bottom: -34px;
    left: -34px;
}

#education {
    background: #fafafa;
    padding: 96px 0 128px 0;
}

.education {
    margin-bottom: 64px;
}

.education h3 {
    margin-bottom: 16px;
}

.education p {
    color: #666666;
}

.table-education {
    margin-bottom: 64px;
    position: relative;
}

.table-header {
    color: #808080;
    display: flex;
    padding: 0 16px 0 16px;
}

.labelCourse {
    margin-right: 24px;
    width: 200px;
}

.table-content {
    border-bottom: 1px solid #E6E6E6;
    display: flex;
    font-size: 1em;
    margin-bottom: 0px;
    padding: 20px 16px 20px 16px;
    position: relative;
}

.table-content:last-child {
    border-bottom: 0 solid;
}

.table-education::after {
    background-image: linear-gradient(180deg, rgba(250,250,250,0) 0%, rgba(250,250,250,1) 100%);
    content: '';
    height: 56px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.table-content span {
    margin-right: 24px;
}

.tableCourse {
    font-weight: 600;
    width: 200px;
}

#experience {
    background: #F5F5F5;
    padding-top: 96px;
}

.experience {
    margin-bottom: 96px;
}

.experience h3 {
    margin-bottom: 16px;
}

.experience p {
    color: #666666;
}

/* MEDIA QUERY 
- > 375
- 768 ou < (Mobile/Tablet)
- 769//1200 (Desktop I)
- 1201 ou > (Desktop II)
*/

@media only screen and (max-width: 375px) {
    .h-home {
        height: 125vh;
    }

    .nav-menu-mobile {
        height: 550px;
        width: 300px;
    }

    .menu-mobile-item {
        padding-top: 16px;
    }

    .menu-mobile-item span {
        font-size: 1.375em;
    }

    .menu-mobile-items a::after {
        margin-top: 16px;
    }

    .menu-mobile.active {
        top: 20px;
    }

    .personal-card::after {
        right: -26px;
        transform: rotate(43deg);
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    .menu {
        margin-bottom: 192px;
    }

    .projects-gallery-container {
        padding-left: 64px;
    }

    .banner-mobile-svg {
        display: none;
    }

    .banner-desktop-svg {
        bottom: 0;
        display: block;
        position: absolute;
        right: 400px;
    }

    .table-skills-items.active {
        right: 120px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {

    .banner-mobile-svg {
        display: none;
    }

    .projects-gallery-container {
        max-width: 960px !important;
        margin: 0 auto;
    }

    .project-intro-container {
        flex-direction: column;
    }

    .project-data {
        display: flex;
        font-size: 1.375em;
    }

    .project-data .date {
        margin-right: 64px;
    }
}


/* DESKTOP (BIG SIZE) */
@media only screen and (min-width: 769px) {
    .h-home {
        background-image: url(../img/bg/bg-home-desktop.jpg);
        background-size: cover;
        height: 810px;
    }

    .banner-mobile-svg {
        display: none;
    }

    .banner-desktop-svg {
        bottom: 0;
        display: block;
        position: absolute;
    }

    .menu {
        justify-content: space-between;
        margin-bottom: 160px;
    }

    .menu-desktop {
        display: block;
        position: relative;
    }

    .menu-desktop ul.menu-desktop-items {
        align-items: center;
        color: #fafafa;
        display: flex;
    }

    .menu-desktop ul.menu-desktop-items a {
        margin-right: 64px;
    }

    .menu-desktop ul.menu-desktop-items li {
        font-size: 1.125em;
        line-height: 18px;
    }

    .menu-desktop ul.menu-desktop-items li:last-child {
        margin-right: 0;
    }

    .btnLanguage {
        align-items: center;
        background: rgba(255,255,255,0);
        cursor: pointer;
        display: flex;
        padding: 4px;
        transition: all .2s;
    }

    .btnLanguage:hover {
        background: rgba(255,255,255,.25);
    }

    .btnLanguage.active {
        background: rgba(255,255,255,.25);
    }

    .languageFlag {
        margin-right: 4px;
        max-width: 24px;
    }

    .caret-down {
        align-items: center;
        display: flex;
    }

    .nav-menu-language {
        background: #D9D9D9;
        border: 1px solid #fafafa;
        clip-path: polygon(100% 0%, 100% 84%, 90% 100%, 0 100%, 0% 50%, 0 0);
        color: #fafafa;
        opacity: 0;
        position: absolute;
        margin-top: 16px;
        right: 0;
        transition: all .3s;
    }

    .nav-menu-language.active {
        opacity: 1;
    }

    .nav-menu-language::after {
        border: 1px solid #fafafa;
        content: '';
        position: absolute;
        height: 32px;
        width: 32px;
        bottom: -21px;
        right: -19px;
        transform: rotate(50deg);
    }

    .nav-menu-language ul {
        display: flex;
        flex-direction: column;
        min-width: 192px;
        padding: 12px 12px 24px 12px;
    }

    .nav-menu-language ul a:first-child {
        margin-bottom: 8px;
    }

    .nav-menu-language ul li {
        color: #4D4D4D;
        cursor: pointer;
        display: flex;
        margin-bottom: 8px;
        padding: 8px;
        transition: all .3s;
    }

    .nav-menu-language.active ul a li {
        cursor: pointer;
    }

    .nav-menu-language ul li:last-child {
        margin-bottom: 0;
    }

    .nav-menu-language ul li.active {
        background: #fafafa;
        border-image: linear-gradient(to right, rgba(253,51,165,1), rgba(252,114,39,1)) 1;
        border-style: solid;
        border-width: 1px;
    }

    .nav-menu-language ul li:hover {
        background: #F5F5F5;
    }

    .nav-menu-language ul li .menuLanguageFlag {
        margin-right: 12px;
        max-width: 24px;
    }

    .menu-mobile {
        display: none;
    }

    .intro {
        max-width: 894px;
    }

    .intro h1 {
        font-size: 4em;
        font-weight: 500;
        line-height: 78px;
    }

    #skills {
        padding: 160px 0 256px 0;
    }

    .intro-skills {
        margin-bottom: 96px;
    }
    
    .intro-skills h2 {
        font-size: 2.875em;
        line-height: 56px;
        margin-bottom: 16px;
    }
    
    .intro-skills p {
        font-size: 1.375em;
        line-height: 32px;
        max-width: 586px;
    }

    .table-skills-controllers {
        margin-bottom: 96px;
    }

    .table-skills-btn {
        line-height: 48px;
        height: 56px;
        max-width: 300px;
    }

    .table-skills-btn:hover {
        background: #F5F5F5;
        border-left: 1px solid #EBEBEB;
        border-right: 1px solid #EBEBEB;
        border-top: 1px solid #EBEBEB;
    }

    .table-skills-container {
        max-width: 1200px;
    }

    .table-skills-items {
        flex-direction: row;
        left: 358px;
        right: inherit;
        width: 100%;
    }

    .table-skills-items.active {
        left: 0;
    }

    .table-skills-item {
        margin-right: 24px;
        width: 384px;
    }

    .table-skills-item:last-child {
        margin-right: 0;
    }

    .table-skills-item:after {
        display: none;
    }

    h5.order {
        font-size: 2.875em;
        line-height: 32px;
    }
    
    .table-skills-item .description h3 {
        font-size: 1.375em;
        line-height: 22px;
        margin-top: 14px;
        margin-bottom: 12px;
    }
    
    .table-skills-item .description p {
        font-size: 1.125em;
        line-height: 28px;
    }

    #projects {
        padding: 160px 0 256px 0;
    }
    
    .intro-projects {
        margin-bottom: 96px;
    }
    
    .intro-projects h2 {
        font-size: 2.875em;
        line-height: 56px;
    }

    .intro-projects p {
        font-size: 1.375em;
        line-height: 32px;
        max-width: 486px;
    }
    
    .projects-gallery-container{
        max-width: 1200px;
        margin: 0 auto;
        padding-left: 0;
    }

    #contact {
        padding: 160px 0 40px 0;
    }

    .contact-container {
        display: flex;
        margin-bottom: 256px;
    }

    .contact-container > div {
        flex-shrink: 0;
        flex-grow: 1;
        margin-right: 24px;
        margin-bottom: 0;
    }

    .contact-container > div:last-child {
        margin-right: 0;
    }
    
    .intro-contact {
        margin-bottom: 96px;
    }
    
    .intro-contact h2 {
        font-size: 2.875em;
        line-height: 56px;
    }
    
    .intro-contact p {
        font-size: 1.375em;
        line-height: 32px;
        max-width: 590px;
    }
    
    .personal-info {
        align-items: center;
        display: flex;
        flex-direction: row;
        margin-bottom: 64px;
        text-align: center;
    }
    
    .personal-info > div {
        flex-grow: 0;
        flex-shrink: 0;
        margin: 0;
    }
    
    .personal-info .personal-avatar {
        max-width: 128px;
        margin-right: 40px;
    }

    .personal-description {
        text-align: left;
    }
    
    .personal-description h3 {
        font-size: 2em;
        margin-bottom: 12px;
    }

    .personal-description p {
        font-size: 1.125em;
        line-height: 28px;
    }
    
    .contact-data {
        margin-bottom: 0;
    }
    
    #footer h6 {
        font-size: 1em;
    }

    /* [PAGE] PROJECTS */

    .project-images-container{
        justify-content: space-between;
        flex-direction: row;
    }

    .project-images-container.col-1 .ws {
        display: block;
    }

    .project-images-container.col-1 .sqr {
        display: none;
    }

    .gallery-image-ws .element-image.sqr {
        display: none;
    }

    .h-projects {
        padding-bottom: 160px;
    }

    .projects-intro {
        margin-bottom: 128px;
        max-width: 386px;
    }

    .projects-intro h1 {
        font-size: 4em;
        line-height: 78px;
    }
    
    .projectsMenu {
        margin-bottom: 64px;
    }
    
    #aboutResume {
        padding: 160px 0 256px 0;
    }
    
    .aboutResume {
        margin-bottom: 64px;
        max-width: 590px;
    }
    
    .aboutResume p {
        font-size: 1.375em;
        line-height: 32px;
    }

    #aboutResume .btn-container {
        justify-content: flex-start;
    }

    /* [PAGE] PROJECT */

    .h-project {
        min-height: 540px;
    }

    .h-project.project-1 {
        background-image: url(../img/projects/01_games_of_legends/00.cover--desktop.jpg);
    }

    .h-project.project-2 {
        background-image: url(../img/projects/02_hughesnet/00.cover--desktop.jpg);
    }

    .h-project.project-3 {
        background-image: url(../img/projects/03.orbix/00.cover--desktop.jpg);
    }

    .bg-vector-project-1 {
        display: none;
    }

    .bg-vector-project-3 {
        display: block;
        position: absolute;
        bottom: 0;
        left: 96px;
    }
    
    #project-content {
        padding-top: 160px;
    }
    
    .project-header {
        border-bottom: 1px solid #E6E6E6;
        margin-bottom: 96px;
        padding-bottom: 96px;
    }

    .project-intro-container {
        display: flex;
    }
    
    .project-intro {
        margin-bottom: 40px;
        margin-right: 96px;
        max-width: 792px;
    }

    .project-intro h1 {
        font-size: 4em;
        font-weight: 500;
        line-height: 78px;
    }

    .paragraph-container {
        margin: 0 auto 96px auto;
        max-width: 690px;
    }
    
    .project-paragraph h2 {
        font-size: 2.875em;
        line-height: 56px;
        margin-bottom: 24px;
    }

    .project-paragraph p {
        font-size: 1.375em;
        line-height: 32px;
    }

    .project-image-container.img-ws-row {
        margin-bottom: 24px;
    }

    .project-image-container.img-2-row {
        flex-direction: row;
    }

    .project-image-container.img-2-row > div:first-child {
        margin-right: 24px;
    }

    .project-image-container.img-2-row > div {
        max-width: 588px;
    }

    .img-mobile {
        display: none;
    }
    
    .img-desktop {
        display: block;
    }

    .project-image-container.img-2-row .img-mobile {
        display: block;
    }

    /* [PAGE] ABOUT */

    .h-about {
        background: #0A0A0A;
        padding-bottom: 96px;
        overflow: visible;
    }
    
    .about-intro {
        align-items: center;
        color: #fafafa;
        display: flex;
        flex-direction: column;
        text-align: center;
        margin: 0 auto 160px auto;
        max-width: 486px;
    }
    
    .about-intro h1 {
        font-size: 4em;
        font-weight: 500;
        line-height: 78px;
        margin-bottom: 16px;
    }
    
    .images-about-container {
        display: none;
        overflow: auto;
        padding-left: 64px;
        position: absolute;
        right: 0;
        z-index: 1;
    }
    
    .images-about-container > div {
        flex-shrink: 0;
        margin-right: 24px;
    }
    
    #education {
        background: #fafafa;
        padding: 160px 0 160px 0;
    }
    
    .education {
        margin-bottom: 96px;
    }

    .education h3 {
        font-size: 2.875em;
        line-height: 56px;
        margin-bottom: 24px;
    }
    
    .education p {
        font-size: 1.375em;
        line-height: 32px;
        max-width: 486px;
    }
    
    .table-education {
        position: relative;
        margin: 0 auto 96px auto;
        max-width: 690px;
    }
    
    .table-header {
        color: #808080;
        display: flex;
        padding: 0 24px 0 24px;
    }
    
    .labelCourse {
        margin-right: 24px;
        width: 384px;
    }
    
    .table-content {
        font-size: 1.375em;
        padding: 40px 24px;
    }
    
    .table-content span {
        margin-right: 24px;
    }
    
    .tableCourse {
        width: 384px;
    }

    .table-education::after {
        height: 96px;
    }
    
    #experience {
        padding-top: 160px;
    }
    
    .experience {
        margin-bottom: 128px;
        max-width: 590px;
    }
    
    .experience h3 {
        font-size: 2.875em;
        line-height: 56px;
        margin-bottom: 24px;
    }
    
    .experience p {
        font-size: 1.375em;
        line-height: 32px;
        max-width: 690px;
    }

}

@media only screen and (min-width: 1201px) {
    .project-data {
        font-size: 1.375em;
    }
}

/* Media query testes - FIM */