



/* ---------------------------------------------------------------  SCROLL DO SITE ---------------------------------------------------------------- */

::-webkit-scrollbar {
    width: 16px;
}

::-webkit-scrollbar-track {
    background: #1c2329;
}

::-webkit-scrollbar-thumb {
    background-color: #707681;
    border-radius: 10px;
    border: 4px solid #111418;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #6b7f8f;
}

body.mouse-out::-webkit-scrollbar-thumb {
    background-color: #4d535c;
}


body {
    background-color: #1c2329;
}


/* --------------------------------------------------  MENU EM CIMA  -------------------------------------------------- */


/* 1. Contentor do menu (Pai) */
.navbar-collapse {
    text-align: center !important;
    width: 100%;
}

/* 2. O Menu propriamente dito */
.navbar-center-custom {
    display: inline-block !important;
    float: none !important;
    margin: 0 auto !important;
}

/* 3. O Logo (Liberta o espaço para o menu centrar) */
.navbar-brand {
    position: absolute !important;
    left: 47px !important;
    top: 43% !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 !important;
}

/* 4. Tamanho do Logo */
.logo-nav {
    max-height: 18px;
    width: auto;
}

@media (max-width: 767px) {
    .logo-nav {
        max-height: 13px;
        margin-left: 20px; /* MOVE O LOGO PARA A DIREITA NO MOBILE */
    }
}






/* 5. Ajuste para Mobile (Desativa o centro no telemÃ³vel) */
@media (max-width: 767px) {
    .navbar-brand {
        position: relative !important;
        left: 0 !important;
        transform: none !important;
        top: 0 !important;
    }
    .navbar-center-custom {
        display: block !important;
        width: 100%;
    }
}


.navbar-nav > li {
	font-family: 'Inter', sans-serif; /* MantÃ©m a coerÃªncia */
    font-size: 14px !important;      /* Ajusta este valor para o tamanho que quiseres */
    margin-left: 20px !important;  /* EspaÃ§o Ã  esquerda de cada item */
    margin-right: 20px !important; /* EspaÃ§o Ã  direita de cada item */
    float: none !important;        /* Garante que o alinhamento central nÃ£o quebra */
    display: inline-block !important; /* MantÃ©m-nos na mesma linha */
	text-transform: none !important;  /* Isto remove o Caps Lock e deixa a escrita normal */
	letter-spacing: 0.7px; /* O toque mais fino e invisÃ­vel */
    font-weight: 500 !important;

}


/* TIRAR PONTOS ANTES DAS PALAVRAS */

.navbar-nav > li::before,
.navbar-nav > li > a::before {
    content: none !important;
}


.navbar-nav > li > a:hover {
    color: #3E3E3E !important;
}









/* --------------------------------------------------  IMAGEM E TITULO DA COVER PRINCIPAL -------------------------------------------------- */


.hero-logo-img {
    max-width: 300px;   /* ajusta se quiseres */
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}


.home-hero-section {
    background-color: #f9f9f9; /* A cor cinza clara que gostavas */
    padding-top: 120px;        /* EspaÃ§o livre no topo */
    padding-bottom: 0px;
}


.hero-content {
    margin-bottom: 60px;       /* EspaÃ§o entre o texto/botÃ£o e a imagem */
}


/* Titulo Principal */
.hero-main-title {
    font-family: 'Inter', sans-serif !important;
    font-size: 52px !important;
    font-weight: 500 !important;
    margin-bottom: 15px !important;
    letter-spacing: 3px !important;
    transform: scaleX(1.09) !important;
    color: #000000 !important;
    text-shadow: 0.01px 0 0 #000000;
}

@media (max-width: 767px) {
    .hero-main-title {
        margin-top: -10px !important;
        font-size: 35px !important;
        letter-spacing: 1.5px !important;
        transform: scaleX(1.02) !important;
    }
}

.hero-subtitle {
    font-family: 'Inter', sans-serif; /* MantÃ©m a coerÃªncia */
    font-size: 14px;
    font-weight: 450; /* Mais leve que o tÃ­tulo */
	letter-spacing: 0.1px; /* O toque mais fino e invisÃ­vel */
	text-transform: none !important; /* ISTO REMOVE O CAPS LOCK */
    color: #515151; /* COR DO TÍTULO */
    margin-bottom: 32px;
	transform: scaleX(1.05) !important;
}


@media (max-width: 767px) {
    .hero-subtitle {
        font-size: 10px !important;
        letter-spacing: 1.5px !important;
        transform: scaleX(1.02) !important;
    }
}


/* Imagem principal */
.hero-img-fluid {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
}

@media (max-width: 767px) {
    .hero-img-fluid {
        width: 100%;
        max-width: none;
		margin-top: 30px;

    }
}



/* Mobile: Apenas diminuÃ­mos o tamanho da letra para nÃ£o quebrar */
@media (max-width: 767px) {
    .hero-main-title { font-size: 35px; }
}



@media (max-width: 767px) {

    .hero-subtitle {
        font-size: 12px !important;
        letter-spacing: 1.2px;
        line-height: 1.4;
        transform: scaleX(1.02);
        margin-bottom: 24px;
    }

    .desktop-only {
        display: none;
    }
}




.hero-image-container {
    width: 100%;
    overflow: hidden;
}

