@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');

:root {
    --color-primary: #FF4900;
    --black-primary: #1E1E1E;
}

@font-face {
    font-family: 'Helvetica Neue 700';
    src: url("/assets/fonts/HelveticaNeue700.otf") format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue 400';
    src: url("/assets/fonts/HelveticaNeue400.otf") format('opentype');
    font-weight: 400;
    font-style: normal;
}


nav {
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
}

body {
    position: relative;
}

.color-white {
    color: white;
}

.color-primary {
    color: var(--color-primary);
}

.header-items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 40px 0;
}

.header-links {
    display: flex;
    flex-direction: row;
    gap: 30px;
    font-family: 'Helvetica Neue 700';
    font-size: 12px;
    letter-spacing: 0.96px;
}

.navbar-logo {
    color: white;
}

.navbar-item {
    color: white;
}

.header__inner {
    padding: 40px 0;
}

.header-arrow {
    padding-top: 30px;
}

.header-img {
    object-fit: cover;
    animation: move 80s ease infinite;
}

.navbar-inside-logo {
    padding-bottom: 50px;
}

.socials__social-mobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    border-radius: 100%;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s;
}

.socials__social-mobile:not(:first-child) {
    margin-left: 15px;
}

.menu-panel__bottom {
    color: #000;
}

.empresa-img-main-div {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 0 50px 20px;
}

.empresa-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.empresa-img-rect {
    background-color: var(--color-primary);
    position: absolute;
    bottom: 0px;
    left: 30px;
    width: 120px;
    height: 160px;
    z-index: -1;
}

.zoom-counter__subtitle {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.empresa-txt {
    font-family: 'Roboto', sans-serif;
    text-align: justify;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.6);
}

.projects-block {
    padding-bottom: 100px;
    padding-top: 100px;
}

