* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Barlow", sans-serif; /* Barlow Semi Condensed, Barlow */
    outline: none;
}

/* HTML: <div class="loader"></div> */
.loader {
    width: 20px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 0 #fff4;
    animation: l2 1.5s infinite linear;
    position: relative;
}
.loader:before,
.loader:after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: 0 0 0 0 #fff4;
    animation: inherit;
    animation-delay: -0.5s;
}
.loader:after {
    animation-delay: -1s;
}
@keyframes l2 {
    100% {
        box-shadow: 0 0 0 40px #fff0;
    }
}

#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #2b2b2b;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: all 0.5s ease;
}

body.loaded #page-loader {
    opacity: 0;
    visibility: hidden;
}

img {
    max-width: 100%;
}

#root {
    width: 100%;
    height: 100%;
}

#content {
    display: flex;
    min-height: 100vh;
    position: relative;
    width: 100%;
}

aside {
    background-color: rgba(41, 41, 41, 0.6);
    height: 100%;
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    max-width: 312px;
    width: 100%;
}

#menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 35px;
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
    z-index: 1;
}

#menu a {
    color: #fffbf7;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
}

#menu a:before {
    content: "";
    background-image: url(/images/icones/menu.png);
    width: 15px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
    transition: all 0.3s ease;
    opacity: 0;
}

#menu a:hover:before {
    opacity: 1;
}

body.services #menu a.services-menu:before {
    opacity: 1;
}
body.portfolio #menu a.portfolio-menu:before,
body.portfolio-category #menu a.portfolio-menu:before {
    opacity: 1;
}
body.about #menu a.about-menu:before {
    opacity: 1;
}

#small-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    margin-top: -300px;
}

body.home #content {
    background-image: url(/images/fundo/home.png);
    background-size: cover;
    background-position: center;
}

body.home #small-logo {
    display: none;
}

#page {
    display: flex;
    height: 100%;
    min-height: 100vh;
    align-items: center;
    flex: 1;
    gap: 50px;
    padding: 15px 0;
    max-width: calc(100% - 312px);
}

#hero p {
    color: #fffbf7;
    font-size: 30px;
    line-height: 45px;
    font-weight: 100;
    width: 100%;
    border-bottom: 1px solid #fffbf7;
    padding: 0 0 15px 0;
}

#page #logo,
#page #hero {
    flex: 1;
}

#page #hero img {
    max-width: 100%;
}

#page #hero a {
    text-decoration: none;
    color: #fffbf7;
    width: 309px;
    height: 41px;
    border: 1px solid #fffbf7;
    border-radius: 10px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    transition: all 0.3s ease;
}

#page #hero a:hover {
    background-color: #fffbf7;
    color: #292929;
}

.whatsapp-icon {
    position: fixed;
    bottom: 46px;
    right: 46px;
    z-index: 1000;
}

.whatsapp-icon i {
    font-size: 46px;
    color: #d9d9d9;
}

body.services #content {
    background-image: url(/images/fundo/servicos.png);
    background-size: cover;
    background-position: center;
    background-color: #292929;
}

#page #title {
    width: 35%;
}

#page #services {
    width: 65%;
    overflow-x: hidden;
}

.home #page {
    overflow-x: hidden;
}

#page #title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
}

#page #title div {
    max-width: 365px;
    width: 100%;
}

#page #title h1 {
    font-size: 60px;
    line-height: 45px;
    font-weight: 100;
    color: #fffbf7;
    margin-bottom: 15px;
    display: inline-block;
}

#page #title h1 span {
    font-weight: 600;
    font-style: italic;
}

#page #title h1 span:last-child {
    font-weight: 700;
    font-style: normal;
}

#page #title a {
    text-decoration: none;
    color: #fffbf7;
    width: 229px;
    height: 41px;
    border: 1px solid #fffbf7;
    border-radius: 10px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    margin-top: 12px;
}

#page #title a:hover {
    background-color: #fffbf7;
    color: #292929;
}

#page #services {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#page #services > div {
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

#services .service {
    display: flex;
    gap: 40px;
    text-decoration: none;
    align-items: flex-start;
}

#services .service h3 {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 45px;
    font-size: 32px;
    text-transform: uppercase;
}

#services .service p {
    color: #fff;
    font-size: 20px;
    font-size: 17px;
    line-height: 170%;
    letter-spacing: -1%;
}

#services .service img {
    margin-top: 10px;
    width: 45px;
    height: 45px;
}

body.portfolio #content,
body.portfolio-category #content {
    background-image: url(/images/fundo/portfolio.png);
    background-size: cover;
    background-position: center;
}

body.portfolio .whatsapp-icon i,
body.portfolio-category .whatsapp-icon i {
    color: #424141;
}

#footer {
    background-color: #292929;
    width: 100%;
    padding: 70px 0;
}

.center {
    max-width: 1110px;
    margin: 0 auto;
    padding: 0 5px;
    width: 100%;
}

.top-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 15px;
}

