/*
pallet
#121212
#1EC6AA
#B2B1AF
#838484
#fff
*/

* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

footer{
    border: none !important;
}

.link {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

body {
    overflow-x: hidden;
    border: none !important;
}

.link:hover {
    opacity: 0.7;
    color: #fff;
}

.logo {
    font-size: 24px !important;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding-left: 20px;
}

nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
        "Open Sans", "Helvetica Neue", sans-serif;
    background-color: #121212;
    height: 60px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.div_main {
    /*background: url("../img/14358.jpg") no-repeat center center;*/
    background-color: #b2b1af;
    background-size: cover;
    margin-top: 60px;
    flex: 1;
}

.nav-list {
    list-style: none;
    display: flex;
    padding-top: 16px;
}

.nav-list li {
    letter-spacing: 3px;
    margin-left: 32px;
}

.mobile_menu div {
    width: 32px;
    height: 2px;
    margin-left: 32px;
    background: #fff;
    margin: 8px;
    margin-right: 0;
    transition: 0.3s;
    margin-left: 20px;
}

.mobile_menu {
    cursor: pointer;
    display: none;
}

.nav-list.active {
    transform: translateX(0);
    padding-left: 16px;
    padding-right: 16px;
}

@keyframes navLinkFade {
    from {
        opacity: 0;
        transform: translateX(50%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes hoverFocos {
    from {
        -webkit-transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(-5px);
    }
}

.shadow {
    box-shadow: -2px 7px 7px -2px rgb(0 0 0 / 16%);
}

@keyframes hoverDesfoc {
    from {
        -webkit-transform: translateY(-5px);
    }
    to {
        -webkit-transform: translateY(0);
    }
}

.flag_img{
    height: 11px;
    width: 15px;
    margin-left: 20px;
}

.focusup:hover {
    animation: hoverFocos 0.3s ease-in-out;
    animation-fill-mode: forwards;
}

.focusup {
    animation: hoverDesfoc 0.3s ease-in-out;
    animation-fill-mode: forwards;
    cursor: pointer;
}

.mobile_menu.active .l1 {
    transform: rotate(-45deg) translate(-8px, 8px);
}
.mobile_menu.active .l2 {
    opacity: 0;
}

.mobile_menu.active .l3 {
    transform: rotate(45deg) translate(-5px, -7px);
}

.nav_rigth {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
    padding-right: 20px;
}

.div_footer {
    background-color: #121212;
    padding-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center !important;
    flex-direction: column;
}

.div_footer div {
    display: flex;
    justify-content: space-around !important;
    align-items: center !important;
    width: 100%;
    max-width: 400px;
}

.div_footer div a {
    text-decoration: none;
    color: #fff;
}

.flex_div {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.social_i {
    font-size: 25px;
}

.p_developer {
    margin-top: 30px;
    color: #fff;
    padding: 20px;
    text-align: center;
}

.top_div {
    background-color: #121212;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px 20px 70px 20px;
}



.tp_d_main {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
        "Open Sans", "Helvetica Neue", sans-serif;
}

.me {
    max-width: 300px;
    border-radius: 100% 0% 100% 0% / 4% 97% 3% 96%;
}

.tp_d_main .name {
    margin: 0;
    color: #fff;
    font-size: 22px;
    letter-spacing: 4px;
}

.tp_d_main .my_description {
    color: #fff;
    margin-top: 10px;
}

.blue {
    color: #1ec6aa !important;
}

.tp_d_main .job {
    margin: 0;
    color: #fff;
    font-size: 35px;
    letter-spacing: 4px;
}

.info_div {
    max-width: 700px;
    padding-left: 10px;
    padding-right: 10px;
}

.btn_projects {
    background-color: transparent;
    border: #1ec6aa 2px solid;
    padding: 10px;
    color: #1ec6aa;
    font-size: 12px;
    font-weight: bold;
    transition: all 0.3s;
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none;
}

.btn_projects_div {
    margin-top: 30px;
}

.btn_projects:hover {
    background-color: #1ec6aa12;
    color: #1ec6aa;
}

.shape_divisor {
    padding: 40px;
    transform: rotate(-1.5deg);
    border: solid #b2b1af 5px;
    margin-top: -30px;
    background-color: #b2b1af;
    position: relative;
    z-index: 2;
}

.itens {
    padding: 20px 20px 20px 20px;
    margin-top: -60px;
    background-color: #b2b1af;
    position: relative;
    z-index: 3;
}

#projects {
    justify-content: space-around;
    align-items: initial;
    display: flex;
    flex-wrap: wrap;
}

#contact_me {
    width: 100%;
    padding: 40px 20px 40px 20px;
    background-color: #121212;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.btn_contact{
    background-color: transparent;
    padding: 10px;
    font-size: 15px;
    border-radius: 3px;
    border: 3px #fff solid;
    width: 120px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
    transition: all 1s;
}

.btn_contact:hover {
    background-color: rgba(255, 255, 255, 0.048);
}


.text_contact {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
        "Open Sans", "Helvetica Neue", sans-serif;
    color: #fff;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.form_contact {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form_contact form{
    flex: 1;
    max-width: 550px;
}

.text_contact .div_text_contact{
    flex: 1;
    max-width: 550px;
}

.project {
    width: 32%;
    border-radius: 10px;
    padding: 0 0 0 0;
    background-color: #ddd;
    margin-top: 30px;
    text-align: center;
}

.project .icon {
    font-size: 40px;
    color: #1ec6aa;
}
.h_projects {
    text-align: center;
    color: #121212;
}

.img_project {
    height: 180px;
    background: no-repeat center center;
    border-radius: 10px 10px 0 0;
    padding: 10px;
    padding-bottom: 20px;
    position: relative;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #1ec6aa;
}

.tags {
    position: absolute;
    right: 5px;
    bottom: 8px;
    text-transform: uppercase;
}

.tags span {
    border: #1ec6aa solid 1px;
    padding: 3px;
    border-radius: 1px;
    margin: 3px;
    font-size: 9px;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.135);
}

.about_project {
    padding: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #121212;
}

.about_project h3 {
    text-transform: uppercase;
}

.about_project h3 {
    margin-bottom: 30px;
}

.div_skill {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    background-color: #ddd;
    padding: 10px;
    border-radius: 10px;
    width: 120px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.div_skill i {
    font-size: 50px;
    color: #1ec6aa;
    margin-bottom: 5px;
}

.div_skill span {
    color: #1ec6aa;
    font-weight: bold;
}

.skills {
    justify-content: space-around;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.title_spacing {
    margin-top: 40px;
    margin-bottom: 30px;
}

@media (max-width: 999px) {
    #contact_me {
        display: block;
    }
    .nav-list {
        position: absolute;
        top: 60px;
        right: 0;
        width: 70vw;
        min-height: 100vh;
        background-color: #121212;
        flex-direction: column;
        align-items: center;
        transform: translateX(100%);
        transition: transform 0.3s ease-in;
    }

    .nav-list li {
        margin-left: 0;
        opacity: 0;
        margin-top: 50px;
    }
    .mobile_menu {
        display: block;
    }
    .me {
        display: none;
    }
    @media (max-width: 848px) {
        .project {
            width: 100% !important;
        }
    }
}