.swiper-prev,
.swiper-next {
    background-color: var(--color-primary);
    color: white;
    padding: 10px 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.swiper-prev {
    left: 50px;
}

.swiper-next {
    right: 50px;
}

.bg-title {
    width: fit-content;
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    background: var(--color-primary);
    padding: 2px 8px;
}

.project-cat {
    font-family: 'Helvetica Neue 700';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #999;
    text-transform: uppercase;
}

.link_active {
    color: #1E1E1E;
}


.zoom-services {
    padding-bottom: 100px;
    padding-top: 100px;
}

.servicos-el {
    padding: 30px;
    border: 1px solid #ECECEC;
}

.servico-title {
    color: var(--black-primary);
    font-family: 'Helvetica Neue 700';
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.servico-txt {
    margin: 0;
    color: #999;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: normal;
}

.separador {
    padding-top: 100px;
    border-top: 1px solid #ECECEC;
}

.clients img {
    max-height: 150px;
    filter: grayscale(1);
}

.parallax-block__play:hover {
    cursor: pointer;
}

#popup-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.95);
}

.video-x {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    line-height: normal;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.video-x:hover {
    cursor: pointer;
}

.news-block {
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}

.team-block__slider {
    margin-top: 70px;
}

.news-block__slide {
    position: relative;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.news-block__slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}

.slide-news-date,
.slide-news-title {
    margin: 0px;
    color: #fff;
    line-height: normal;
}

.news-block__text {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    top: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: end;
    align-items: start;
}

.slide-news-date {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.slide-news-title {
    font-family: 'Helvetica Neue 700';
    font-size: 16px;
    text-transform: uppercase;
}

.contact-section {
    position: relative;
    /* line-height: 0; */
}

.form-section {
    margin: 100px;
    box-shadow: 5px 5px 20px 10px rgba(0, 0, 0, 0.5);
    background-color: white;
    padding: 50px;
}

.form-main {
    position: absolute;
    top: 100px;
    bottom: 100px;
}

.form-title {
    margin: 0px;
    padding-bottom: 16px;
    color: var(--black-primary);
    font-family: 'Helvetica Neue 700';
    font-size: 26px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
}

.form-description {
    margin: 0px;
    padding-bottom: 30px;
    color: #999;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 26px;
}

.form-input {
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.checkbox-terms {
    color: #999;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: 400;
    margin: 0px;
}

.terms-picker {
    vertical-align: middle;
}

#send-message {
    color: var(--color-primary);
    font-family: 'Helvetica Neue 700';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-skip-ink: none;
    text-underline-offset: 5px;
    border: none;
    background-color: transparent;
    transition: all .2s ease-in-out;
}

#send-message:disabled {
    cursor: not-allowed;
}

#send-message:enabled:hover {
    color: var(--black-primary);
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.menu-panel__menu-link_active {
    color: var(--color-primary) !important;
    font-weight: 700 !important;
}

.chamada-txt {
    font-size: 10px !important;
}

.popup-close {
    position: absolute;
    top: 70px;
    right: 70px;
    z-index: 6;
}

.popup-close:hover {
    cursor: pointer;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 1);
    z-index: 5;
    padding: 50px;
    overflow-y: auto;
    overflow-x: hidden;
}

.opacidade-0 {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.opacidade-1 {
    opacity: 1;
    transition: opacity 0.5s ease;
}

.popup-header {
    position: relative;
    width: 100%;
    height: 80vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 100px;
}

.next-prev-proj-div:hover {
    cursor: pointer;
}

.popup-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.popup-header-txt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100% - 100px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 32px;
}

.popup-header-description {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
}

.popup-header-title {
    color: #fff;
    font-family: 'Helvetica Neue 700';
    font-size: 62px;
    font-style: normal;
    line-height: normal;
}

.popup-caracteristicas {
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}

.popup-swiper,
.popup-descricao {
    background-color: #fff;
    padding-bottom: 100px;
}

.popup-caracteristica-txt {
    margin-bottom: 4px;
    color: rgba(0, 0, 0, 0.50);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
}

.popup-caracteristica-txt-bold {
    color: #000;
}

.popup-description-title {
    color: #000;
    font-family: 'Helvetica Neue 700';
    font-size: 32px;
    font-style: normal;
    line-height: 48px;
    margin-bottom: 30px;
}

.popup-description-txt, .popup-description-txt > p {
    color: #666;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin: 0;
}

.contact-popup-txt {
    padding-top: 100px;
    margin: 0;
}

.contact-popup-txt a {
    color: #FF4900;
    font-family: 'Helvetica Neue 700';
    font-size: 20px;
    font-style: normal;
    line-height: 48px;
    text-decoration-line: underline;
    text-transform: uppercase;
}

.contact-popup-txt a:hover {
    text-decoration-line: none;
}

.popup-nex-prev {
    background: linear-gradient(to right, #F4F5F7 0%, #F4F5F7 50%, var(--color-primary) 50%, var(--color-primary) 100%);
}

.popup-prev-txt,
.popup-next-txt {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 19.2px;
    padding: 50px 0;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.popup-prev-txt {
    color: #000;
    margin: 0;
}

.popup-prev-txt:hover {
    color: var(--color-primary);
    transition: all 0.3s ease-in-out;
}

.popup-next-txt {
    color: #fff;
    margin: 0;
}

.popup-next-txt:hover{
    color: var(--black-primary);
    transition: all 0.3s ease-in-out;
}

.text-underline {
    text-decoration: underline;
}

.gap-6 {
    gap: 6px;
}

.popup-caracteristicas-noticias {
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 0;
}

.pt-100 {
    padding-top: 100px;
}

.img-slide-popup {
    width: 100%;
    height: 70vh;
    object-fit: cover;
}

.splide__arrow--prev {
    left: -50px;
}

.splide__arrow--next {
    right: -50px;
}

.splide__arrow {
    background-color: transparent;
    border-radius: 0;
}

.splide__arrow svg {
    height: 20px;
    width: 10px;
}

.projects-block__slide-label {
    font-family: 'Helvetica Neue 400';
    line-height: normal;
    letter-spacing: 1.5px;
    font-size: 16px;
}

.projects-block__slide-text {
    font-family: 'Roboto', sans-serif;
    line-height: normal;
    font-size: 14px;
}

.parallax-block__download-text {
    font-family: 'Helvetica Neue 700';
    font-size: 20px;
    line-height: normal;
}

.footer-default__copyright {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: normal;
    letter-spacing: -0.9px;
}

.footer-default__copyright>strong {
    font-family: 'Roboto', sans-serif;
}

.success-page-padding {
    padding-top: 205px;
    padding-bottom: 100px;
}

.form-sucess-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.success-form-title {
    font-family: 'Helvetica Neue 700';
    font-size: 40px;
    line-height: normal;
}

.success-form-txt {
    text-align: center;
    font-family: 'Roboto';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.success-form-btn {
    font-family: 'Helvetica Neue 700';
    color: var(--color-primary);
    font-size: 16px;
    line-height: normal;
    text-decoration-line: underline;
    transition: all 0.3s ease-in-out;
}

.success-form-btn:hover {
    color: var(--black-primary);
    transition: all 0.3s ease-in-out;
}

.preloader {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    overflow: hidden;
}

.hide-preloader{
    animation: hidePreloader 1s ease forwards;  
}

.pre-loader-logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 18px;
}

.pre-loader-n {
    opacity: 0;
    transition: opacity .3s ease-in;
}

.pre-loader-i {
    opacity: 0;
    transition: opacity .3s ease-in;
}

.pre-loader-p {
    opacity: 0;
    transition: opacity .3s ease-in;
}

.img-cliente{
    width: 100%;
    max-width: 150px;
    height: auto;
    max-height: 60px;
    object-fit: contain;
}

.opacity-0{
    opacity: 0 !important;
}

.splide__arrow:disabled{
    opacity: 0;
}

@media screen and (min-width: 768px) {
    .header__inner {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .studio-intro-slide__title {
        max-width: 60%;
    }

    .form-section {
        margin: 0;
        position: absolute;
        top: 100px;
        right: 100px;
        bottom: 100px;
        width: calc(50% - 100px);
    }
}

@media screen and (max-width: 767px) {
    .socials {
        justify-content: flex-start;
    }

    .gap-4-footer {
        gap: 24px;
    }

    .header-items {
        display: none;
    }

    .swiper-prev {
        left: 15px;
    }

    .swiper-next {
        right: 15px;
    }

    .swiper-prev,
    .swiper-next {
        padding: 3px 5px;
    }

    .projects-block__slide-title,
    .projects-block__slide-label {
        max-width: 75vw;
    }

    .form-section {
        margin: 100px 30px;
    }

    .popup-header-description {
        font-size: 14px;
    }

    .popup-header-title {
        font-size: 40px;
    }

    .popup {
        padding: 12px;
    }

    .popup-close {
        right: 22px;
        top: 22px;
    }

    .popup-description-txt, .popup-description-txt > p {
        font-size: 14px;
    }

    .popup-nex-prev {
        background: linear-gradient(to bottom, #F4F5F7 0%, #F4F5F7 50%, var(--color-primary) 50%, var(--color-primary) 100%);
    }

    .img-slide-popup {
        height: 50vh;
    }

    .popup-prev-txt,
    .popup-next-txt {
        letter-spacing: 5px;
    }
    
    .hidden-md-down{
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .splide__arrow--prev {
        left: 5px;
    }

    .splide__arrow--next {
        right: 5px;
    }

    .splide__arrow {
        opacity: 1;
        background-color: var(--color-primary);
    }
}

@media screen and (min-width: 1201px) {
    .splide__arrow svg{
        height: 27px;
        width: 13.5px
    }

    .splide__arrow svg path{
        stroke: #000;
    }
}

@keyframes move {
    0% {
        transform: scale(1.0);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1.0);
    }
}

@keyframes hidePreloader {
    from {
        height: 100%;
    }

    to {
        height: 0%;
    }
}