.top-footer a {
    text-decoration: none;
    font-size: 14px;
    color: #d9d9d9;
    font-weight: 400;
}

.bottom-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
}

.bottom-footer nav {
    display: flex;
    gap: 60px;
}

.bottom-footer nav a {
    text-decoration: none;
    color: #d9d9d9;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease;
}

.bottom-footer nav a:hover {
    color: #fffbf7;
}

.social {
    display: flex;
    gap: 30px;
}

.social a {
    text-decoration: none;
    color: #d9d9d9;
    font-size: 16px;
    transition: all 0.3s ease;
}

.social a:hover {
    color: #fffbf7;
}

#categories {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    width: 100%;
}

#categories > div {
    width: 88%;
    display: flex;
    justify-content: space-around;
}

#categories > div > span {
    font-size: 100px;
    color: #292929;
    font-weight: 300;
    opacity: 0.5;
}

#categories a {
    display: flex;
    text-decoration: none;
    flex-direction: column;
    opacity: 0.5;
    transition: all 0.3s ease;
}

#categories a:hover {
    opacity: 1;
}

#categories a h2 {
    font-size: 100px;
    font-weight: 300;
    color: #292929;
    text-transform: uppercase;
}

#categories a div {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 0;
    transition: all 0.3s ease;
}

#categories a:hover div {
    height: 144px;
    margin-bottom: -144px;
}

#categories a div span {
    font-size: 30px;
    font-weight: 600;
    color: #292929;
    text-transform: uppercase;
}

#portfolio {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    width: 100%;
}

#portfolio > div {
    width: 95%;
    display: flex;
    flex-direction: column;
}

#categories-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 60px;
    padding: 0 60px;
}

#categories-tabs > a {
    text-decoration: none;
    color: #292929;
    width: 229px;
    height: 41px;
    border: 1px solid #292929;
    border-radius: 10px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

#categories-tabs > a:hover {
    background-color: #292929;
    color: #fffbf7;
}

#categories-tabs nav {
    display: flex;
    gap: 17px;
    font-size: 40px;
    color: #29292980;
}

#categories-tabs nav a {
    text-decoration: none;
    color: #292929;
    font-weight: 300;
    transition: all 0.3s ease;
    font-size: 40px;
    text-transform: uppercase;
    opacity: 0.5;
}

#categories-tabs nav a:hover,
#categories-tabs nav a.active {
    opacity: 1;
}

.slick-disabled {
    cursor: not-allowed !important;
    opacity: 0.2 !important;
}

#carousel a {
    text-decoration: none;
    position: relative;
    margin: 0 15px;
    width: 349px;
}

#carousel a figure {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

#carousel a figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.7s ease;
}

#carousel a figure:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 20px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    border-radius: 10px;
    opacity: 0;
}

#carousel a:hover figure img {
    transform: scale(1.1);
}

#carousel a:hover figure:after {
    opacity: 1;
}

#carousel a div {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 18px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#carousel a div h2 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 12%;
    text-transform: uppercase;
    margin-bottom: 7px;
    color: #fff;
}

#carousel a div span {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 12%;
    text-transform: uppercase;
    color: #fff;
}

#carousel .slick-prev,
#carousel .slick-next {
    text-indent: -9999px;
    width: 48px;
    height: 48px;
    border: 0;
    background: none;
    cursor: pointer;
    flex: 0 0 48px;
}

#carousel .slick-prev {
    background-image: url(/images/icones/left.png);
}

#carousel .slick-next {
    background-image: url(/images/icones/right.png);
}

#carousel {
    display: flex;
    align-items: center;
}

#case-container {
    padding: 0 60px;
    display: flex;
    width: 100%;
    gap: 45px;
}

#galery {
    width: 40%;
}

#case-details {
    width: 60%;
    display: flex;
    flex-direction: column;
}

#case-details > h1 {
    font-size: 35px;
    font-weight: 300;
    color: #292929;
    margin-bottom: 20px;
}

#case-details > strong {
    font-size: 25px;
    font-weight: 300;
    color: #292929;
    margin-bottom: 10px;
}

#case-details > span {
    font-size: 20px;
    font-weight: 300;
    color: #292929;
    margin-bottom: 10px;
}

#case-details p {
    font-size: 15px;
    font-weight: 400;
    color: #292929;
    margin-bottom: 15px;
    line-height: 24px;
}

.slider-nav {
    margin-top: 20px;
}

.slider-nav img {
    margin: 0 10px;
    cursor: pointer;
}

.slider-nav .slick-slide {
    opacity: 0.5;
    transition: all 0.3s ease;
}

.slider-nav .slick-slide.slick-current,
.slider-nav .slick-slide:hover {
    opacity: 1;
}

body.about #content {
    background-image: url(/images/fundo/sobre.png);
    background-size: cover;
    background-position: center;
}

#about {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    width: 100%;
}

#about > div {
    width: 95%;
    display: flex;
    flex-direction: column;
}