.hero-img-fluid {
    width: 100%;
    height: auto;
    display: block;
}





/* MOBILE */
@media (max-width: 767px) {

    .hero-image-container {
        height: 55vh; /* ajusta a altura como quiseres */
    }

    .hero-img-fluid {
        height: 100%;
        width: 100%;
        object-fit: cover;
      object-position: 7% center;		
		        margin-top: 10px;   /*  é isto aqui */

		
    }
}





/* --------------------------------------------------  COM O TITULO NOVO -------------------------------------------------- */



.hero-logo-img {
    max-width: 430px;   /* ajusta se quiseres */
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}


.home-hero-section {
    background-color: #f9f9f9; /* A cor cinza clara que gostavas */
    padding-top: 155px;        /* EspaÃ§o livre no topo */
    padding-bottom: 0px;
}




.hero-subtitle {
    font-family: 'Inter', sans-serif; /* MantÃ©m a coerÃªncia */
    font-size: 13px;
    font-weight: 500; /* Mais leve que o tÃ­tulo */
    color: #666;      /* Um cinza suave para dar elegÃ¢ncia */
	letter-spacing: 2px; /* O toque mais fino e invisÃ­vel */
    margin-bottom: 43px;
	margin-top: 3px;

}







@media (max-width: 767px) {
.hero-logo-img {
    max-width: 270px;   /* ajusta se quiseres */
    width: 100%;
    height: auto;
    margin-bottom: 17px;

}
}



@media (max-width: 767px) {
.home-hero-section {
    background-color: #f9f9f9; /* A cor cinza clara que gostavas */
    padding-top: 120px;        /* EspaÃ§o livre no topo */
    padding-bottom: 0px;
}
}



@media (max-width: 767px) {
.hero-subtitle {
    margin-bottom: 40px;
}
}














/* --------------------------------------------------  BOTÃO DA COVER PRINCIPAL -------------------------------------------------- */


/* Tamanho interno do botão */
.hero-action .btn-lg {
    padding: 15px 45px;
    text-transform: uppercase;
}


/* ALTERAR A COR DO BOTÃƒO DO HERO */
.hero-action .btn-success {
    background-color: #191918; /* COR NORMAL: Muda aqui o verde */
	background-color: #1abb9c; /* COR NORMAL: Muda aqui o verde */
    color: #ffffff;            /* COR DO TEXTO: Geralmente branco */
}

.hero-action .btn-success:hover {
    background-color: #2b2b2b; /* COR AO PASSAR O RATO: Um pouco mais escura */
	background-color: #008e74; /* COR AO PASSAR O RATO: Um pouco mais escura */
    border-color: #51a392;
}


.btn.btn-round {
    font-size: 11px !important;
    padding: 11px 35px !important;
    font-weight: 600 !important;
    font-family: "Inter", sans-serif !important;
}


.hero-action .btn-success {
    transition: all 0.20s ease;
}



/* TIRAR SETAS DO SLIDE E COVER */

.flex-direction-nav {
	display: none !important;
}
.hero-slider {
	pointer-events: none;
}







/* --------------------------------------------------  FOOTER -------------------------------------------------- */

.footer.footer-dark {
    background-color: #191918;
    padding: 70px 0 60px;
    color: #ffffff;
}

.footer.footer-dark .container {
    max-width: 1140px;
}

/* ================= LOGO ================= */

.footer.footer-dark .footer-logo-img {
    height: 18px;
    width: auto;
    margin-bottom: 30px;
    display: block;
}

/* ================= TEXTO PRINCIPAL ================= */

.footer.footer-dark .footer-text {
    font-family: "Inter", sans-serif;
    font-size: 12.8px;
    line-height: 1.8;
    font-weight: 300;
    letter-spacing: 0.8px;
    opacity: 0.85;
    max-width: 450px;
    margin-bottom: 40px;

    /* Corrige inconsistência da Inter variável */
    font-optical-sizing: none;
    font-variation-settings: "wght" 300, "opsz" 14;
}

/* ================= REDES ================= */

.footer.footer-dark .footer-social {
    display: flex;
    gap: 40px;
    margin-top: 60px;
}

