html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: 'Segoe UI Light', Tahoma, Geneva, Verdana, sans-serif;
}

header,
main,
footer {
    position: relative;
}

.ac-center {
    align-content: center;
}

.ac-space-between {
    align-content: space-between;
}

.ai-center {
    align-items: center;
}

.ai-end {
    align-items: flex-end;
}

.b-0 {
    bottom: 0px;
}

.bg-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-black-40 {
    background-color: rgba(00, 00, 00, 0.4);
}

.bg-black-60 {
    background-color: rgba(00, 00, 00, 0.6);
}

.bg-black-70 {
    background-color: rgba(00, 00, 00, 0.7);
}

.bg-222 {
    background-color: rgba(22, 22, 22, 1);
}

.bg-222-10 {
    background-color: rgba(22, 22, 22, 0.05);
}

.bg-00ff90-70 {
    background-color: rgba(143, 192, 199, 0.9);
}

.bg-00ff90-85 {
    background-color: rgba(143, 192, 199, 1.0);
}

.d-flex {
    display: flex;
}

.f-column {
    flex-direction: column;
}

.f-row {
    flex-direction: row;
}

.f-1 {
    flex: 1;
}

.f-2 {
    flex: 2;
}

.f-5 {
    flex: 5;
}

.f-8 {
    flex: 8;
}

.h-15 {
    height: 15%;
}

.h-100 {
    height: 100%;
}

input,
select {
    height: 30px;
    border-radius: 5px;
}

.icon-mdl2 {
    font-family: 'Segoe MDL2 Assets';
}

.jc-center {
    justify-content: center;
}

.jc-end {
    justify-content: flex-end;
}

.jc-start {
    justify-content: flex-start;
}

.mt-0 {
    margin-top: 0%;
}

.mt-4 {
    margin-top: 4%;
}

.mt-3 {
    margin-top: 3%;
}

.mb-1 {
    margin-bottom: 1%;
}

.nav-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 10px;
    z-index: 999;
    box-sizing: border-box;
    transition: .3s;
}

nav .logo {
    padding: 4.0px 15px;
    padding-left: 20px;
    height: 70px;
    float: left;
    font-size: 24px;
    transition: .3s;
}

nav ul {
    list-style: none;
    float: right;
    margin: 0;
    padding: 0;
    display: flex;
}

nav ul li {
    list-style: none;
}

nav ul li a {
    line-height: 40px;
    padding: 6px 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: .3s;
}

nav ul li a:focus {
    outline: none;
}

.logo4 {
    width: 95%;
    height: 45%;
}

.mobile-menu {
    display: none;
    cursor: pointer;
    color: white;
}

.mobile-menu div {
    width: 40px;
    height: 4px;
    color: white;
    background-color: white;
    margin: 8px;
    transition: 0.3s;
}

.contato-size {
    flex: 1;
    flex-direction: row;
    display: flex;
    padding: 20px;
}



.navbar.activeM {
    transform: translateX(0);
}

@keyframes navLinkFade {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.mobile-menu.activeM .line1 {
    transform: rotate(-45deg) translate(-30px, 26px);
}

.mobile-menu.activeM .line2 {
    opacity: 0;
}

.mobile-menu.activeM .line3 {
    transform: rotate(45deg) translate(-25px, -35px);
}



.p-0 {
    padding: 0%;
}

.p-1 {
    padding: 1%;
}

.pr-2 {
    padding-right: 2%;
}

.pt-5 {
    padding-top: 5%;
}

.pt-3 {
    padding-top: 3%;
}

.pt-8 {
    padding-top: 8%;
}

.pt-10 {
    padding-top: 10%;
}

.pt-15 {
    padding-top: 15%;
}

.pt-20 {
    padding-top: 20%;
}

.px-1 {
    padding-left: 1%;
    padding-right: 1%;
}

.px-3 {
    padding-left: 3%;
    padding-right: 3%;
}

.px-7 {
    padding-left: 7%;
    padding-right: 7%;
}

.px-10 {
    padding-left: 10%;
    padding-right: 10%;
}

.px-20 {
    padding-left: 20%;
    padding-right: 20%;
}

.pb-5 {
    padding-bottom: 5%;
}

.pb-3 {
    padding-bottom: 3%;
}

.p-absolute {
    position: absolute;
}

.p-relative {
    position: relative;
}

.r-0 {
    right: 0px;
}

.t-1 {
    text-indent: 1%;
}

.t-right {
    text-align: right;
}

.t-white {
    color: white;
}

.t-black {
    color: black;
}

.t-none {
    text-decoration: none;
}

.t-center {
    text-align: center;
}

.t-medium {
    font-weight: 500;
}

.t-bold {
    font-weight: 700;
}

.w-50 {
    width: 50%;
}

.w-70 {
    width: 70%;
}

.w-100 {
    width: 100%;
}

.b_br {
    cursor: pointer;
}

.b_en {
    cursor: pointer;
}

.b_es {
    cursor: pointer;
}

@media (max-width: 1090px) {
    body {
        overflow-x: hidden;
    }

    .navbar {
        position: absolute;
        top: 105%;
        right: 0;
        width: 100%;
        height: 900%;
        background-color: rgba(00, 00, 00, 0.8);
        flex-direction: column;
        font-size: 60px;
        text-size-adjust: 100%;
        align-items: center;
        justify-content: space-around;
        transform: translateX(100%);
        transition: transform 0.3s ease-in;
    }
    .fade-slide{
        transform: translateY(30%);        
    }

    .navbar li a {
        margin-left: 0;
        opacity: 0;
    }

    .mobile-menu {
        display: block;
    }
    .mobile-menu div{
        width: 100px;
        height: 20px;
        margin: 22px;        
    }

    nav .logo {
        
        padding: 4.0px 10px;        
        height: 180px;
        font-size: 100px;
        text-align: center;        
    }

    .itens {
        display: flex;
        flex-wrap: wrap;
    }

    .item .icons {
        width: 120px;
        height: 120px;
    }

    .fa-users-rectangle {
        width: 100px;
        height: 100px;
    }
    .fa-lightbulb{
        width: 100px;
        height: 100px;
    }
    .fa-ghost{
        width: 100px;
        height: 100px;
    }
    .fa-itch-io{
        width: 100px;
        height: 100px;
    }
    .fa-artstation{
        width: 100px;
        height: 100px;
    }
    .material-symbols-outlined{
        font-size: 100px;
        text-align: center;
    }

    .text-item {
        text-wrap: wrap;
        text-transform: uppercase;
    }

    .vision {
        display: flex;
        flex-wrap: wrap;
    }

    .vison2 {
        display: flex;
        flex-wrap: wrap;
        padding: 20px;
    }

    .imgH {
        display: none !important;
    }

    .slide.left {
        transform: unset;
    }

    .slide.right {
        transform: unset;
    }

    .nav-fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 230px;
        padding: 45px;
        z-index: 999;
        box-sizing: border-box;
        transition: .3s;
    }

    .btn-sm{
        padding: 10px 20px;
        width: unset;
    }
}