﻿/* Encode Sans SC - Thin */
@font-face {
    font-family: 'Encode Sans SC';
    src: url('/fonts/EncodeSans/EncodeSansSC-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* Encode Sans SC - Light */
@font-face {
    font-family: 'Encode Sans SC';
    src: url('/fonts/EncodeSans/EncodeSansSC-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Encode Sans SC - Regular */
@font-face {
    font-family: 'Encode Sans SC';
    src: url('/fonts/EncodeSans/EncodeSansSC-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Encode Sans SC - Medium */
@font-face {
    font-family: 'Encode Sans SC';
    src: url('/fonts/EncodeSans/EncodeSansSC-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Encode Sans SC - SemiBold */
@font-face {
    font-family: 'Encode Sans SC';
    src: url('/fonts/EncodeSans/EncodeSansSC-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Encode Sans SC - Bold */
@font-face {
    font-family: 'Encode Sans SC';
    src: url('/fonts/EncodeSans/EncodeSansSC-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Encode Sans SC - ExtraBold */
@font-face {
    font-family: 'Encode Sans SC';
    src: url('/fonts/EncodeSans/EncodeSansSC-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Encode Sans SC - Black */
@font-face {
    font-family: 'Encode Sans SC';
    src: url('/fonts/EncodeSans/EncodeSansSC-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Anaheim';
    src: url('/fonts/Anaheim/Anaheim-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Anaheim';
    src: url('/fonts/Anaheim/Anaheim-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Anaheim';
    src: url('/fonts/Anaheim/Anaheim-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Anaheim';
    src: url('/fonts/Anaheim/Anaheim-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Anaheim';
    src: url('/fonts/Anaheim/Anaheim-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

:root {
    --swiper-navigation-size: 25px !important;
}

/* Uso global da fonte */
h1 {
    font-family: 'Encode Sans SC', sans-serif;
    text-transform: uppercase;
    font-size: 6rem;
    font-weight: 300;
}

h2 {
    font-size: 2rem;
    font-weight: 500;
    text-transform: uppercase;
}

body, p, span, li, a, input, textarea, div {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 400; /* Peso normal para texto */
    font-size: 1.03rem !important;
}



html {
    font-size: 16px;
}

@media (max-width: 1300px) {
    html {
        font-size: 14px !important;
    }
}

@media (max-width: 800px) {
    html {
        font-size: 12px !important;
    }
}

.navbar {
    background-color: #fff;
    padding: 10px 0px 10px 40px;
}

    .navbar li {
        font-size: 1vw;
        color: #000;
    }

.nav-link {
    color: #000 !important;
    opacity: 0.7;
    transition: .5s ease-out;
    font-size: 2rem !important;
}

.language-selector .nav-link {
    font-size: 1.2rem !important;
}

.nav-link:hover {
    opacity: 1;
}

.navbar-brand img {
    height: 60px;
    width: 200px;
    object-fit: cover;
}

.navbar-nav {
    gap: 2vw;
}

.smalltitle {
    font-size: 18px;
    font-weight: 200;
}

.title-video-display {
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.transition-logo {
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in {
    opacity: 1 !important;
    transform: translateY(30px) !important;
}

.fade-out-up {
    opacity: 0 !important;
    transform: translateY(-30px);
}

/* Inicialmente fora da tela */
#logoModal {
    opacity: 0;
    transform: translateY(-30px);
}

.transition-navbar {
    transition: padding 0.3s ease, box-shadow 0.3s ease, backdrop-filter 0.3s ease;
    padding: 1rem 1.5rem;
    box-shadow: none;
    backdrop-filter: blur(0px);
}

    .transition-navbar.shrink {
        padding: 0.4rem 1.5rem !important;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
        backdrop-filter: blur(8px);
    }

#navbarLogo {
    transition: height 0.3s ease;
}

.transition-navbar.shrink #navbarLogo {
    height: 80px !important;
}

/* Trigger vazio antes da secção */
.scroll-trigger {
    height: 100vh;
    background: #f9f9f9;
}

/* Bloco com frases */
.scroll-block {
    position: relative;
    height: 600vh; /* altura longa para permitir scroll */
}

.philosophy-fixed {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: background-color 1s ease;
    text-align: center;
    padding: 2rem;
    color: white;
}

    .philosophy-fixed h2 {
        font-size: 7rem;
        margin-bottom: 2rem;
    }

.philosophy-line {
    font-size: 1.5rem;
    max-width: 800px;
    opacity: 0;
    transition: opacity 0.6s ease;
}

    .philosophy-line.visible {
        opacity: 1;
    }

/* Secção seguinte para mostrar continuidade */
.after-scroll {
    height: 100vh;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    color: #333;
}

.muse-color {
    color: rgb(195 0 47);
}

.section-title {
    font-weight: 200 !important;
}

#backToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    font-size: 1.5rem;
    border: none;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 1000;
}

    #backToTop.show {
        opacity: 0.8;
        pointer-events: auto;
    }

    #backToTop:hover {
        opacity: 1;
        transform: scale(1.1);
    }

.about-card {
    background-color: #f2f2f2;
    transition: background-color 0.3s ease;
    color: #000;
    display: flex;
    flex-direction: column;
    height: 410px;
    padding: 31px 20px 0px 20px;
}

    .about-card:hover {
        background-color: #c3002f;
    }

    .about-card:hover .about-card-header,
    .about-card:hover .about-card-body {
        color: #fff;
    }

.about-card-header {
    padding: 0 1rem;
    font-family: 'Encode Sans', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #000;
}

.about-card-body {
    padding: 0 1rem 1.5rem 1rem;
    font-family: 'Anaheim', sans-serif;
    font-size: 0.95rem;
    color: #000;
    margin-top: auto; /* <-- Isto empurra o body para o fundo */
}



.parallax-image {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 767.98px) {
    .parallax-image {
        background-attachment: scroll;
    }
}

.team-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .team-card img {
        height: 400px;
        width: 100%;
        object-fit: cover;
        object-position: left;
        display: block;
    }

.grayscale-img {
    filter: grayscale(100%);
    transition: filter 0.4s ease, transform 0.4s ease;
}

.team-card:hover .grayscale-img {
    filter: grayscale(0%);
    transform: scale(1.03);
}

/* GRADIENT OVERLAY */
.team-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(10, 10, 10, 0.6) 70%, rgba(0, 0, 0, 0.85) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 1.2rem;
    color: #fff;
    text-align: left;
}

.team-card:hover .team-overlay {
    opacity: 1;
}

.team-overlay h5 {
    font-size: 1.1rem;
    margin-bottom: 0.4rem;
}

.team-overlay p {
    font-size: 0.9rem;
    margin-bottom: 0;
}

#menuModal {
    z-index: 9999999999 !important;
}

#mainNavbar {
    z-index: 999999999;
}

#menuButton {
    background-color: transparent;
    border: 0px !important;
}

.menu-icon::before {
    content: "\2630"; /* ☰ hambúrguer */
    font-size: 2rem;
    transition: all 0.4s ease;
    display: inline-block;
}

.menu-icon.open::before {
    content: "\2715"; /* ✕ X */
    transform: rotate(180deg) scale(1.2);
}

.swal2-confirm {
    background-color: rgb(255 23 79);
}

    .swal2-confirm:hover {
        background-color: #333e48 !important;
    }

div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
    background-color: rgb(255 23 79) !important;
}

    div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long] {
        right: .1em !important;
    }

div:where(.swal2-icon).swal2-success .swal2-success-ring {
    border: .25em solid rgb(255 23 79 / 13%) !important;
}

header {
    background: #111;
    color: white;
    padding: 50px 20px;
    text-align: center;
}

    header h1 {
        margin: 0;
    }

.nav-item a {
    font-size: 1.1rem !important;
}

.nav-item .active {
    color: rgb(195 0 47) !important;
    font-weight: 600 !important;
}

.dropdown-toggle {
    background-color: unset !important;
    border: 0px !important;
}

    .dropdown-toggle img {
        height: 20px;
        object-fit: cover;
        border-radius: 100px;
    }

.dropdown-item img {
    height: 20px;
    object-fit: cover;
    border-radius: 100px;
}

.dropdown-menu.show {
    padding: 0px 0px 10px 0px;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #333e48 !important;
    color: #fff !important;
}

/* Sidebar */
.pr-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 60%;
    max-width: 300px;
    height: 100%;
    background-color: #f8f9fa;
    padding: 2rem 1rem;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 1045;
    overflow-y: auto;
}

/* Overlay escuro atrás */
.pr-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 1040;
}

.offcanvas {
    width: 70% !important;
}

.offcanvas-backdrop.show {
    opacity: 0.1 !important;
}
/* Quando o menu está aberto */
body.sidebar-open .pr-sidebar {
    transform: translateX(0);
}

body.sidebar-open .pr-overlay {
    opacity: 1;
    visibility: visible;
}

body.sidebar-open {
    transform: translateX(300px); /* igual ao width do sidebar */
    transition: transform 0.3s ease;
    overflow-x: hidden;
}

.featured-projects .agenda-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.featured-projects .agenda-col {
    width: calc(33.333% - 13.333px); /* 3 por linha com espaçamento */
    position: relative;
    overflow: hidden;
}

.featured-projects .agenda-wrapper {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.featured-projects .agenda-image {
    width: 100%;
    height: 100% !important;
	object-fit: cover;
	object-position: center;
    display: block;
}

.featured-projects .agenda-title {
    font-weight: bold;
    margin-top: 10px;
}

.featured-projects .agenda-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}

.featured-projects .agenda-hover {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    color: white;
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
    padding: 1rem;
}

.featured-projects .agenda-hover-content h3 {
    color: rgb(195, 0, 47) !important;
    margin: 0 0 10px;
    font-size: 25px;
}

.featured-projects .agenda-hover-content p {
    color: black;
    font-size: 14px;
    margin-bottom: 10px;
}

.featured-projects .agenda-hover-content .agenda-date,
.featured-projects .agenda-hover-content .agenda-location {
    color: #000;
}

.featured-projects .agenda-hover-content .agenda-location {
    font-weight: bold;
}

.featured-projects .agenda-wrapper:hover .agenda-hover {
    transform: translateY(0);
    opacity: 1;
}

.featured-projects .agenda-hover-content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.featured-projects .agenda-hover-icon svg {
    width: 24px;
    height: 24px;
    fill: #000;
}

.featured-projects .agenda-hover-content a {
    color: #c3002f;
    font-size: 24px !important;
}


.footer .contact-location,
.footer .footer-bottom,
.footer .footer-links,
.footer .footer-links a,
.footer .footer-newsletter {
    color: #000;
}

    .footer .footer-links a {
        transition: 0.15s ease-out !important;
    }

    .footer .footer-links a:hover {
        color: rgb(195 0 47);
    }

.footer-bottom .col-right ul li a {
    color: #000;
    text-decoration: none;
    font-size: 0.9rem;
    transition: .15s ease-out;
}

    .footer-bottom .col-right ul li a:hover {
        background-color: rgb(242 242 242) !important;
        color: rgb(195 0 47) !important;
        text-decoration: underline;
    }

.btn-muse {
    background-color: rgb(195 0 47) !important;
    color: #fff !important;
    border-radius: 100px !important;
    padding: 10px 30px !important;
    text-transform: uppercase;
}

    .btn-muse:hover {
        background-color: rgb(242 242 242) !important;
        color: #000 !important;
    }

.form-select:focus {
    border-color: #e1597a !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(195 0 47 / 5%) !important;
}

.form-control:focus {
    border-color: #e1597a !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(195 0 47 / 5%) !important;
}

.form-control {
    padding: 11px !important;
}

.btn-3dview:hover {
    background-color: #000 !important;
    color: #fff !important;
}

.btn-3dview:hover svg {
    fill: white;
}


.article-share .share-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 1.25rem;
    background-color: #f1f1f1;
    color: #333;
    text-decoration: none;
    transition: background-color 0.2s, transform 0.2s;
    border: none;
}

    .article-share .share-icon:hover {
        transform: scale(1.1);
    }

.article-share .facebook:hover {
    background-color: #c3002f;
    color: #fff;
}

.article-share .twitter:hover {
    background-color: #c3002f;
    fill: #fff;
}

.article-share .linkedin:hover {
    background-color: #c3002f;
    color: #fff;
}

.article-share .copy:hover {
    background-color: #c3002f;
    color: #fff;
}

.article-share button.share-icon {
    cursor: pointer;
}

.swiper-pagination {
    margin-top: 20px;
    position: unset !important;
}

.swiper-pagination-bullet-active {
    background-color: #c3002f !important;
}

.swiper-container {
    position: relative;
}


.swiper-button-next,
.swiper-button-prev {
    background-color: #ffffffcc !important;
    border-radius: 0px !important;
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    color: #000;
    height: 25px !important;
}

.leaflet-bottom {
    display: none;
}