.footer.footer-dark .footer-social a {
    color: #ffffff;
    font-size: 19px;
    opacity: 0.7;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.footer.footer-dark .footer-social a:hover {
    opacity: 1;
}

/* ================= COLUNAS ================= */

.footer.footer-dark .footer-right-section {
    display: flex;
    justify-content: flex-end;
    gap: 80px;
}

.footer.footer-dark .footer-column {
    white-space: nowrap;
}

/* ================= TÍTULOS ================= */

.footer.footer-dark .footer-title {
    font-family: "Inter", sans-serif;
    font-size: 14.4px;
    letter-spacing: 1px;
    margin-bottom: 12px;
    color: rgba(255,255,255,0.95);

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ================= LINKS ================= */

.footer.footer-dark .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer.footer-dark .footer-links li {
    margin-bottom: 12px;
}

.footer.footer-dark .footer-links li a {
    color: #B2B2B2;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer.footer-dark .footer-links li a:hover {
    color: #ffffff;
}

/* ================= TEXTO SIMPLES ================= */

.footer.footer-dark .footer-text-item {
    color: #B2B2B2;
    font-size: 13px;
}

/* ================= COPYRIGHT ================= */

.footer.footer-dark .footer-copy {
    font-size: 11px;
    letter-spacing: 0.5px;
    color: #bfbfbf;
    opacity: 0.8;
    margin-top: 50px;
    text-align: left;
}

/* ================= DETALHES OPCIONAIS ================= */

.footer.footer-dark .footer-detail {
    margin-top: 20px;
    opacity: 0.6;
}

.footer.footer-dark .footer-line {
    display: inline-block;
    width: 60px;
    height: 1px;
    background-color: #ffffff;
    opacity: 1;
}

	
	
	














	

/* ==================================================
   TABLET
================================================== */
@media (max-width: 991px) {

    .footer.footer-dark .footer-right-section {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
        margin-top: 40px;
    }
}






/* ==================================================
   MOBILE (SÓ FOOTER, SEGURO)
================================================== */
@media (max-width: 767px) {

    .footer.footer-dark {
        padding: 1px 0 30px;
    }

    .footer.footer-dark .row {
        display: flex;
        flex-direction: column;
    }

    .footer.footer-dark .footer-right-section {
        order: 1;
        gap: 0px;
    }

    .footer.footer-dark .col-md-4 {
        order: 2;
        margin-top: 32px;
    }

    /* COLUNAS */
    .footer.footer-dark .footer-column {
        width: 100%;
        padding: 9px 0;
        position: relative;
    }

    /* LINHAS */
    .footer.footer-dark .footer-column::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 1px;
        background: rgba(255,255,255,0.25);
    }

    /* ACORDEÃO */
    .footer.footer-dark .footer-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0;
        cursor: pointer;
        font-size: 13px;
        padding-right: 14px;
        padding-left: 6px;

        color: rgba(255,255,255,0.95);
        font-weight: 500;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .footer.footer-dark .footer-links {
        display: none;
        padding-top: 14px;
        padding-left: 6px;
    }

    .footer.footer-dark .footer-column.active .footer-links {
        display: block;
    }

    /* SETA */
    .footer.footer-dark .footer-title::after {
        content: "";
        width: 9px;
        height: 9px;
        border-right: 2px solid #909090;
        border-bottom: 2px solid #909090;
        transform: rotate(45deg);
        transition: transform 0.25s ease;
    }

    .footer.footer-dark .footer-column.active .footer-title::after {
        transform: rotate(-135deg);
    }

    /* AJUSTES */
    .footer.footer-dark .footer-logo-img {
        margin-top: 40px;
        height: 12px;
    }

    .footer.footer-dark .footer-text {
        margin-top: 15px;
    }

    .footer.footer-dark .footer-social {
        margin-top: 25px;
        gap: 25px;
    }

    .footer.footer-dark .footer-links li a {
        font-size: 12px;
    }

    .footer.footer-dark .footer-copy {
        margin-top: 40px;
    }
}









/* ---------------------------------------------------------------  SECÇÃO GALERIA ---------------------------------------------------------------- */


.module-small.prot-ptb.gallery-header {
  padding-top: 20px;
  padding-bottom: 5px;
  padding-left: clamp(16px, 4vw, 48px);
  padding-right: clamp(16px, 4vw, 48px);
}

.gallery-bar {
  display: flex;
  align-items: center;
  gap: 50px;
}

/* INFO DO CASAMENTO */
.gallery-info {
  white-space: nowrap;
}

.gallery-title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; /* MantÃ©m a coerÃªncia */
  margin: 0;
  font-size: 15.5px;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  transform: scaleX(1.02);
}



.gallery-author {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; /* MantÃ©m a coerÃªncia */
  display: block;
  margin-top: 1px;
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #777;
}

/* FILTROS */
.gallery-filters ul {
  display: flex;
  align-items: center;
  gap: 30px;
}

.gallery-filters li {
  list-style: none;
}

.gallery-filters a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; /* MantÃ©m a coerÃªncia */
  font-size: 11px !important;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #7A7A7A !important;
  text-decoration: none;
  transition: color 0.2s ease;
  display: inline-block;
  transform: scaleX(1.01);
}

.gallery-filters a:hover,
.gallery-filters a.current {
  color: #000 !important;
}


.gallery-filters li::before {
  display: none !important;
}


.filter li {
  margin: 0 !important;
}
.filter a {
  padding: 0 !important;
}




.gallery-filters {
  display: flex;
  align-items: center;
}

.gallery-filters ul {
  margin: 0;
}



.module-small.prot-ptb.portfolio-gallery {
  padding-top: 8px;
  padding-left: clamp(16px, 4vw, 48px);
  padding-right: clamp(16px, 4vw, 48px);
}

#works-grid {
  margin-left: -6px;
  margin-right: -6px;
}

#works-grid .work-item {
  padding: 3.7px;
  box-sizing: border-box;
}

.work-image img {
  width: 100%;
  height: auto;
  display: block;
}



@media (max-width: 768px) {

  .gallery-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .gallery-filters ul {
    flex-wrap: wrap;
    gap: 16px;
  }

}


.filter li::before,
.filter li::after,
.filter a::before,
.filter a::after {
  content: none !important;
  display: none !important;
}








