* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  --lqd-color-primary: lightgray;
  --lqd-container-width: 1170px;
	--lqd-container-width-md: 970px;
	--lqd-container-width-sm: 750px;
	--lqd-row-gutter-y: 0;
	--lqd-row-gutter-x: 30px;
	--lqd-body-font-family: chivo, sans-serif;
	--lqd-body-color: #8a8a91;
	--lqd-heading-font-family: inter, sans-serif;
	--lqd-heading-font-weight: 700;
	--lqd-heading-line-height: 1.2em;
	--lqd-h2-font-size: 40px;
  --lqd-body-font-size: 19px;
  --lqd-body-font-weight: 400;
  --lqd-body-line-height: 1.3em;
}



.lqd-highlight-inner svg {
	height: 0.275em;
	max-height: 0.475em;
}

/* Hover 3D */
.lqd-imggrp-single[data-hover3d],
.ld-flipbox {
	perspective: 1200px;
}

.lqd-imggrp-single[data-hover3d] .lqd-imggrp-img-container,
.ld-flipbox-wrap,
.ld-flipbox-face {
	transform-style: preserve-3d;
}
.lqd-head-col > .lqd-active-row-light.header-module > .el-btn:hover {
	border-color: rgb(0, 0, 0);
	background-color: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
}

/* Footer */
.main-footer .ld-sf button.ld_sf_submit {
	background: rgba(255, 255, 255, 0);
	color: rgb(255, 255, 255);
	border-color: rgba(151, 151, 151, 0.2);
}

.main-footer .ld-sf .submit-text + .submit-icon {
	margin-inline-start: 0;
}

body {
  font-family: "Be Vietnam Pro", sans-serif;
}

.menu-main,
.menu-footer {
  text-align: left;
  padding: 0;
  margin-left: 25%;
  width: 100%;
}


.menu-logo {
  display: flex;
  justify-content: center;
  width: 250px;
  margin-top: -67%;
  margin-left: -15%;
}
.logo-mobile{
  display: flex;
  justify-content: center;
  width: 250px;
}

.menu-logo img { 
  height: auto;
}

.menu-main {
  list-style: none;
  margin-top: -10%;
}

.menu-main li {
  margin-bottom: 10px;
}
.menu-main li {
    margin-bottom: 10px;
}

.menu-main a {
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.12em;
  color: #9aa0a6;
  text-transform: uppercase;
  transition: color 0.3s;
}

.menu-main li {
    margin-bottom: 10px;
}

.menu-main a:hover {
  color: #000;
}

/* Footer menu */
.menu-footer {
  list-style: none;
}

.menu-footer li {
  margin-bottom: 12px;
}

.menu-footer a {
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #9aa0a6;
  text-transform: uppercase;
}
.menu-main a,
.menu-footer a {
  display: block;
}

.menu-footer a:hover {
  color: #000;
}

.vertical-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 220px;
  height: 100vh;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  z-index: 1000;
}

.main-content {
  margin-left: 270px;
  /* mesma largura da navbar */
}

.video-wrapper {
  width: 100%;
  height: 65vh;
}

.video-wrapper video {
  width: 90.5%;
  height: 85%;
  object-fit: cover;
  margin-top: -2.2%;
}

.video-wrapper2 {
  width: 100%;
  height: 65vh;
}

figcaption {
  letter-spacing: 0.12em;
  color: #626974;
}

ol, ul {
    padding-left: 2rem;
}


.video-wrapper2 {
  width: 100%;
  max-width: 60%;
  /* opcional, se quiseres limitar */
  margin: 0 auto;
  /* centra o bloco */
}

.video-wrapper2 video {
  width: 100%;
  display: block;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 2 colunas */
  grid-template-rows: repeat(2, auto);
  /* 2 linhas */
  gap: 80px;
  /* espaço entre os vídeos */
  margin-bottom: 10%;

}

.video-item,
.video-item2 {
  width: 100%;
}

.video-item video,
.video-item2 video {
  width: 80%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .menu-main{
    margin-top: 120%;
  }

  .video-grid {
    grid-template-columns: 1fr; 
  }

  .video-grid,
  .video-grid2 {
    display: flex;
    flex-direction: column;
    align-items: center; /* centra horizontalmente */
  }

  .video-item,
  .video-item2,
  .video-wrapper2 {
    width: 90%; /* controla largura */
  }

  .video-wrapper {
    margin-left: 5%;
    margin-top: 7%; /* remove limite */
  }
  .video-item video,
  .video-item2 video,
  .video-wrapper2 video {
    width: 100%;
  }
}


html {
  scroll-behavior: smooth;
}

.photoBackCard {
  filter: blur(5px);
}