#about > div > * {
    padding: 0 60px;
}

.items-right {
    display: flex;
    justify-content: flex-end;
}

.btn {
    text-decoration: none !important;
    color: #fffbf7;
    width: 229px;
    height: 41px;
    border: 1px solid #fffbf7;
    border-radius: 10px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.btn:hover {
    background-color: #fffbf7 !important;
    color: #292929 !important;
}

#about .title {
    display: flex;
    align-items: flex-end;
    margin-bottom: 50px;
}

#about h1 {
    font-size: 60px;
    font-weight: 300;
    color: #d9d9d9;
    display: inline-block;
}

#about h2 {
    font-size: 30px;
    font-weight: 400;
    color: #d9d9d9;
    margin: 6px;
}

#about p {
    font-size: 24px;
    font-weight: 100;
    color: #d9d9d9;
    margin-bottom: 20px;
    line-height: 33px;
}

#about .items-right a {
    font-size: 21px;
    font-weight: 100;
    color: #d9d9d9;
    line-height: 33px;
    text-decoration: none;
    margin-top: 30px;
}

#about .items-right a:hover {
    text-decoration: underline;
}

.menu-open,
.menu-close {
    display: none;
}

@media (max-width: 1800px) {
    #categories a h2,
    #categories > div > span {
        font-size: 80px;
    }

    #categories a div span {
        font-size: 24px;
    }
}

@media screen and (max-width: 1024px) {
    #content {
        flex-direction: column;
    }

    aside {
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: auto;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    #menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        margin: 0;
        z-index: 10000;
        background: rgb(0 0 0 / 80%);
        backdrop-filter: blur(10px);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }

    body.opened-menu #menu {
        opacity: 1;
        visibility: visible;
    }

    #menu a {
        font-size: 30px;
        opacity: 0;
    }

    #small-logo {
        display: block !important;
        margin: 0;
        height: auto;
    }

    #small-logo img {
        width: 80px;
    }

    .menu-open {
        display: block;
        background-color: transparent;
        border: none;
        color: #8f8f8f;
        font-size: 30px;
        width: 70px;
        height: 70px;
    }

    .menu-close {
        display: block;
        background-color: transparent;
        border: none;
        color: #f4433694;
        font-size: 30px;
        width: 70px;
        height: 70px;
        position: absolute;
        top: 0;
        right: 0;
    }

    #page {
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        min-height: calc(100vh - 83px);
    }

    #hero p {
        border: 0;
        text-align: center;
        font-size: 21px;
        line-height: 30px;
    }

    #footer {
        padding: 15px 0 35px;
    }

    .top-footer {
        justify-content: center;
    }

    .top-footer img {
        width: 80px;
    }

    .top-footer a {
        display: none;
    }

    .bottom-footer {
        flex-direction: column;
        gap: 30px;
        padding-top: 13px;
    }

    .bottom-footer nav {
        gap: 40px;
    }

    .bottom-footer nav a {
        font-size: 14px;
    }

    .whatsapp-icon {
        right: 10px;
        bottom: 10px;
    }

    #page #hero {
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    #page #hero a {
        width: 240px;
    }

    #page #logo,
    #page #hero {
        flex: none;
    }

    #page #title {
        width: 100%;
    }

    #page #title h1 {
        text-align: center;
        font-size: 40px;
    }

    #page #title div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #page #services {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #services .service h3 {
        font-size: 25px;
        font-weight: 300;
        text-transform: none;
    }

    #services .service p {
        font-size: 13px;
    }

    #services .service img {
        margin-top: 10px;
        width: 35px;
    }

    #categories > div {
        flex-direction: column;
        align-items: center;
        width: 100%;
        justify-content: space-around;
        gap: 50px;
    }

    #categories > div > span {
        display: none;
    }

    #categories a h2 {
        font-size: 50px;
    }

    #categories a div {
        height: auto;
    }

    #categories a:hover div {
        height: auto;
        margin-bottom: 0;
    }

    #categories a div span {
        text-align: center;
        font-size: 18px;
        font-weight: 500;
    }

    #categories-tabs nav,
    #categories-tabs nav a {
        font-size: 20px;
    }

    #categories-tabs {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 0;
    }

    #case-container {
        padding: 0;
        flex-direction: column;
    }

    #galery {
        width: 100%;
    }

    #case-details {
        width: 100%;
    }
}

@-webkit-keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }
    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}
@keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }
    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

.text-focus-in {
    -webkit-animation: text-focus-in 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53)
        both;
    animation: text-focus-in 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

@-webkit-keyframes slide-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(-100px);
    }
    100% {
        -webkit-transform: translateX(100px);
        transform: translateX(0px);
    }
}
@keyframes slide-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(-100px);
    }
    100% {
        -webkit-transform: translateX(100px);
        transform: translateX(0px);
    }
}

.slide-right {
    -webkit-animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
        both;
    animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-left {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}
@keyframes slide-left {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

.slide-left {
    -webkit-animation: slide-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