@media (max-width: 767px) {
    /* 1. Mata a camada branca que cobre a foto */
    .team-image:after, 
    .team-item:after {
        display: none !important;
        content: none !important;
        opacity: 0 !important;
    }

    /* 2. Esconde o texto que saltava para cima da foto */
    .team-detail {
        display: none !important;
    }

    /* 3. Garante que a imagem principal fica com 100% de visibilidade */
    .team-item:hover .team-image img,
    .team-item .team-image img {
        opacity: 1 !important;
        filter: none !important;
        -webkit-filter: none !important;
    }
}









/* ---------------------------------------------------------------  SECÇÃO GALERIA 2  ---------------------------------------------------------------- */



.page-gallery .module:first-of-type {
    padding-top: 140px;
}



@media (max-width: 767px) {
    .page-gallery .module:first-of-type {
        padding-top: 100px;
    }
}





.page-gallery .section-title {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .page-gallery .section-title {
        margin-bottom: 4px;
    }
}




.page-gallery .module-subtitle {
    margin-bottom: 70px;
}

@media (max-width: 767px) {
    .page-gallery .module-subtitle {
        margin-bottom: 60px;
    }
}





@media (max-width: 767px) {
    .page-gallery .team-item {
        margin-bottom: 60px;
    }
}









/* Bloco exclusivo */
.casamento-title-block {
    margin-top: 100px;
    margin-bottom: 60px;
}

/* Subtitle */
.casamento-title-block .highlight-subtitle {
    font-size: 14px;
}

/* Título principal */
.casamento-title-block .highlight-title {
    font-size: 35px;
    line-height: 1.2;
    white-space: nowrap; /* desktop numa linha */
}

/* Spans inline no desktop */
.casamento-title-block .highlight-title span {
    display: inline;
}

/* Mobile */
@media (max-width: 768px) {
    .casamento-title-block {
        margin-top: 100px;
        margin-bottom: 0px !important;
    }

    .casamento-title-block .highlight-subtitle {
        font-size: 12px;
    }

    .casamento-title-block .highlight-title {
        font-size: 30px;
        line-height: 1.25;
        white-space: normal;
    }

    /* AQUI decides onde parte */
    .casamento-title-block .highlight-title span {
        display: block;
    }
}



	
	
/* ---------------------------------------------------------------  PASSWORD DE GALERIA ---------------------------------------------------------------- */

#password-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.password-box {
  background: rgba(0,0,0,0.75);
  padding: 40px;
  text-align: center;
  max-width: 400px;
  width: 100%;
  color: #fff;
  pointer-events: auto;
}

.password-box h3 {
  margin-bottom: 10px;
}

.password-box p {
  opacity: 0.8;
  margin-bottom: 20px;
}

.password-box input {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: none;
  color: #000;     !important;         
  background: #fff;
}


.password-box button {
  width: 100%;
  padding: 12px;
  background: #fff;
  color: #000;
  border: none;
  cursor: pointer;
}

#password-error {
  color: #ffb3b3;
  margin-top: 10px;
}

#password-overlay,
#password-overlay * {
  pointer-events: auto;
}






/* ---------------------------------------------------------------  SECÇÃO SOBRE ---------------------------------------------------------------- */


/* ALTURA DA SECÇÃO */

.highlights-section {
    background-color: #fff;
    padding-top: 120px;
    padding-bottom: 120px;
}

/* MOBILE */
@media (max-width: 991px) {
  .highlights-section {
    padding-bottom: 70px;
  }
}


/* CORES E TIPOGRAFIA PRINCIPAL */
.highlight-subtitle {
    color: #313131; 
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0px;
	margin-top: -100px;
}



@media (max-width: 991px) {
  .highlight-subtitle {
    margin-top: -80px;
  }
}





.highlight-title {
    font-family: 'font-alt', sans-serif; /* Usa a fonte do teu site */
    font-size: 35px;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 30px;
    font-weight: 600;
	
}

.highlight-description {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    max-width: 90%;
}

/* ESTILO DOS NÚMEROS */
.stat-number {
    font-family: 'font-alt', sans-serif;
    font-size:25px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 5px;
}

.stat-text {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
    margin-bottom: 40px; /* EspaÃ§o entre as linhas de nÃºmeros */
}

/* ALINHAMENTO E RESPONSIVIDADE */
.display-flex-row { 
    display: flex; 
    align-items: center; /* Centra verticalmente o conteÃºdo esquerdo com o direito */
    flex-wrap: wrap; 
}

@media (max-width: 991px) {
    .highlight-title { font-size: 30px; }
    .highlight-main-content { margin-bottom: 60px; }
    .stat-number { font-size: 28px; }
}





/* Corrigir desalinhamento dos 4 pontos em breakpoints intermédios */

.col-md-7 > .row {
    display: flex;
    flex-wrap: wrap;
}

.col-md-7 > .row > [class*="col-"] {
    display: flex;
    flex-direction: column;
}

.highlight-item {
    height: 100%;
}




/* ---------------------------------------------------------------  SECÇÃO TESTEMUNHOS ---------------------------------------------------------------- */


/*LARGURA DO SITE E SECÇÃO */
@media (min-width: 1200px) {
    .testimonials-area .container {
        max-width: 1270px; /* Diminui para 1000px se quiseres os cartÃµes mais ao centro */
        width: 95%;
    }
}