/* BOTÃO HAMBURGER */
.menu-toggle {
  display: none;
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 1100;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
}

.menu-toggle {
  color: #565656;
}

.logo-mobile {
  display: none;
}

.logo-desktop {
  display: block;
}

/* MOBILE */
@media (max-width: 768px) {

  .menu-toggle {
    display: block;
  }

  .vertical-menu {
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    width: 220px;
    height: 100%;
  }

  .vertical-menu.open {
    transform: translateX(0);
  }

  .main-content {
    margin-left: 0;
  }
  .vertical-menu {
    align-items: center;
    text-align: center;
  }

  .logo-desktop {
    display: none;
  }

  .logo-mobile {
    display: block;
  }
}

.mobile-header {
  position: relative;
  height: 70px;
}


.logo-mobile {
  margin-top: 1%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}


.quem-somos {
  min-height: 90vh; /* ocupa o ecrã inteiro */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  background: #ffffff;
}

.quem-somos-content {
  max-width: 900px;
  text-align: center;
}

.quem-somos h2 {
  font-size: 37px;
  letter-spacing: 0.15em;
  margin-bottom: 30px;
  --lqd-heading-color: #4a4645;
  --lqd-heading-font-family: var(--lqd-body-font-family);
}


.quem-somos p {
  font-size: 20px;
  line-height: 1.8;
  color: #666;
}


.custom-footer {
  background: #ffffff;
  color: #555;
  padding: 70px 20px;
  font-size: 14px;
  border-top: 1px solid #eee;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

.footer-col h4 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  /* títulos pretos */
  letter-spacing: 0.5px;
}

.footer-col p {
  margin-bottom: 14px;
  line-height: 1.7;
}

.footer-col a {
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.footer-col a:hover {
  opacity: 0.6;
}

/* Responsivo */
@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 40px;
  }
}
.button-grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}


.button-grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;

  height: 100%;
  align-content: center;   /* centra verticalmente */
  justify-content: center; /* centra horizontalmente */
}

.button-grid2 .btn:last-child {
  grid-column: span 2;
}

.button-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.button-grid .btn.btn-full {
  grid-column: span 2;
}

.button-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;

  height: 100%;
  align-content: center;   /* centra verticalmente */
  justify-content: center; /* centra horizontalmente */
}
.is-disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
  filter: grayscale(40%);
}

/* Remove hover effect */
.is-disabled:hover {
  background: white !important;
  color: black !important;
}

.bio-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.bio-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.bio-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(6px);
}

.bio-modal__content {
    position: relative;
    z-index: 2;
    width: 100vw;
    height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #f5f2ee;
    overflow: hidden;
}

.bio-modal__left {
    width: 100%;
    height: 100%;
    background: #ddd;
}

.bio-modal__left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.bio-modal__right {
    height: 100%;
    overflow-y: auto;
    padding: 50px 70px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    color: #1c1c1c;
}

.bio-modal__right h2 {
    margin: 0 0 24px;
    font-size: 42px;
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
}

.bio-modal__right p {
    margin: 0 0 18px;
    font-size: 18px;
    line-height: 1.8;
}

.bio-modal__close {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 3;
    width: 52px;
    height: 52px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: #111;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

body.bio-open {
    overflow: hidden;
}

@media (max-width: 991px) {
    .bio-modal__content {
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr;
        height: 100vh;
        overflow-y: auto;
    }

    .bio-modal__left {
        width: 100%;
        height: 42vh;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        background: #e9e7e3;
        padding: 0;
    }

    .bio-modal__left img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center center;
        display: block;
    }

    .bio-modal__right {
        padding: 28px 24px 32px;
        justify-content: flex-start;
    }

    .bio-modal__right h2 {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .bio-modal__right p {
        font-size: 16px;
        line-height: 1.7;
    }

    .bio-modal__close {
        top: 16px;
        right: 16px;
        width: 46px;
        height: 46px;
        font-size: 28px;
    }
}
.video-wrapper {
    position: relative;
    margin-top: -2%;
    margin-bottom: 2%;
    width: 100%;
    padding-right: 9.5%;
}

.video-carousel {
    position: relative;
    width: 100%;
    min-height: 520px;
    overflow: hidden;
    background: #000;
}

.video-slide.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}
.video-carousel {
    position: relative;
    width: 100%;
    min-height: 580px;
    overflow: hidden;
    background: #000;
}

.video-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.45s ease;
    z-index: 1;
    overflow: hidden;
}

.video-slide.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.video-slide video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 70px);
    display: block;
    object-fit: cover;
    object-position: center top;
    transform: translateY(-10px);
}
.video-carousel-nav {
    width: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin: 16px 0 10px;
    position: relative;
    z-index: 50;
    visibility: visible !important;
    opacity: 1 !important;
}

