
















/*

TemplateMo 583 Festava Live

https://templatemo.com/tm-583-festava-live

*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color:                  #ffffff;
  --primary-color:                #7c7065;
  --secondary-color:              #bead9b;
  --section-bg-color:             #f0f8ff;
  --custom-btn-bg-color:          #96887b;
  --custom-btn-bg-hover-color:    #c01f27;
  --dark-color:                   #000000;
  --semi-dark-color:              #0000003b;
  --p-color:                      #717275;
  --border-color:                 #7fffd4;
  --link-hover-color:             #B22727;

  --body-font-family:             'Outfit', sans-serif;

  --h1-font-size:                 74px;
  --h2-font-size:                 46px;
  --h3-font-size:                 32px;
  --h4-font-size:                 28px;
  --h5-font-size:                 24px;
  --h6-font-size:                 22px;
  --p-font-size:                  18px;
  --btn-font-size:                14px;
  --copyright-font-size:          16px;

  --border-radius-large:          100px;
  --border-radius-medium:         20px;
  --border-radius-small:          10px;

  --font-weight-light:            300;
  --font-weight-normal:           400;
  --font-weight-bold:             700;
  --sound-hint-shift:             230px;
}

body {
  background-color: var(--white-color);
  font-family: var(--body-font-family); 
}


/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-bold);
}

h1 {
  font-size: var(--h1-font-size);
}

h2 {
  font-size: var(--h2-font-size);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  display: inline-block;
  color: var(--dark-color);
  text-decoration: none;
}

a:hover {
  color: var(--link-hover-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}

.link-fx-1 {
  color: var(--white-color);
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.link-fx-1:hover {
  color: var(--link-hover-color);
}

.link-fx-1:hover::before {
  transform: translateX(17px) scaleX(0);
  transition: transform .2s;
}

.link-fx-1:hover .icon circle {
  stroke-dashoffset: 200;
  transition: stroke-dashoffset .2s .1s;
}

.link-fx-1:hover .icon line {
  transform: rotate(-180deg);
}

.link-fx-1:hover .icon line:last-child {
  transform: rotate(180deg);
}

.link-fx-1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform-origin: right center;
  transition: transform .2s .1s;
}

.link-fx-1 .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(100%) rotate(90deg);
  font-size: 32px;
}

.icon {
  --size: 1em;
  height: var(--size);
  width: var(--size);
  display: inline-block;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  flex-shrink: 0;
  max-width: initial;
}

.link-fx-1 .icon circle {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transition: stroke-dashoffset .2s;
}

.link-fx-1 .icon line {
  transition: transform .4s;
  transform-origin: 13px 15px;
}

.link-fx-1 .icon line:last-child {
  transform-origin: 19px 15px;
}


/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-padding {
  padding-top: 30px;
  padding-bottom: 100px;
}

.section-bg {
  background-color: var(--section-bg-color);
}

.section-overlay {
  background-color: var(--semi-dark-color);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.section-overlay + .container {
  position: relative;
}

.tab-content {
  background-color: var(--white-color);
  border-radius: var(--border-radius-medium);
  padding: 45px;
}

.nav-tabs {
  background-color: var(--section-bg-color);
  border-radius: var(--border-radius-large);
  border-bottom: 0;
  padding: 15px;
}

.nav-tabs .nav-link {
  border-radius: var(--border-radius-large);
  border: 0;
  padding: 15px 25px;
  transition: all 0.3s;
}

.nav-tabs .nav-link:first-child {
  margin-right: 15px;
}

.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus, 
.nav-tabs .nav-link:hover {
  background: var(--white-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  color: var(--primary-color);
}

.nav-tabs h5 {
  color: var(--p-color); 
  margin-bottom: 0;
}

.nav-tabs .nav-link.active h5,
.nav-tabs .nav-link:focus h5, 
.nav-tabs .nav-link:hover h5 {
  color: var(--primary-color);
}


/*---------------------------------------
  CUSTOM ICON COLOR               
-----------------------------------------*/
.custom-icon {
  color: var(--secondary-color);
}


/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn {
  background: var(--custom-btn-bg-color);
  border: 2px solid transparent;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-bold);
  line-height: normal;
  transition: all 0.3s;
  padding: 10px 20px;
  margin-bottom: 10px;
}

.custom-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  color: var(--white-color);
}

.custom-border-btn {
  background: transparent;
  border: 2px solid var(--custom-btn-bg-color);
  color: var(--custom-btn-bg-color);
}

.navbar-expand-lg .navbar-nav .nav-link.custom-btn:hover,
.custom-border-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
  color: var(--white-color);
}

.custom-btn-bg-white {
  border-color: var(--white-color);
  color: var(--white-color);
}


/*---------------------------------------
  VIDEO              
-----------------------------------------*/
.video-wrap {
  position: absolute;        /* ocupa toda a área do herói */
  inset: 0;
  z-index: 0;                /* abaixo do conteúdo, acima do fundo */
}

.custom-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;  
}

.video-wrap::after {
 content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.45);   /* .35–.55 costuma ser ótimo */
  pointer-events: none;          /* não bloqueia cliques/scroll */
}


/*---------------------------------------
  SITE HEADER              
-----------------------------------------*/
.site-header {
  background-color: var(--primary-color);
  padding-top: 12px;
  padding-bottom: 12px;
}


/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/
.sticky-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  margin-top: 51px;
}

.sticky-wrapper.is-sticky .navbar {
  background-color: var(--dark-color);
}

.navbar {
  background: transparent;
  z-index: 1000; /* Um número alto para garantir que fique sobre o resto */
}

.navbar-brand,
.navbar-brand:hover {
  color: var(--white-color);
  font-size: var(--h5-font-size);
  font-weight: var(--font-weight-bold);
}

.navbar-expand-lg .navbar-nav .nav-link {
  border-radius: var(--border-radius-large);
  margin: 10px;
  padding: 10px 20px;
}