/* TAMANHO EXTERIOR DOS CARTÕES */
.testimonial-card {
    min-height: 330px;  /* ALTURA: Aumenta ou diminui aqui */
    
    max-width: 430px;   /* LARGURA: Se quiseres mais estreito, baixa este valor */
    width: 100%;
    margin: 0 auto;     /* MantÃ©m o cartÃ£o centrado na sua coluna */
}

/* ESPAÇO INTERIOR DOS CARTÕES */
.testimonial-card {
    padding: 60px 40px; /* O primeiro valor Ã© topo/fundo, o segundo Ã© esquerda/direita */
}

/* ESPAÇO ENTRE CARTÕES */
.row-small-gutter > [class*='col-'] {
    padding-left: 10px;  /* DistÃ¢ncia horizontal: total entre cartÃµes serÃ¡ 20px */
    padding-right: 10px;
    margin-bottom: 20px; /* DistÃ¢ncia vertical entre linhas */
}

/* ESTRUTURA FIXA - NÃO MEXER */
.display-flex-row { display: flex; flex-wrap: wrap; }
.row-small-gutter { margin-left: -10px; margin-right: -10px; }
.row-small-gutter > [class*='col-'] { display: flex; }

.testimonial-card {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 2px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.03);
}

.client-header { display: flex; align-items: center; margin-bottom: 20px; }
.client-img { width: 45px; height: 45px; border-radius: 50%; margin-right: 15px; object-fit: cover; }
.client-info h5 { margin: 0; font-size: 14px; letter-spacing: 1px; text-transform: uppercase; }
.client-info p { margin: 0; font-size: 11px; color: #999; }
.client-quote p { font-size: 15px; line-height: 1.6; color: #555; margin: 0; }

@media (max-width: 991px) {
    .testimonial-card { max-width: 100%; min-height: auto; padding: 40px 30px; }
}








/* ---------------------------------------------------------------  SECÇÃO PREÇOS ---------------------------------------------------------------- */


.pricing-box {
    border: 1px solid #eee;
    padding: 40px 30px;
    text-align: center;
    margin-bottom: 30px;
    background: #fff;
}

.pricing-box h4 {
    margin-bottom: 10px;
}

.price {
    font-size: 37px;
    margin: 15px 0;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.pricing-features li {
    margin-bottom: 10px;
}

.pricing-featured {
    border: 2px solid #1abc9c;
    position: relative;
}

.pricing-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #1abc9c;
    color: #fff;
    padding: 5px 15px;
    font-size: 12px;
    border-radius: 20px;
}

.btn-success {
    background-color: #1abc9e;
    border-color: #1abc9e;
    color: #fff;
}

.btn-success:hover,
.btn-success:focus {
    background-color: #17a589;
    border-color: #17a589;
    color: #fff;
}


.pricing-section {
    padding-top: 180px;
    padding-bottom: 120px;
}







.page-pricing .pricing-section {
    padding-top: 120px;
}


@media (max-width: 767px) {
    .page-pricing .pricing-section {
        padding-top: 80px;
    }
}

@media (max-width: 767px) {
    .pricing-section {
        padding-bottom: 60px;
    }
}







/* ---------------------------------------------------------------  FORMULÁRIO ---------------------------------------------------------------- */

/* Texto normal e legível no formulário */
#contact-form input,
#contact-form textarea {
    text-transform: none;
    font-size: 14px;
    letter-spacing: normal;
    font-family: Arial, Helvetica, sans-serif;
}







.page-contact .module {
    padding-top: 140px;
}


@media (max-width: 767px) {
    .page-contact .module {
        padding-top: 100px;
    }
}











/* =================================================
   GALERIA – 5 COLUNAS (DESKTOP)
================================================= */

#works-grid .work-item {
  width: 33.333%;
}

/* ===== BREAKPOINTS (para não estragar o look) ===== */

@media (max-width: 1400px) {
  #works-grid .work-item {
    width: 33.333%; /* 4 colunas */
  }
}

@media (max-width: 1100px) {
  #works-grid .work-item {
    width: 50%; /* 3 colunas */
  }
}

@media (max-width: 768px) {
  #works-grid .work-item {
    width: 50%; /* 2 colunas */
  }
}

@media (max-width: 480px) {
  #works-grid .work-item {
    width: 50%; /* 1 coluna */
  }
}















/* ===============================
   OVERLAY BASE (PASSWORD)
=============================== */
#password-overlay {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.55); /* como estava a password */
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  z-index: 9999;
}

/* ===============================
   OVERLAY EM MODO FOTO (MAIS BRANCO)
=============================== */
#password-overlay.photo-mode {
  background: rgba(255, 255, 255, 1);
}


/* ===============================
   FOTO ABERTA (CAIXA BRANCA)
=============================== */
.photo-viewer {
  background: #fff;
  padding: 18px;
  max-width: 70vw;
  max-height: 80vh;
  box-shadow: 0 25px 70px rgba(0,0,0,0.2);
  position: relative;
}

.photo-viewer img {
  max-width: 100%;
  max-height: 80vh;
  display: block;
}

/* ===============================
   FECHAR
=============================== */
.close-photo {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 22px;
  cursor: pointer;
  opacity: 0.6;
}

.close-photo:hover {
  opacity: 1;
}

.photo-viewer {
  box-shadow: none;
}