.video-carousel-dot {
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    min-height: 14px !important;
    border-radius: 50% !important;
    border: 2px solid #666 !important;
    background: transparent !important;
    display: inline-block !important;
    padding: 0 !important;
    margin: 0 !important;
    cursor: pointer !important;
    opacity: 1 !important;
    visibility: visible !important;
    box-shadow: none !important;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
}

.video-carousel-dot.is-active {
    background: #8a8a91 !important;
}

.video-carousel-dot:hover {
    transform: scale(1.08);
}

#heroVideoCaption {
    display: block;
    margin-top: 0;
}

.media-popup {
    position: fixed;
    inset: 0;
    z-index: 99998;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.media-popup.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.media-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(14, 14, 14, 0.42);
    backdrop-filter: blur(10px);
}

.media-popup__content {
    position: relative;
    z-index: 2;
    width: min(1180px, calc(100% - 48px));
    max-height: 88vh;
    margin: 4vh auto;
    overflow-y: auto;
    border-radius: 10px;
    background: #f4f1ec;
    border: 1px solid rgba(0, 0, 0, 0.06);
    padding: 34px 26px 28px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.22);
}

/* Scroll mais elegante */
.media-popup__content::-webkit-scrollbar {
    width: 10px;
}

.media-popup__content::-webkit-scrollbar-track {
    background: transparent;
}

.media-popup__content::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    border: 2px solid #f4f1ec;
}

.media-popup__header {
    margin-bottom: 26px;
    padding-right: 56px;
}

.media-popup__eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #8d8b88;
    font-weight: 500;
}

.media-popup__header h2 {
    margin: 0 0 12px;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.02;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #111111;
    font-weight: 700;
}

.media-popup__header p {
    margin: 0;
    max-width: 700px;
    font-size: 17px;
    line-height: 1.65;
    color: #5f5d5a;
}

.media-popup__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.82);
    color: #111;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.media-popup__close:hover {
    transform: translateY(-1px);
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.media-popup__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.media-card {
    display: block;
    overflow: hidden;
    border-radius: 8px;
    background: #ece8e2;
    border: 1px solid rgba(0, 0, 0, 0.05);
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.media-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.08);
    border-color: rgba(0, 0, 0, 0.09);
}

.media-card__image {
    height: 380px;
    background: #ddd8d1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.media-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: transform 0.35s ease;
}

.media-card:hover .media-card__image img {
    transform: scale(1.015);
}

.media-card__body {
    padding: 16px 18px 18px;
    background: #ece8e2;
}

.media-card__body h3 {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.2;
    color: #111111;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    font-weight: 700;
}

.media-card__body span {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #8c8a87;
    font-weight: 500;
}

body.media-popup-open {
    overflow: hidden;
}

@media (max-width: 991px) {
    .media-popup__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .media-card__image {
        height: 340px;
    }
}

@media (max-width: 768px) {
    .media-popup__content {
        width: calc(100% - 20px);
        margin: 2vh auto;
        max-height: 92vh;
        padding: 22px 14px 18px;
        border-radius: 8px;
    }

    .media-popup__header {
        margin-bottom: 18px;
        padding-right: 46px;
    }

    .media-popup__header p {
        font-size: 15px;
    }

    .media-popup__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .media-card {
        border-radius: 6px;
    }

    .media-card__image {
        height: 300px;
    }

    .media-popup__close {
        width: 38px;
        height: 38px;
        font-size: 24px;
        border-radius: 6px;
    }
}
#scrollTopBtn {
    position: fixed;
    right: 26px;
    bottom: 26px;
    width: 52px;
    height: 52px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 10px;
    background: rgba(244, 241, 236, 0.62);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.10);
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9999;

    opacity: 0;
    visibility: hidden;
    transform: translateY(12px) scale(0.94);
    transition:
        opacity 0.28s ease,
        visibility 0.28s ease,
        transform 0.28s ease,
        background 0.28s ease,
        box-shadow 0.28s ease,
        border-color 0.28s ease;
}

#scrollTopBtn.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

#scrollTopBtn:hover {
    background: rgba(255, 255, 255, 0.78);
    border-color: rgba(255, 255, 255, 0.32);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.14);
    transform: translateY(-2px) scale(1.02);
}

#scrollTopBtn:active {
    transform: translateY(0) scale(0.98);
}

#scrollTopBtn svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    pointer-events: none;
}

@media (max-width: 768px) {
    #scrollTopBtn {
        right: 16px;
        bottom: 16px;
        width: 46px;
        height: 46px;
        border-radius: 8px;
    }

    #scrollTopBtn svg {
        width: 16px;
        height: 16px;
    }
}