.navbar-nav .nav-link {
  display: inline-block;
  color: var(--white-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-nav .nav-link.active, 
.navbar-nav .nav-link:hover {
  color: var(--secondary-color);
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--white-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--white-color);
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}

@media (max-width: 991px) {
  .sticky-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    margin-top: 0 !important; /* <- isto é importante */
  }

  body {
    padding-top: 100px; /* ou ajusta para altura real do menu */
    margin: 0;
  }

  .navbar {
    background-color: var(--dark-color); /* ou #000 */
  }
}

/*---------------------------------------
  HERO        
-----------------------------------------*/
.hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  height: calc(100vh - 51px);
}

.hero-section small {
  color: var(--white-color);
  text-transform: uppercase;
}

.hero-section .section-overlay {
  z-index: 2;
  opacity: 0.45;
}

.hero-section .container {
  position: relative;
  z-index: 2;
  height: 100%;
  padding-bottom: 50px;
}

.hero-section .container .row {
  height: 100%;
}

.hero-section .col-lg-6.d-flex {
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.location-wrap h5 {
  margin: 0;
  font-size: 18px;
  color: #ffffff;
  display: flex;
  align-items: center;
}


/*---------------------------------------
  ABOUT              
-----------------------------------------*/
.about-section {
  background-image: url('../images/edward-unsplash-blur.jpg');
  background-color: #704010;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.about-image {
  border-radius: var(--border-radius-medium);
  display: block;
}

.about-text-wrap {
  position: relative;
}

.about-text-icon {
  background: var(--primary-color);
  border-radius: 100%;
  font-size: var(--h3-font-size);
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.about-text-info {
  backdrop-filter: blur(5px) saturate(180%);
  -webkit-backdrop-filter: blur(5px) saturate(180%);
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: var(--border-radius-medium);
  border: 1px solid rgba(209, 213, 219, 0.3);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 20px;
  padding: 35px;
}


/*---------------------------------------
  TICKET               
-----------------------------------------*/
.ticket-section {
  background-image: url('../images/nicholas-green-unsplash-blur.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 130px;
}

.ticket-form {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  padding: 50px;
}

.ticket-form .form-check {
  position: relative;
  min-height: 52px;
  padding-left: 35px;
}

.ticket-form .form-check .form-check-label {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 12px;
  margin-left: 35px;
  width: 100%;
  height: 100%;
}


/*---------------------------------------
  ARTISTS              
-----------------------------------------*/
.artists-thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.artists-image {
  border-radius: var(--border-radius-medium);
  display: block;
  width: 100%;
}

.artists-thumb:hover .artists-hover {
  transform: translateY(0);
  opacity: 1;
}

.artists-hover {
  background-color: var(--primary-color);
  background-color: rgba(248, 203, 46, 0.75);
  border-radius: var(--border-radius-medium);
  backdrop-filter: blur(5px) saturate(180%);
  -webkit-backdrop-filter: blur(5px) saturate(180%);
  margin: 20px;
  padding: 35px;
  transition: all 0.5s ease;
  transform: translateY(100%);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
}

.artists-hover p strong {
  color: var(--white-color);
  display: inline-block;
  min-width: 180px;
  margin-right: 20px;
}

.artists-hover p a {
  color: var(--secondary-color);
}

.artists-hover p a:hover {
  color: var(--white-color);
}

.artists-hover hr {
  margin: 1.5rem 0;
}


/*---------------------------------------
  SCHEDULE              
-----------------------------------------*/
.schedule-section {
  background-image: url('../images/nainoa-shizuru-unsplash-blur.jpg');
  background-color: #242424;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.table-responsive {
	filter: drop-shadow(2px 2px 4px #606060);
}

.schedule-table {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
}

.schedule-table .bg-warning {
  background: #f0a5a5 !important;
}

.schedule-table thead th {
  background-color: var(--secondary-color);
}

.schedule-table th,
.schedule-table tr,
.schedule-table td {
  border-bottom-color: #363a3e;
  padding: 30px;
}

.schedule-table tr:last-child th,
.schedule-table tr:last-child td {
  border-bottom-color: transparent;
}

.schedule-table thead th {
  border-right: 1px solid #c7460a;
  border-bottom-color: transparent;
}

.schedule-table th + td {
  border-bottom: 0;
}

.schedule-table thead th:last-child {
  border-right-color: transparent;
}

.schedule-table .pop-background-image {
  background-image: url('../images/artists/joecalih-UmTZqmMvQcw-unsplash.jpg');
}

.schedule-table .rock-background-image {
  background-image: url('../images/artists/abstral-official-bdlMO9z5yco-unsplash.jpg');
}

.schedule-table .country-background-image {
  background-image: url('../images/artists/soundtrap-rAT6FJ6wltE-unsplash.jpg');
}

.table-background-image-wrap {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: none;
  position: relative;
}

.schedule-table h3,
.schedule-table p {
  color: var(--white-color);
  position: relative;
  z-index: 2;
}


/*---------------------------------------
  PRICING              
-----------------------------------------*/
.pricing-thumb {
  border: 5px dotted var(--dark-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  padding: 50px;
}

.pricing-thumb h3 small {
  display: inline-block;
  font-size: var(--p-font-size);
  margin-right: 15px;
}

.pricing-list {
  column-count: 2;
  padding-left: 20px;
}

.pricing-list-item {
  line-height: normal;
  margin-right: 10px;
  margin-bottom: 10px;
}

.pricing-tag {
  background-color: var(--secondary-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-weight: var(--font-weight-bold);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
}

.pricing-tag span {
  font-size: 180%;
  line-height: normal;
}

.pricing-thumb .link-fx-1 {
  color: var(--primary-color);
}

.pricing-thumb .link-fx-1:hover {
  color: var(--link-hover-color);
}


/*---------------------------------------
  CONTACT               
-----------------------------------------*/
.google-map {
  border-radius: var(--border-radius-medium);
}


/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control {
  color: var(--p-color);
  margin-bottom: 24px;
  padding-top: 13px;
  padding-bottom: 13px;
  outline: none;
}

.custom-form button[type="submit"] {
  background: var(--custom-btn-bg-color);
  border: none;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-medium);
  transition: all 0.3s;
  margin-bottom: 0;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
}


/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
/*.site-footer {
  position: absolute;
  background-color: var(--dark-color);
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;

  z-index: 9999; /* Trazer para frente se houver sobreposição 

}

.site-footer-top {
  background-color: var(--secondary-color);
  background-image: url('../images/nainoa-shizuru-NcdG9mK3PBY-unsplash.jpg');
  background-repeat: no-repeat;
  margin-bottom: 70px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.site-footer-bottom {
  border-top: 1px solid #1f1c1c;
  margin-top: 60px;
}

.site-footer-title {
  color: var(--primary-color); 
}

.site-footer-link,
.copyright-text {
  color: var(--white-color);
}

.site-footer-links {
  padding-left: 0;
}

.site-footer-link-item {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}

.copyright-text {
  font-size: var(--copyright-font-size);
}

*/


/* ===== Footer novo ===== */

/* ===== FOOTER – Contactos + Mapa empilhados e formulário alinhado ===== */

/* Base */
.site-footer{
  position: relative !important;
  background-color: var(--dark-color);
  padding: 0 0 30px 0;
  color: var(--white-color);
}

/* Topbar castanha (full-bleed, igual à original) */
.footer-topbar{
  background: #c0ad9b;
  color: #fff;
  border-radius: 0;
  padding: 22px 0;
  margin: 0;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.footer-topbar .row{ max-width: 1320px; margin: 0 auto; padding: 0 24px; }
.footer-topbar .footer-brand{ font-weight: 800; font-size: 48px; line-height: 1; color: #fff; }
.footer-topbar .social-icon{ list-style:none; padding:0; margin:0; display:inline-flex; gap:18px; }
.footer-topbar .social-icon-item{ display:inline-flex; }
.footer-topbar .social-icon-link{ color:#fff; background:none; width:auto; height:auto; font-size:22px; line-height:1; display:inline-block; text-decoration:none; }
.footer-topbar .social-icon-link:hover{ color:#000; }

/* MAIS ESPAÇO entre a topbar e o conteúdo */
.footer-body{ margin-top: 32px; }  /* <— aumenta/baixa aqui ao gosto */

/* Colunas do footer (flex vertical) */
.footer-col{ display: flex; flex-direction: column; }

/* Título + subtítulo (fora dos cards brancos) */
.footer-head{ margin: 0 0 14px 0; }
.footer-title{
  margin: 0 0 4px 0;
  font-size: clamp(28px, 3.2vw, 44px);
  color: #fff;
  line-height: 1.05;
}
.footer-subtitle{
  margin: 0;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
}

.footer-subtitle-white{
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
}

/* Cards brancos (sem moldura castanha à volta) */
.footer-card__inner,
.footer-form,
.footer-map{
  background: #fff;
  color: #222;
  border-radius: var(--border-radius-medium);
  padding: 20px 22px;
  box-shadow: 0 2px 6px rgba(0,0,0,.06);
}

/* Alturas mínimas apenas onde faz sentido (evita “barra branca” vazia) */
.footer-card__inner{ min-height: 220px; }
.footer-form{ min-height: 0; }     /* deixa o card do formulário ajustar à altura do conteúdo */
.footer-map{
  margin-top: 16px;
  height: 380px;                      /* altura definida -> o iframe enche a 100% */
  padding: 0;                         /* elimina o “acolchoado” branco à volta */
  background: #fff;                   /* mantemos o cartão branco (podes pôr transparent) */
  border-radius: var(--border-radius-medium);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
/* o iframe preenche todo o cartão e aceita cliques/arrasto */
.footer-map iframe{
  position: absolute;
  inset: 0;                           /* top/right/bottom/left:0 */
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: var(--border-radius-medium);
  pointer-events: auto;
}

/* por segurança, se ainda tiveres algum overlay decorativo, não bloqueia cliques */
.footer-card::after{ pointer-events: none; }

/* Texto dentro dos contactos com largura confortável */
.footer-text{ max-width: 42ch; overflow-wrap:anywhere; }

/* Links nos cards */
.site-footer a,
.site-footer .site-footer-link{ color:#2d2d2d; text-decoration:none; }
.site-footer a:hover,
.site-footer .site-footer-link:hover{ color: var(--primary-color); }

/* Formulário e botão (castanho do tema) */
.footer-form .form-control{
  display:block; width:100%;
  margin-bottom: 10px;
  background:#fff; color:#1a1a1a;
  border:1px solid rgba(0,0,0,.15);
  border-radius: var(--border-radius-small);
  padding: 10px 12px; outline:none;
}
.footer-form .form-control:focus{ border-color: rgba(0,0,0,.35); }
.footer-form button{ border-radius: var(--border-radius-large); }
.footer-form .btn,
.footer-form .btn-primary,
.footer-form button[type="submit"],
.footer-form .custom-btn{
  background-color: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
  color:#fff !important;
}
.footer-form .btn:hover,
.footer-form .btn-primary:hover,
.footer-form button[type="submit"]:hover,
.footer-form .custom-btn:hover{
  background-color:#a89680 !important;
  border-color:#a89680 !important;
  color:#fff !important;
}

/* Barra inferior */
.site-footer-bottom{
  border-top: 1px solid rgba(255,255,255,.08);
  margin-top: 26px;
  padding-top: 24px;
}
.site-footer-bottom .copyright-text{ color: rgba(255,255,255,.7); }

/* Responsivo */
@media (max-width: 991px){
  .footer-topbar{ text-align:center; }
  .footer-topbar .footer-brand{ font-size: 32px; }
  .footer-topbar .row{ padding: 0 16px; }

  .footer-body{ margin-top: 24px; }
  .footer-text{ max-width: none; }

  .footer-map{ min-height: 300px; }
}

/* ===== Faixa de agradecimento / certificações (dentro do footer) ===== */
/* ===== Faixa de agradecimento / certificações — fundo preto, texto branco ===== */
.footer-credits{
  /* full-bleed (de ponta a ponta) */
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;

  background: #000;                          /* fundo preto */
  padding: 48px 0 36px;
  margin-top: 34px;
  border-top: 1px solid rgba(255,255,255,.08);
}

.footer-credits .credits-wrap{
  max-width: 920px;
  margin: 0 auto;
  color: #fff;                               /* texto base branco */
}

/* Mensagens de destaque (duas linhas) */
.credits-lead{
  font-size: clamp(18px, 2vw, 22px);
  color: #fff;                               /* branco total */
  font-weight: 700;                          /* mais “bold” (importante) */
  margin: 0 0 6px 0;
  line-height: 1.6;
}
/* Deixa a 2ª linha ligeiramente menos forte automaticamente */
.credits-lead + .credits-lead{
  font-weight: 600;                          /* um nível abaixo */
  opacity: .95;
}

/* Parágrafo institucional (um pouco menos forte) */
.credits-text{
  color: rgba(255,255,255,.82);              /* branco suave */
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  margin: 16px 0 18px;
}
/* Partes realmente relevantes a branco forte e bold */
.credits-text strong{
  color: #fff;
  font-weight: 700;
}

/* Links dentro da faixa (se existirem) */
.footer-credits a{
  color: #fff;
  text-decoration: underline;
}
.footer-credits a:hover{
  color: rgba(255,255,255,.75);
}

/* Selos / certificações */
.credit-badges{
  gap: 18px;
  margin: 8px 0 0 0;
  padding: 0;
}
.credit-badges li{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.credit-badges img{
  height: 54px;
  width: auto;
  display: block;
  image-rendering: auto;
}

/* Responsivo */
@media (max-width: 576px){
  .footer-credits{ padding: 40px 0 28px; }
  .credit-badges{ gap: 14px; }
  .credit-badges img{ height: 46px; }
}




/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  background-color: #bead9b;
  color: #ffffff;
  border-radius: 100px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  margin-right: 5px;
}

.social-icon-link:hover {
  background-color: #7c7065;
  color: #c01f27;
}

.social-icon-link span {
  display: block;
}

.social-icon-link span:hover::before{
  animation: spinAround 2s linear infinite;
}

.social-icon span.text-white {
  font-size: 18px;
  margin-right: 10px;
}

@keyframes spinAround {
  from {
    transform: rotate(0deg)
  }
  to {
    transform: rotate(360deg);
  }
}


/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (max-width: 991px) {
  h1 {
    font-size: 62px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .navbar {
    background-color: var(--dark-color);
  }

  .navbar-expand-lg .navbar-nav {
    padding-bottom: 30px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }

  .hero-section {
    padding-top: 150px;
  }

  .pricing-thumb {
    padding: 35px;
  }

  .schedule-table h3 {
    font-size: 22px;
  }

  .schedule-table th {
    padding: 20px;
  }

  .schedule-table tr, 
  .schedule-table td {
    padding: 25px;
  }

  .ticket-section {
    padding-top: 130px;
  }

  .ticket-form {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .custom-btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }
}


/* !-------------------------------------------------------------> */

/* General Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

/* Headings */
.dancing-script-uniquifier {
  font-family: "Dancing Script", cursive;
  font-size: 75px;
  color: #000000;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
  margin-top: 100px;
  margin-bottom: 35px;
}

.raleway-Titulos {
  font-family: "Raleway", serif;
  font-size: 75px;
  color: #000000;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
  margin-top: 100px;
  margin-bottom: 35px;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  
}

.karla-textos {
  font-family: "Karla", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 25px;
  color: #000000;
  margin: 0 auto;
  text-align: center;
  line-height: 1.5;
  padding: 0 20px;
  margin-bottom: 20px;
}

.quicksand-destaques {
  font-family: "Quicksand", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  color: #000000;
  margin: 0 auto;
  text-align: center;
  line-height: 1.5;
  padding: 0 20px;
  margin-bottom: 20px;
}


.diphylleia-regular {
  font-family: "Diphylleia", serif;
  font-size: 22px;
  color: #000000;
  margin: 0 auto;
  text-align: center;
  line-height: 1.8;
  padding: 0 20px;
  margin-bottom: 20px;
}

.card img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}

/* Cards Container */
.card-wrapper {
  max-width: 1000px; /* Adjust container width */
  max-height: 1000px;
  margin: 0 auto;
  padding: 20px;
  justify-content: center;
}

/* Individual Card */
.card-list .swiper-wrapper .card-item {
  list-style: none;
  max-width: calc(30% - 20px);
  transition: 0.3s ease;
}

/* Card Design */
.card-list .card-item .card-link {
  display: block;
  padding: 20px;
  border-radius: 16px;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
  background-color: #bead9b;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.card-item:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.card-list .card-link .card-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  image-rendering: auto;
}
.card-list .card-link .badge {
  font-size: 1.2rem; /* Slightly larger badges */
  margin: 20px 0;
  background: #8e8d8b;
  padding: 12px 24px;
  border-radius: 50px;
  text-align: center;
}

.card-list .card-link .card-title {
  font-size: 1.5rem; /* Larger title text */
  color: #000000;
  font-weight: 600;
  text-align: center;
  margin: 10px 0;
}

/* Buttons */
.card-list .card-link .card-button {
  display: block;
  height: 50px;
  width: 50px;
  color: #554a48;
  border-radius: 50%;
  margin: 20px auto;
  border: 3px solid #554a48;
  transform: rotate(-45deg);
  transition: 0.4s ease;
}

.card-list .card-link:hover .card-button {
  background: #554a48;
  color: #ffffff;
}


/* <-------------------------------------------------------------------------------------------------------------------> */




.about_section {
  width: 100%;
  float: left;
}


.layout_padding {
  padding-top: 90px;
  padding-bottom: 0px;
}


.container_main {
  position: static;

}

.container_main:hover .overlay {
  opacity: 1;
}


.about_taital_main {
  width: 100%;
  float: left;
  padding: 120px 0px;
}


.about_taital {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  font-size: 55px;
  width: 100%;
  float: left;
  color: #000000;
}



.about_text {
  font-family: "Diphylleia", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  width: 100%;
  float: left;
  color: #000000;
  margin: 0px;
  padding-top: 10px;
}

.about_text {
  font-family: "Diphylleia", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  width: 100%;
  float: left;
  color: #000000;
  margin: 0px;
  padding-top: 10px;
}


.about_img {
  margin-top: 180px;
}

@media (max-width: 768px) {
  .about_img {
    margin-top: 20px; /* espaço reduzido em mobile */
  }
}




.gallery_section {
  width: 100%;
  padding: 45px 0;
}

.gallery_section .row_1 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0; /* espaçamento vertical */
  justify-content: space-between;
}

.gallery_section .col-md-4 {
  padding: 15px;
  box-sizing: border-box;
}

.gallery_section img.image {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 0;
  border-radius: 5px;
}

.gallery_section a {
  display: block;
  position: relative;
}

.gallery_section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.4);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s ease;
}

.gallery_section a:hover .overlay {
  opacity: 1;
}


.row_1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: center;
}

.col-md-4 {
  flex: 0 0 calc(33.333% - 30px); /* largura de 3 colunas com gap */
  max-width: calc(33.333% - 30px);
  margin-bottom: 30px;
}

.container_2 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container_2 {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container_2 {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container_2 {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container_2 {
    max-width: 1140px;
  }
}

@media (max-width: 767px) {
  .gallery_section .col-md-4 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin-bottom: 20px;
    display: block;
  }
}

.img_logo {
  max-width: 100px;
  max-height: 100px;
}

/* Evita o flash branco ao trocar de imagem no Lightbox 2 */
.lb-image {
  transition: none !important;
  animation: none !important;
  background: transparent !important;
  opacity: 1 !important;
}


.benefits-section {
  background: #f8f9fa;
}




/* Estilização da Secção */
.portfolio-section {
  padding: 50px 20px;
  background: #f8f9fa;
  text-align: center;
}

/* Galeria */
.portfolio-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}

.portfolio-item {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.portfolio-img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out;
}

.portfolio-img:hover {
  transform: scale(1.05);
}

/* Botão de Download */
.btn-download {
  display: inline-block;
  padding: 12px 24px;
  font-size: 18px;
  color: white;
  background: #bead9b;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-download:hover {
  background: #a89680;
}

/* Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
  display: block;
  margin: auto;
  max-width: 80%;
  max-height: 80vh;
}

.close {
  position: absolute;
  top: 15px;
  right: 25px;
  color: white;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
}


.sharpen {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}











/* ----------------------------------------------------------------------------------
                                  FONTS
---------------------------------------------------------------------------------- */

/* TITULOS
----------------------------------------------------------------------------------- */

/* playfair display  */
.playfair-display-Titulos {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 80px;
  color: #131313;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}


/* poppins */
.poppins-regular-Titulos {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 80px;
  color: #131313;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

/* Quicksand */
.quicksand-Titulos {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 80px;
  color: #131313;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

/* Raleway */
.raleway-Titulos {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 80px;
  color: #131313;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

/* Montserrat */
.montserrat-alternates-regular-Titulos {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 80px;
  color: #131313;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

/*Fredoka */
.fredoka-Titulos {
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-size: 80px;
  color: #131313;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
    
}

/*Baloo 2 */
.baloo-2-Titulos {
  font-family: "Baloo 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 80px;
  color: #0f0f0f;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.source-serif-Titulos {
  font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 80px;          /* ajusta se precisares */
  color: #131313;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 20px;
}

/* Newsreader (serifa moderna, excelente em títulos) */
.newsreader-Titulos {
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-optical-sizing: auto;
  font-weight: 550;
  font-style: normal;
  font-size: 50px;
  color: #131313;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 20px;
}

.newsreader-Titulos_small {
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-optical-sizing: auto;
  font-weight: 550;
  font-style: normal;
  font-size: 26px;
  color: #131313;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 20px;
}

/* EB Garamond (serifa clássica, elegante) */
.ebgaramond-Titulos {
  font-family: "EB Garamond", Garamond, "Times New Roman", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 80px;
  color: #131313;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 20px;
}

/* Merriweather (serifa mais robusta, muito segura) */
.merriweather-Titulos {
  font-family: "Merriweather", Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 80px;
  color: #131313;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 20px;
}

/* Inter (sem serifa, limpa e atual) */
.inter-Titulos {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 80px;
  color: #131313;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 20px;
}

/* Source Sans 3 (sem serifa, neutra) */
.source-sans-Titulos {
  font-family: "Source Sans 3", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 80px;
  color: #131313;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 20px;
}

/* IBM Plex Sans (sem serifa, técnica) */
.ibm-plex-Titulos {
  font-family: "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 80px;
  color: #131313;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 20px;
}

/* Lato (sem serifa, calorosa) */
.lato-Titulos {
  font-family: "Lato", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 80px;
  color: #131313;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 20px;
}

/* TEXTOS
----------------------------------------------------------------------------------- */

/* Inter */
.inter-Textos {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #0f0f0f;
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.5;
}


/*Open Sans */
.open-sans-Textos {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  color: #0f0f0f;
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.5;
}

/*Roboto */
.roboto-Textos {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  color: #0f0f0f;
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.5;
}

/*Nunito */
.nunito-Textos {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #0f0f0f;
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.5;
}

/*Lato */
.lato-regular-Textos {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #0f0f0f;
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.5;
}

/*Source Sans 3 */
.source-sans-3-Textos {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #0f0f0f;
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.source-serif-Textos {
  font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #202020;          /* troca para #f0f0f0 em fundos escuros */
  text-align: left;        /* ou center se preferires */
  font-size: 16px;         /* 15–16px é ótimo para políticas */
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.65;
}

/* Newsreader (serifa moderna) */
.newsreader-Textos {
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #202020;
  text-align: left;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.65;
}

/* EB Garamond (serifa clássica/editorial) */
.ebgaramond-Textos {
  font-family: "EB Garamond", Garamond, "Times New Roman", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #202020;
  text-align: left;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.7;
}

/* Merriweather (serifa robusta) */
.merriweather-Textos {
  font-family: "Merriweather", Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-style: normal;
  color: #202020;
  text-align: left;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.7;
}

/* Inter (sem serifa – muito clara em ecrã) */
.inter-Textos {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;        /* muda para 300 se quiseres mais leve */
  font-style: normal;
  color: #202020;
  text-align: left;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.65;
}

/* Source Sans 3 (sem serifa – neutra e legível) */
.source-sans-Textos {
  font-family: "Source Sans 3", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #202020;
  text-align: left;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.65;
}

/* IBM Plex Sans (sem serifa – tom mais técnico) */
.ibm-plex-Textos {
  font-family: "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #202020;
  text-align: left;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.65;
}

/* Lato (sem serifa – amigável) */
.lato-Textos {
  font-family: "Lato", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #202020;
  text-align: left;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.65;
}

.portfolio-nav {
  max-width: 250px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.btn-nav {
  background-color: #7c7065;
  color: rgb(255, 255, 255);
  padding: 0.5rem 1.5rem;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
}

.btn-nav:hover {
  background-color: #c01f27;
  color: aliceblue
}

















/* about section start */

.about_section {
  width: 100%;
  float: left;
}

.about_taital_main {
  width: 100%;
  float: left;
  padding: 1px 0px;
}

.about_taital {
  font-family: "Cantata One", serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  font-size: 55px;
  width: 100%;
  float: left;
  color: #000000;
}

.quicksand-Titulos_V1 {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 55px;
  float: center;
  color: #131313;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.small_padding {
  margin-bottom: 50px;
  margin-top: 100px;
}


.about_text {
  font-family: "Cantata One", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  width: 100%;
  float: left;
  color: #000000;
  margin: 0px;
  padding-top: 10px;
}

.nunito-Textos_V1 {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #0f0f0f;
  font-size: 20px;
  float: left;
  margin-top: 10px;
  line-height: 1.5;
}

.read_bt {
  width: 175px;
  float: left;
  padding-top: 40px;
}

.read_bt a {
  width: 100%;
  float: left;
  font-size: 18px;
  background-color: #252525;
  color: #ffffff;
  text-align: center;
  padding: 8px;
}

.read_bt a:hover {
  color: #ffffff;
  background-color: #f76d37;
}

/* about section end */

/* gallery section start */

.gallery_section {
  width: 100%;
  float: left;
  padding-bottom: 0px;
  padding-top: 45px;
}

.gallery_taital {
  font-family: "Cantata One", serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  font-size: 55px;
  width: 100%;
  float: left;
  text-align: center;
  color: #000000;
}

.gallery_text {
  font-family: "Cantata One", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  width: 100%;
  float: left;
  text-align: center;
  margin: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #000000;
}

.gallery_section_2 {
  width: 100%;
  float: left;
  padding-top: 50px;
  padding-bottom: 35px;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

img.image {
  min-height: 300px;
}

.container_main {
  position: static;

}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgb(254, 230, 220, 0.6);
  margin: 0 auto;
}

.container_main:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
}

.seemore_bt {
  width: 170px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  margin-bottom: 90px;
}

.seemore_bt a {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  background-color: #252525;
  padding: 10px 0px;
  margin-top: 40px;
}

.seemore_bt a:hover {
  background-color: #c01f27;
  color: #ffffff;
}

a:hover {
  color: #bead9b;
}

/* gallery section end */


img {
  max-width: 100%;
  height: auto;
}


/* Evita overflow horizontal */
body {
  overflow-x: hidden;
}

@media (max-width: 767px) {

    .hero-section {
    padding-top: 100px; /* ou ajusta conforme a altura da navbar */
    box-sizing: border-box;
  }

  html, body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .card-list .swiper-wrapper {
    max-width: 100% !important;
    overflow: hidden;
    margin: 0 auto;
  }

  .card-list .swiper-slide,
  .card-list .card-item {
    max-width: 100% !important;
  }

  .swiper {
    width: 100% !important;
    overflow: hidden;
  }

  .advantages-section .col-sm-6,
  .benefits-section .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

    .raleway-Titulos {
    font-size: 32px !important;
    line-height: 1.2;
    padding: 0 10px;
  }

  .karla-textos,
  .nunito-Textos,
  .quicksand-Titulos {
    font-size: 16px !important;
    padding: 0 10px;
  }
}



/* ======= HOTSPOTS – AYEME 01 (limpo) ======= */
.hotspot-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem 0;            /* espaçamento acima e abaixo */
  background: #ffffff;           /* ou transparente, como preferires */
  min-height: auto;           /* não força altura 100vh */
}

.hotspot-overlay {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;                  /* texto branco sobre a imagem */
  padding: 1rem 2rem;
  max-width: 800px;
  z-index: 20;                  /* acima da imagem e hotspots */
}

.hotspot-container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  gap: 2rem;
  max-width: 1400px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}

/* Texto mais estreito e alinhado à esquerda */
.hotspot-header {
  max-width: 500px;
}

.hotspot-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.hotspot-intro {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #555;
}

.hotspot-image {
  justify-self: end;   /* encosta a imagem à direita da coluna */
  width: 75%;
  position: relative;
}

.hotspot-image > img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

/* Mobile: empilhar texto em cima da imagem */
@media (max-width: 900px) {
  .hotspot-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hotspot-header {
    max-width: 100%;
    margin-bottom: 2rem;
  }
}

/* botão */
.hotspot{
  --size:16px;
  position:absolute; transform:translate(-50%,-50%); background:transparent; border:0; padding:0; cursor:pointer; outline-offset:4px; z-index:10;
}
.hotspot .dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ff6a00;
  box-shadow: 0 0 0 0 rgba(255,106,0,.45);
  animation: pulse 1.8s infinite;
  display: block;
  position: relative;
  z-index: 9999;
}

@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(255,106,0,.45); }
  70%  { box-shadow: 0 0 0 14px rgba(255,106,0,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,106,0,0); }
}
/* cartão */
.hotspot .card{
  position:absolute; left:1rem; top:1rem; width:min(320px,88vw);
  background:#fff; color:#111; border-radius:12px; padding:12px;
  box-shadow:0 14px 40px rgba(0,0,0,.18);
  opacity:0; transform:translateY(6px) scale(.98); pointer-events:none;
  transition:opacity .18s ease, transform .18s ease;
}
.hotspot .card::before{
  content:""; position:absolute; inset:-8px auto auto -8px; width:16px; height:16px;
  background:#fff; transform:rotate(45deg); border-radius:2px; box-shadow:-2px -2px 8px rgba(0,0,0,.05);
}
.hotspot:hover .card,
.hotspot:focus-visible .card,
.hotspot.is-open .card{
  opacity:1; transform:translateY(0) scale(1); pointer-events:auto;
}
.card-link:hover{ opacity:.9 }
/* ligeiro sombreado para dar contraste à imagem */
.hotspot-section::after{
  content:""; position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,0) 65%, rgba(0,0,0,.15) 100%);
  pointer-events:none; z-index:1;
}

/* o hotspot ativo/clicado fica acima de tudo */
.hotspot:hover,
.hotspot.is-open { z-index: 30; }

.hotspot .card { z-index: 40; }

/* Quando há um hotspot ativo, os outros ficam esbatidos e sem clique */
.hotspot-image:has(.hotspot:hover) .hotspot:not(:hover),
.hotspot-image.hotspot-active .hotspot:not(.is-open) {
  opacity: .25;
  pointer-events: none;
}

/* os pontos dentro do cartão continuam visíveis */
.hotspot-image:has(.hotspot:hover) .hotspot:hover,
.hotspot-image.hotspot-active .hotspot.is-open {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width:600px){
  .hotspot .card{ left:.75rem; top:.75rem; width:min(88vw,340px) }
}

.hotspot-disclaimer {
  font-size: 0.85rem;
  color: #777;              /* cinza suave */
  text-align: center;
  margin-top: 1rem;
  font-style: italic;
  line-height: 1.4;
}

/* --- Toque confortável e hitbox maior --- */
.hotspot { touch-action: manipulation; }
.hotspot .dot::after{
  content:"";
  position:absolute; inset:-14px; /* hitbox invisível maior */
}

/* --- Popover centrado e com scroll quando o ecrã é pequeno --- */
@media (max-width: 900px){
  .hotspot-container{
    grid-template-columns: 1fr;      /* texto em cima, imagem em baixo */
    gap: 1.25rem;
    text-align: center;
  }
  .hotspot-header{ max-width: 100%; margin: 0 auto 1rem; }

  .hotspot-image{
    justify-self: center;            /* imagem centrada na coluna */
    width: 100%;
    max-width: 720px;                /* opcional: limite de largura */
  }

  /* ponto maior para dedo */
  .hotspot{ --size: 22px; }

  /* cartão centrado debaixo do ponto */
  .hotspot .card{
    left: 50% !important;
    right: auto;
    top: calc(100% + 10px) !important;
    transform: translate(-50%, 0) scale(1) !important;
    width: min(92vw, 420px);
    max-height: 60vh;                /* não passa o ecrã */
    overflow: auto;                  /* scroll interno se necessário */
    -webkit-overflow-scrolling: touch;
    text-align: center;
    z-index: 50;
  }
  .hotspot .card::before{
    left: 50% !important; top: -8px !important; right:auto !important;
    transform: translateX(-50%) rotate(45deg) !important;
    box-shadow: 0 2px 6px rgba(0,0,0,.1);
  }

  /* quando for preciso abrir para cima (JS adiciona .open-up) */
  .hotspot.open-up .card{
    top: auto !important;
    bottom: calc(100% + 10px) !important;
  }
  .hotspot.open-up .card::before{
    top: auto !important; bottom: -8px !important;
    transform: translateX(-50%) rotate(45deg) !important;
  }

  /* quando um hotspot está aberto, esbate os outros (mobile) */
  .hotspot-image.hotspot-active .hotspot:not(.is-open){
    opacity: .25; pointer-events: none;
  }
}




/* ===== Subpáginas – hero e cartões ===== */
.subpage-hero{
  background: var(--secondary-color);
  color: #fff;
  padding: 72px 0 44px;
}
.subpage-hero .page-title{
  color:#fff; font-weight:800;
  margin:0; line-height:1.05;
  font-size: clamp(32px, 5vw, 56px);
}
.subpage-hero .page-lead{
  color: rgba(255,255,255,.95);
  margin-top:6px;
  font-size: clamp(16px, 2.2vw, 18px);
}

.policy-content{ padding-top: 40px; }
.paper-card{
  background:#fff;
  border-radius: var(--border-radius-medium);
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  padding: 22px;
}

/* Tipografia do artigo */
.policy-article h2{
  margin: 8px 0 12px;
  font-size: clamp(22px, 3vw, 28px);
  color:#111;
}
.policy-article p{ margin-bottom: 12px; }

/* TOC fixo (desktop) */
.policy-toc{ position: sticky; top: 110px; }
.toc-title{ font-size:16px; font-weight:700; margin-bottom:8px; color:#111; }
.toc-list{ list-style:none; padding-left:0; margin:0; }
.toc-list li{ margin:6px 0; }
.toc-list a{
  color:#2d2d2d; text-decoration:none;
  border-bottom:1px dashed rgba(0,0,0,.12); padding-bottom:2px;
}
.toc-list a:hover{ color: var(--primary-color); }

/* Responsivo */
@media (max-width: 991px){
  .policy-toc{ position: static; }
  .policy-content{ padding-top: 24px; }
}

.cookies-hero{
  position: relative;
  z-index: 0;                 /* fica atrás do menu */
  margin-top: -120px;         /* puxa o fundo castanho até ao topo (≈ altura do menu) */
  padding-top: 360px;         /* compensa: menu (~120) + respiro (~40) */
  /* mantém a tua cor castanha do tema; se já vem do .subpage-hero, não é preciso */
  background: #644f3a;
}
/* um pequeno respiro entre a faixa e os cards */
.policy-content{ margin-top: 12px; }

/* em mobile já tens body{padding-top:100px} no CSS; 
   apenas afinamos a faixa para não ficar gigante em ecrãs pequenos */
@media (max-width: 991px){
  .cookies-hero{
    margin-top: -100px;       /* altura típica do menu em mobile */
    padding-top: 140px;       /* compensa menu + respiro */
  }
}


/* Parágrafo introdutório centrado e com largura confortável */
.intro-lead{
  max-width: 980px;                /* largura “agradável” de leitura */
  margin: 12px auto 40px;          /* centra e dá espaço para as imagens abaixo */
  text-align: center;
  line-height: 1.6;
  padding: 0 16px;                 /* respiro lateral em ecrãs pequenos */
}

/* Se quiseres um pouco mais de espaço em mobile */
@media (max-width: 576px){
  .intro-lead{ margin: 10px auto 36px; }
  .soft-line{ margin: 12px auto 20px; }
}


/* ===== Projetos Concretizados — layout imagem + texto ===== */
.projects-feature{
  background:#ffffff;
}

.pf-grid{
  display:grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(20px, 4vw, 48px);
  align-items:center;
}

.pf-media{
  margin:0;
  border-radius: 16px;
  overflow:hidden;
  background:#eee;
}
.pf-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition: transform .55s ease;
}
.pf-media:hover img{ transform: scale(1.03); }

.pf-content{ max-width: 64ch; }

.pf-kicker{
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 700;
  color: var(--secondary-color);
  margin: 0 0 6px 0;
}

.pf-title{
  margin: 0 0 8px 0;
  line-height: 1.1;
}

.pf-lead{
  margin: 8px 0 16px;
  color: var(--p-color);
}

.pf-list{
  list-style:none;
  margin: 6px 0 22px 0;
  padding: 0;
  display:grid;
  gap: 10px;
}
.pf-list li{
  display:flex;
  align-items:flex-start;
  gap: 10px;
  color: #1a1a1a;
}
.pf-list li::before{
  content:"";
  flex:0 0 18px;
  height:18px;
  border-radius:50%;
  border:2px solid var(--secondary-color);
  background: radial-gradient(closest-side, var(--secondary-color) 60%, transparent 61%);
  margin-top: 3px;
}

.pf-cta{
  display:flex;
  flex-wrap:wrap;
  gap: 12px;
  align-items:center;
}

/* Reaproveita o .btn-download já existente e cria um botão outline */
.btn-outline{
  display:inline-block;
  padding: 12px 24px;
  font-size: 18px;
  border: 2px solid var(--secondary-color);
  color: var(--secondary-color);
  border-radius: 8px;
  text-decoration:none;
  transition: .25s ease;
}
.btn-outline:hover{
  background: var(--secondary-color);
  color:#fff;
}

/* Responsivo */
@media (max-width: 992px){
  .pf-grid{ grid-template-columns: 1fr; }
  .pf-content{ max-width: none; }
  .pf-cta{ justify-content:center; }
  .pf-title{ text-align:center; }
  .pf-lead, .pf-kicker{ text-align:center; }
  .pf-list{ margin-left: 0; }
}

.section-block{
  padding: 96px 0;              /* espaço acima e abaixo da secção  (↑ aumenta/diminui conforme precisares) */
}

.section-block + .section-block{
  margin-top: 48px;             /* “folga” extra entre secções consecutivas */
}

.container-narrow{
  max-width: 1200px;            /* largura mais confortável para texto + imagem */
  margin: 0 auto;
  padding: 0 28px;              /* resguardo lateral em ecrãs pequenos */
}

/* ———————————————————
   Fundo alternado (cor suave)
   ——————————————————— */
.section-block--alt{
  background: #fafafa;          /* tom leve/bege a lembrar o teu tema */
}


.sound-hint{
  position:absolute;
  left: calc(50% + var(--sound-hint-shift));
  right: auto;
  bottom:28px;
  transform: none;
  height: 35px;
  padding: 0 14px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.18);
  background: rgba(0,0,0,0.55);
  color:#fff;
  font-weight:600;
  backdrop-filter: blur(4px);
  z-index: 40;
  opacity: 0;
  pointer-events: none;          /* ← mantém desativado quando oculto */
  transition: opacity .25s ease;
  cursor: pointer;               /* (opcional) dá feedback de clique */
}

.sound-hint::before{
  content: "\f1c7";                    /* bootstrap-icons: volume-up */
  font-family: "bootstrap-icons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.sound-hint:hover{
  background-color: #7c7065;           /* ⇠ igual ao hover de .social-icon-link */
}

.sound-hint.show{
  opacity: 1;
  pointer-events: auto;          /* ← permite hover/click quando está visível */
}

@media (max-width: 991px){
  .sound-hint{
    left: auto;
    right: 16px;
    bottom: 16px;
  }
}

.sound-hint{
  z-index: 2000 !important;       /* acima de overlays, vídeo e afins */
  cursor: pointer;                /* feedback de clique */
}

/* quando está visível deve aceitar eventos de ponteiro */
.sound-hint.show{
  opacity: 1 !important;
  pointer-events: auto !important;
}

/* por via das dúvidas, nenhum overlay do vídeo deve bloquear cliques no toast */
.hero.video-wrap::after,
.video-wrap::after,
.section-overlay { pointer-events: none !important; }