.module-small.prot-ptb.gallery-header {
  margin-bottom: 0;
  padding-bottom: 15PX;
}

.module-small.prot-ptb.portfolio-gallery {
  padding-top: 0;
}




















.module-small.prot-ptb.portfolio-gallery {
  padding-left: clamp(7px, 1.8vw, 20px);
  padding-right: clamp(7px, 1.8vw, 20px);
}






.module-small.prot-ptb.gallery-header {
  padding-left: clamp(30px, 1.8vw, 20px);
  padding-right: clamp(30px, 1.8vw, 20px);
}



























#home {
  position: relative;
  height: 100vh;
  background-color: #e6e2dd; /* tom neutro tipo parede */
  overflow: hidden;
}

/* Configuração base (Geral/Telemóvel) */
#home .hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; /* Mantém o padrão atual para telemóveis */
  display: block;
}

/* Alteração apenas para Desktop (Ecrãs a partir de 992px) */
@media (min-width: 992px) {
  #home .hero-image {
    object-position: center 20%; /* Puxa a foto para baixo para ganhar "ar" no topo */
  }
}


#home .hs-caption {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

#home .sld-btn {
  pointer-events: auto;
}






.photo-viewer img {
  display: block;
  animation: photoFade .6s ease;
}

@keyframes photoFade {
  from { opacity: 0; }
  to { opacity: 1; }
}











/* remover zoom nas fotos da galeria */
.work-image img {
  transform: none !important;
  transition: none !important;
}

.work-image:hover img {
  transform: none !important;
}




/* remover completamente o overlay nas fotos */

#works-grid .work-item .work-image:after {
  display: none !important;
  content: none !important;
}

#works-grid .work-item:hover .work-image:after {
  display: none !important;
}











/* ===============================
   BOTÃO VOLTAR AO INICIO DA GALERIA
=============================== */


.btn-voltar {
    display: inline-block !important;
    background-color: #333333 !important; 
    color: #ffffff !important;
    font-size: 13px !important;
    padding: 15px 45px !important; 
    font-weight: 600 !important;
    text-transform: uppercase !important;
    
    /* BOTÃO RETO */
    border-radius: 0 !important; 
    
    transition: all 0.20s ease !important;
    text-decoration: none !important;
    border: none !important;
}

.btn-voltar:hover {
    background-color: #191918 !important;
    color: #ffffff !important;
}


.btn-container-voltar {
    text-align: center;
    padding-top: 60px;    /* Espaço entre as fotos e o botão */
    padding-bottom: 80px; /* Espaço entre o botão e o footer */
    width: 100%;
    display: block;
    clear: both;          /* Garante que não fica "preso" a fotos flutuantes */
}























/* Regras gerais para a imagem no mobile */
@media (max-width: 767px) {
    .hero-image {
        object-fit: cover !important; 
        width: 100% !important;
        height: 100% !important;
    }

    /* Classes de ajuste (Segue a tua lógica de nomes/valores) */
    .pos-mobile-70 { object-position: 70% center !important; } /* Noivos à direita */
    .pos-mobile-65 { object-position: 65% center !important; } /* Noivos ligeiramente à direita */
    .pos-mobile-50 { object-position: 50% center !important; } /* Centro perfeito */
    .pos-mobile-20 { object-position: 30% center !important; } /* Noivos à esquerda (Ideal para esta foto) */
	.pos-mobile-15 { object-position: 47% center !important; } /* Noivos à esquerda (Ideal para esta foto) */

}


/* Apenas para telemóvel */
@media (max-width: 767px) {
    .pos-mobile-15 { 
        object-position: 47% 50% !important;
        transform: scale(1.1) !important;
        transform-origin: 47% 100% !important;
    }
}







/* =========================================
   PÁGINA DE CONTACTO - FOTO + FORMULÁRIO
   ========================================= */

/* Regras gerais para o contentor no Desktop */
.contact-container-flex {
    display: flex;
    align-items: center; 
    flex-wrap: wrap;     
    margin-top: 40px;
    margin-bottom: 60px;
}

/* Estilo da Foto do Miguel */
.miguel-photo {
    width: 100%;
    max-width: 350px;   
    margin: 0 auto;     
    border: 5px solid #fff; 
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Ajustes para Desktop (Ecrãs a partir de 768px) */
@media (min-width: 768px) {
    .contact-container-flex {
        /* Empurra o conjunto todo um pouco para a direita */
        padding-left: 5%; 
    }
    .miguel-photo-col {
        text-align: right; 
        padding-right: 50px; /* Aumentei o espaço entre foto e form */
    }
    .formulaire-col {
        padding-left: 0; 
    }
}

/* Ajustes para Mobile (Ecrãs até 767px) */
@media (max-width: 767px) {
    .contact-container-flex {
        display: block;
        text-align: center;
        padding-left: 0; /* Remove o empurrão do desktop no mobile */
    }
    
    .miguel-photo-col, 
    .formulaire-col {
        width: 100% !important;
        float: none !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .miguel-photo-col {
        margin-top: -60px; /* Ajustei para não ser tão agressivo */
        margin-bottom: 80px; 
    }

    .miguel-photo {
        max-width: 250px;
    }

    .btn-block-mobile {
        width: 100%;
        display: block;
        padding: 15px !important;
    }
}










/* Botão das 3 galerias */
.sld-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-top: 200px;
  text-transform: uppercase;
}









@media (max-width: 991px) {
  .module-small.prot-ptb.gallery-header {
    padding-left: clamp(20px, 1.8vw, 20px);
    padding-right: clamp(30px, 1.8vw, 20px);
  }
}














/* AJUSTE PARA SUBIR A MOLDURA */
#password-overlay.photo-mode {
    display: flex;
    align-items: flex-start; /* Em vez de 'center', usamos 'flex-start' para subir tudo */
    justify-content: center;
    padding-top: 10vh;        /* Ajusta este valor (5, 10, 15) para definir o quão alto queres que fique */
}

/* O TEU CÓDIGO BOM (SEM ALTERAÇÕES DE DESIGN) */
.photo-viewer {
    padding: 60px 40px; 
    max-width: 85vw;    
    background: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.photo-viewer::before {
    content: attr(data-title);    
	position: absolute;
    top: 25px;
    font-family: inherit;
    font-size: 11px;
    letter-spacing: 2px;
    color: #6d6d6d;
}

.photo-viewer::after {
    content: "MIGUEL D'AVILLA FOTOGRAFIA";
    position: absolute;
    bottom: 25px;
    font-family: inherit;
    font-size: 10px;
    letter-spacing: 1px;
    color: #8D8D8d;
}

.close-photo {
    position: absolute;
    top: 20px;
    right: 25px; 
    font-size: 18px; 
    font-weight: 300;
    opacity: 0.4;
    transition: opacity 0.3s ease;
}















/* ============================================================
   AJUSTES ESPECÍFICOS PARA TELEMÓVEL (NÃO AFETA O DESKTOP)
   ============================================================ */
@media (max-width: 767px) {
    .photo-viewer {
        padding: 40px 0px; 
        max-width: 95vw;    
    }

    .photo-viewer img {
        max-height: 70vh;   
    }

    .photo-viewer::before {
        top: 15px;          
        font-size: 10px;
    }

    .photo-viewer::after {
        bottom: 15px;       
        font-size: 9px;
    }

    /* A cruz só muda de sítio aqui dentro (no telemóvel) */
    .close-photo {
        top: 7px !important;
        right: 15px !important;
        font-size: 20px !important;
    }
}









/* FORÇAR A APARECER O TEXTO "UMA SELEÇÃO" SEMPRE */
.team-item .team-descr {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

.team-item .team-descr .team-role {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    color: #999 !important; /* Ajusta a cor se ficar demasiado claro */
}














/* 1. Limpar e redefinir o overlay da imagem (o tal que está de metade para baixo) */
.team-image::before, 
.team-image::after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    
    /* MATA O POSICIONAMENTO ANTIGO */
    bottom: auto !important;
    transform: none !important;
    
    /* A TUA COR E OPACIDADE */
    background: rgba(255, 255, 255, 0.2) !important;
    opacity: 0 !important;
    transition: all 0.3s ease-in-out !important;
    z-index: 1 !important;
}

/* 2. Ativar os 20% quando passas o rato na imagem */
.team-image:hover::before,
.team-image:hover::after {
    opacity: 1 !important;
}

/* 3. Garantir que a imagem não "estoura" o brilho */
.team-image:hover img {
    filter: none !important;
    -webkit-filter: none !important;
}










.footer-copy .sitemap-link {
    color: #444444; /* Cinzento escuro para quase fundir com o fundo preto */
    font-size: 10px; /* Mais pequeno que o texto do copyright */
    text-decoration: none; /* Retira o sublinhado para não parecer um link comum */
    margin-left: 10px; /* Dá um pequeno espaço depois do ponto final */
    transition: color 0.3s ease;
}

.footer-copy .sitemap-link:hover {
    color: #666666; /* Só ganha um pouco de vida se alguém passar o rato por cima */
}










/* Ajuste para a Galeria Grande */
.col-md-12 .team-image img {
    width: 100%;
    height: 550px; /* Mudamos de auto para fixo para o "crop" funcionar */
    object-fit: cover; 
    object-position: center 80%; /* Agora o 0% (topo) vai ser respeitado */
}


/* Para dar um destaque extra ao título da série B&W */
.col-md-12 .team-name {
    font-size: 18px; /* Ligeiramente maior que as outras para marcar hierarquia */
    margin-top: 15px;
}










/* --- ESTILO GALERIA BLACK & WHITE (DARK MODE) --- */

/* 1. Fundo Principal */
body.bg-dark-gallery, 
body.bg-dark-gallery .wrapper, 
body.bg-dark-gallery .module-small,
body.bg-dark-gallery .portfolio-gallery {
    background-color: #0c0c0c !important; /* Um preto ligeiramente suave, mais luxuoso */
    color: #ffffff !important;
}

/* 2. Títulos e Textos da Galeria */
body.bg-dark-gallery .gallery-title {
    color: #ffffff !important;
    letter-spacing: 4px;
}

body.bg-dark-gallery .gallery-author {
    color: #a6a6a6 !important;
}

/* 3. Filtros (se aparecerem) */
body.bg-dark-gallery .gallery-filters a {
    color: #888888 !important;
}

body.bg-dark-gallery .gallery-filters a:hover,
body.bg-dark-gallery .gallery-filters a.current {
    color: #ffffff !important;
}

/* 4. Botão "Voltar ao Início" */
body.bg-dark-gallery .btn-voltar {
    border-color: #ffffff !important;
    color: #ffffff !important;
    background: transparent !important;
}

body.bg-dark-gallery .btn-voltar:hover {
    background: #ffffff !important;
    color: #000000 !important;
}

/* 5. Ajuste Masonry (evita linhas brancas finas entre fotos) */
body.bg-dark-gallery #works-grid .work-item {
    background-color: #0c0c0c !important;
}










/* Esconde a quebra de linha por padrão (Desktop) */
.mobile-only {
  display: none;
}

/* Mostra a quebra de linha apenas em dispositivos móveis */
@media (max-width: 768px) {
  .mobile-only {
    display: inline;
  }
}











/* NOVO BOTÃO DO INDEX */



/* Estado Normal */
.hero-action .btn-success {
    background-color: #313131 !important;
    border-color: #313131 !important;
    transition: all 0.3s ease !important;
		    letter-spacing: 2px !important; /* Para o tal ar premium */

}

/* Hover Subtil */
.hero-action .btn-success:hover {
    background-color: #4A4A4A !important; /* Apenas um cinza mais claro */
    border-color: #4A4A4A !important;
}









/* Linha 1285 - Botão em repouso */
.btn-success {
    background-color: #313131 !important; /* O cinza antracite que escolhemos */
    border-color: #313131 !important;
    color: #fff !important;
}

/* Linha 1292 - Botão quando passas o rato (Hover) */
.btn-success:hover, .btn-success:focus {
    background-color: #4A4A4A !important; /* O verde musgo para direção visual */
    border-color: #4A4A4A !important;
    color: #fff !important;
}

/* Linha 1268 - Borda da caixa Signature */
.pricing-featured {
    border: 2px solid #313131 !important; /* Mesma cor do botão para coerência */
    position: relative;
}











/* --- APENAS PARA A GALERIA BLACK & WHITE --- */

/* Mudar o fundo do visualizador (overlay) para preto */
.bg-dark-gallery #password-overlay.photo-mode {
    background: #0c0c0c !important;
    backdrop-filter: blur(15px); /* Efeito de vidro fosco elegante */
}

/* Remover o fundo branco do contentor da foto */
.bg-dark-gallery .photo-viewer {
    background: transparent !important;
    box-shadow: none !important;
}

/* Ajustar o X (fechar) e textos para branco */
.bg-dark-gallery .close-photo, 
.bg-dark-gallery .photo-viewer-title,
.bg-dark-gallery #password-overlay.photo-mode::before {
    color: #ffffff !important;
    opacity: 0.9;
}

/* Ajustar as setas de navegação (se existirem) */
.bg-dark-gallery .nav-arrow {
    color: #ffffff !important;
}





/* --- APENAS PARA A GALERIA BLACK & WHITE (.bg-dark-gallery no body) --- */

/* Mudar a cor do título (BLACK & WHITE Series) no topo do visualizador */
.bg-dark-gallery #password-overlay.photo-mode .photo-viewer::before {
    color: #ffffff !important; /* Branco puro e brilhante */
    opacity: 1 !important; /* Sem transparência */
    font-weight: 500 !important; /* Dá um pouco mais de peso à letra (opcional) */
}

/* Opcional: Se quiseres que o X (fechar) no canto também fique mais branco */
.bg-dark-gallery .close-photo {
    color: #ffffff !important;
    opacity: 1 !important;
}









.bg-dark-gallery #password-overlay.photo-mode .photo-viewer::after {
    color: rgba(255, 255, 255, 0.6) !important; /* Branco suave para não "gritar" */
    font-size: 10px !important; /* Um pouco mais pequeno para ser mais elegante */
    letter-spacing: 3px !important; /* Espaçamento entre letras para parecer editorial */
    text-transform: uppercase;
    font-weight: 300 !important;
    display: block;
    width: 100%;
    text-align: center; /* Garante que fica bem centrado */
    margin-top: 10px; /* Dá espaço para a foto respirar */
}







/* --- AJUSTES APENAS PARA TELEMÓVEL (MOBILE) --- */
@media (max-width: 767px) {
    .bg-dark-gallery #password-overlay.photo-mode .photo-viewer::after {
        color: rgba(255, 255, 255, 0.7) !important; /* Branco mais nítido para ecrãs pequenos */
        font-size: 7px !important; /* Um pouco menor para não ocupar muito espaço */
        letter-spacing: 2px !important; /* Espaçamento elegante, mas contido */
        margin-top: 15px !important; /* Dá um fôlego extra entre a foto e o texto */
        display: block !important;
        width: 100% !important;
        text-align: center !important;
		margin-top: 10px !important;
		font-weight: 400 !important;
    }
    


	
@media (max-width: 767px) {
    .thumb-pb {
        width: 100% !important;
        display: block !important;
        object-fit: cover !important;
        object-position: 33% center !important;
        min-height: 250px !important;
    }
}
	
	
	
	
	
	
	
@media (max-width: 767px) {
    .thumb-momentos {
        width: 100% !important;
        object-fit: cover !important;
       object-position: 45% center !important;
		min-height: 250px !important;
    }
}
	
	
	