body a,
body a:visited,
body a:hover,
body a:focus,
body a:active {
  text-decoration: none !important;
}

/* =========================
        ANIMAÇÕES
========================= */

@keyframes heroReveal {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes contentFade {
  from {
    transform: translateY(35px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes zoomIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes slideUp {
  to {
    opacity: 1;
		transform: translateY(0);
  }
}

@keyframes tapHint {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.75;
  }

  50% {
    transform: translate(-50%, -50%) scale(0.85);
    opacity: 1;
  }
}  
  
.woocommerce-account button.button {
  position: relative;  
  left: 50%;           
  transform: translateX(-50%);
  margin: 20px auto 0;
	font-size: 1.2em;
  }

.seo-title {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

input[type="radio"]:checked,
input[type="checkbox"]:checked {
    accent-color: #007cba;
}

.searchwp-live-search-results{
    display: none;
}
/* Termos e Condições de Venda */

.page-id-5560, .page-id-5578 {  background: #f0f0f0; padding-top: 40px; 
} 

#post-5560,#post-5578{ 
	background: transparent; 
}        

.venda-wrapper { 
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
}

.venda-header {
  	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6); 
	  border-radius: 30px;
    background-color: #0274BE;
    color: #fff;
    padding: 1rem 0;
    text-align: center;
}

.venda-header h1 {
    margin: 0;
    font-size: 3.5em;
	  color:white;
	  text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}
.venda-main-content {
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6); 
	  border-radius: 30px;
    background-color: #fff;
    padding: 20px 30px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.venda-section {
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .venda-wrapper {
        width: 95%;
        padding: 10px 0;
    }
    .venda-header h1 {
        font-size: 2em;
    }
    .venda-main-content {
        padding: 15px;
    }
}

/*  fim Termos e Condições de Venda  */






.decimais {
  font-size: 70%;
	color: #2c2c2c;
}

/*      My Account      */

.page-id-1381 {
  background-color: #ebebeb;
}
.page-id-3502{
  background: #ebebeb;
}
#post-3502 {
    background: transparent;
}

.minhaconta{
	box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.5) ;
	padding: 15px;
	border-radius: 20px;
	background-color: #fff;
	margin-top: 35px!important;
}

/*      Fim My Account      */


/*        Contacto         */

.Contactoall{
	border-radius: 20px;
	top: -85px;
}

/*       fim Contacto         */





/* Estilos para Desktop */

.variations_form {
  padding: 20px;
  background-color: #fff;
  width: 100%; 
	margin-top: 20px;
  max-width: 800px; 
  transform: scale(1.11);  
  transition: transform 0.3s ease;
}
	.main-navigation a {
    font-family: 'raleway', sans-serif;
}
	/*        header        */
.admin-bar #masthead {

    top: 32px;
}
	#masthead {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0,0,0,0.0);
    transition: transform 0.3s ease-in-out;
    overflow: visible;
}

#masthead.header-hidden {
    transform: translateY(-120%);
}
#masthead .main-header-menu > .menu-item {
    position: static;
  }

  #masthead .main-header-menu > .menu-item > .sub-menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 82px;

    width: 100vw;
    min-width: 100vw;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 14px 28px;

    padding: 22px 40px;
    background: #ffffff;

    border-top: 1px solid #e5e5e5;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition: opacity 0.25s ease, visibility 0.25s ease;
    z-index: 999;
  }

  #masthead .main-header-menu > .menu-item:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  #masthead .main-header-menu > .menu-item > .sub-menu > li {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  #masthead .main-header-menu > .menu-item > .sub-menu > li > a {
    padding: 10px 18px;
    border-radius: 999px;

    color: #333;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;

    transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
  }

  #masthead .main-header-menu > .menu-item > .sub-menu > li > a:hover {
    background: #0274BE;
    color: #ffffff;
    transform: scale(1.05);
  }
body {
    padding-top: 72px;
}






.personal {
background: linear-gradient(to right, 
    #007bff 20%,    /* Azul ocupa os primeiros 10% */
    #ffc107 50%,    /* Amarelo transita do azul e vai até 40% (mais que o azul) */
    #007bff 70%    /* Verde transita do laranja até ao fim */
)
	;

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent; 
    font-weight: bold; 
}
	.custom-account-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
		margin-top: 28px;
    border-radius: 50%;
    background-color: #f4f4f4;
    transition: background-color 0.3s ease, transform 0.2s ease;
    overflow: hidden;
    border: 1px solid #ddd;
}

.custom-account-link:hover {
    background-color: #0274BE;
    transform: scale(1.05);
}

.custom-account-link img {
    width: 50px;
    height: 55px;
    border-radius: 50%;
    display: block;
}
	
		/*       fim header        */
	
		.variations_form {
  padding: 30px;
  background-color: rgba(234, 234, 234, 0.6);
	border-radius: 20px;
  width: 100%; 
	margin-top: 40px;
	margin-left: 10px;
  max-width: 800px;   
}
	
    /* ================================================== 
       Home
================================================== */ 	

/* =========================
        HERO VIDEO
========================= */

.hero-video {
  position: relative;

  width: 100vw;   /* 100% da largura do ecrã */
  height: 95vh;  /* 100% da altura do ecrã */

  overflow: hidden;

  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;

  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.35);

  animation: heroReveal 1.2s ease-out forwards;
  transform: translateY(-120px);
  opacity: 0;

  z-index: 1;
}

/* VIDEO */

.hero-video video {
  position: absolute;
  top: 0;
  left: 0;

  max-width: 100vw;
  min-height: 100%;

  object-fit: cover;
  object-position: center;
}
/* OVERLAY ESCURO */

.hero-overlay {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      to top,
      rgba(0,0,0,0.82),
      rgba(0,0,0,0.45),
      rgba(0,0,0,0.25)
    );

  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  opacity: 0;
  transition: opacity 1.4s ease;
}

.hero-overlay.show {
  opacity: 1;
}

/* CONTEÚDO */

.hero-content {
  text-align: center;
  max-width: 950px;
  padding: 0 25px;
  z-index: 3;
  animation: contentFade 1.4s ease forwards;
}

/* TÍTULO */

.hero-content h1 {
  color: #fff;
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 1.05;
  font-weight: 1000;

  margin-bottom: 25px;

  text-shadow:
    0 4px 18px rgba(0,0,0,0.55);
}

.title-break {
    display: inline;
}
/* SUBTÍTULO */

.hero-content p {
  color: rgba(255,255,255,0.92);

  font-size: 1.5em;
  line-height: 1.6;

  max-width: 760px;
  margin: 0 auto 45px auto;

  text-shadow:
    0 3px 12px rgba(0,0,0,0.5);
}

/* BOTÃO */

.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 20px 42px;

  background: #0274BE;
  color: #fff;

  font-size: 1.15rem;
  font-weight: 600;
  text-decoration: none;

  border-radius: 100px;
  border: 2px solid #0274BE;

  transition:
    transform 0.3s ease,
    background 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease;

  box-shadow:
    0 10px 30px rgba(0,0,0,0.28);
}

.hero-btn:hover {
  background: #fff;
  color: #000;

  transform: translateY(-4px);
}


/* =========================
       Slides Emocionais
========================= */

.gift-slider-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 80vh;
}

.gift-slider-track {
  display: flex;
  transition: transform 0.6s ease;
}

.gift-slide {
  width: 100%;
  min-width: 100%;
  height: 80vh;
  min-height: 80vh;
  flex-shrink: 0;

  display: flex;
  overflow: hidden;
}

/* imagem */
.gift-image {
  width: 50%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.85);
}

.gift-image a,
.gift-image-link {
  display: flex;
  width: 100%;
  height: 100%;
  line-height: 0;
}

.gift-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}


/* conteúdo */
.gift-content {
  width: 50%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding: clamp(32px, 5vw, 80px);
  overflow-y: auto;
  text-align: center;
}


/* produtos */
.gift-products {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: clamp(18px, 3vw, 36px);
  width: 100%;
  flex-wrap: nowrap;
}

.gift-product {
  flex: 1 1 0;
  max-width: 280px;
  min-width: 0;
  background: #f5f5f5;
  border-radius: 20px;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.50);
  padding: clamp(10px, 2vw, 20px);
  overflow: hidden;
  text-align: center;
  transition: transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.gift-product:hover {
  transform: scale(1.05);
  background: #0274BE;
  box-shadow: 0 10px 22px rgba(2, 116, 190, 0.35);
}

.gift-product:hover .gift-product-title {
  color: #fff;
}

.gift-product-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.gift-product-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 14px;
}

.gift-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.gift-product-title {
  margin: 14px 0 0;
  font-size: 1rem;
  line-height: 1.3;
  color: #222;
  text-align: center;
}

/* botões mais */
.gift-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: min(100%, 360px);
  margin-top: 28px;
  padding: 6px 18px;

  border: 2px solid #d6d6d6;
  border-radius: 999px;

  background: #fff;
  color: #333;

  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;

  transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.gift-more-btn:hover {
  transform: scale(1.05);
  background: #025f9c;
  border-color: #025f9c;
  color: #fff;
}

.gift-slider-dots {
  display: none;
}
/* setas */
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  width: 50px;
  height: 50px;

  border: none;
  border-radius: 50%;

  background: rgba(0,0,0,0.4);
  color: #fff;

  font-size: 24px;
  cursor: pointer;

  z-index: 10;

  transition: 0.3s;
}

.slider-arrow:hover {
  background: rgba(0,0,0,0.7);
}

.slider-arrow.left {
  left: 15px;
}

.slider-arrow.right {
  right: 15px;
}

/* =========================
       3 OPÇÕES DE PRODUTOS
========================= */
	
.categories-container {
  display: flex;
  justify-content: center;
  gap: 55px;

  /*      animação      */
  opacity: 0;
	transform: translateY(90px);
  animation: slideUp 1.2s ease-out forwards;
}

	
/* Estilo para cada categoria */
.category {
  padding: 0 25px;
  cursor: pointer;
  position: relative;
  color: #333;
  margin: 0;
  transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.category.active {
  color: #0274BE;
	transform: scale(1.1)
}
	.category:hover {
  color: #0274BE;
		transform: scale(1.1);
}

/* Linha inicial invisível */
.category::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #0274BE;
  transform: scaleX(0);
  transition: transform 0.4s ease-in-out;
}
.category.active::after {
  transform: scaleX(1);
}

.category-content {
  margin-top: 10px;
}

/* Produtos WooCommerce */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  overflow: hidden;
  transition: transform 0.3s ease-in-out, border-radius 0.3s ease-in-out;
}

/* Efeito de zoom e bordas arredondadas */
.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
  transform: scale(1.1);
  border-radius: 30px 30px 0 0;
}

/* Esconder botões */
.woocommerce ul.products li.product .button.add_to_cart_button,
.woocommerce-page ul.products li.product .button.add_to_cart_button,
.woocommerce ul.products li.product .button.product_type_simple,
.woocommerce-page ul.products li.product .button.product_type_simple {
  display: none !important;
}

/* Animação dos produtos dentro das categorias */
.category-content .woocommerce ul.products li.product,
.category-content .woocommerce-page ul.products li.product {
  animation: zoomIn 0.5s ease-in-out;
}

/* Esconder reset das variações */
.variations_form .reset_variations {
  display: none !important;
}

/* Esconder variações nas listas de produtos */
.woocommerce ul.products li.product .variations_form,
.woocommerce ul.products li.product .variations {
  display: none !important;
}
	
	
    /* ================================================== 
       Pagina de Produtos
================================================== */ 


    /* =========================
       hero Products
========================= */ 
.products-hero{
    position: relative;
    width: 100vw;
    height: 50vh;
    overflow: hidden;
    margin: 0;
    padding: 0;
    margin-left: calc(-50vw + 50%);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.58);
}
.products-hero-picture {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.products-hero-image {
    
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.products-hero-content{
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    background: rgba(0,0,0,0.35);
    padding: 0 20px;
}

.products-hero h1{
    color: #ffffff;
    font-size: 5em;
     max-width: 1000px;
    line-height: 1.1;
    margin: 0 0 16px;
}

.products-hero p {
    color: #ffffff;
       max-width: 650px;
    line-height: 1.5;
    margin: 0;
}


	    /* =========================
     Carousel Mais Populares 
========================= */ 
.products-display {
  display: flex;
  gap: 20px;
  padding: 10px;
  flex-wrap: nowrap; 
  cursor: grab;
  user-select: none;
  overflow-x: auto;
}

.products-display::-webkit-scrollbar {
  display: none; 
}

.product-card {
  min-width: 300px;
  padding: 0px;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
	.product-card:hover {
	transform: scale(1.05);
}
	.section-title {
		 text-align: center;
		 padding-top: 20px;
}


 	    /* =========================
  Bottom Continers Produtos
========================= */  

.header-with-link {
    display: flex;
    align-items: center;
	justify-content: flex-start;
    gap: 40px;
    width: 73%;
    max-width: 73%;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
}

.header-with-link h2 {
    margin: 0;
    font-size: 2.2rem; 
}

.see-all, .toggle-see-all {
    font-size: 1.6rem;
    color: #007bff;
	border: 2px solid #007bff;
    border-radius: 20px;
    text-decoration: none;
    padding: 8px 32px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.see-all:hover,
.toggle-see-all:hover{
	  transform: scale(1.05);
	  transition: transform 0.3s ease;
    background-color:#007bff;
	  color: white;
}
	
.bottom-container {
    width: 73%;
    max-width: 73%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
    transition: all 0.3s ease;
}

/* Conteúdo dentro dos bottom containers */
.bottom-content {
    display: none;
        padding: 10px;
	    position: relative;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.bottom-content.active {
    display: block;
    opacity: 1;
    animation: fadeInUp 0.5s ease-out;
}

.hidden {
    display: none;
}
/* Efeito de transição para suavizar a mudança de categorias */
.bottom-content.active {
    animation: fadeInUp 0.5s ease-out;
}

	.category-title {
    transition: color 0.1s ease, transform 0.1s ease;
    padding: 10px;
}

.category-title:hover {
    color: #fff;
    text-shadow: 0px 0px 20px rgba(2, 116, 190, 1);
    transform: scale(1.02); /* Leve aumento no tamanho */
    cursor: pointer;
}

#content-1P{
    margin-top: 40px;
}

#content-1P-extra {
  width: 100vw;
  position: relative;
  top: -20px;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; 
  box-sizing: border-box; 
	overflow-x: hidden;
}
     
      
    /* =========================
       Categorias Emocionais
========================= */ 
.category-filters-wrap {
    position: relative;
    margin: 20px 0;
    overflow: hidden;
}

.category-filters {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    gap: 10px;
    margin: 0;
    padding: 4px 16px 14px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.category-filters::-webkit-scrollbar {
    display: none;
}

.category-filters-wrap::before,
.category-filters-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    width: 20px;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}

.category-filters-wrap::before {
    left: 0;
    background: linear-gradient(to right, #fff, transparent);
}

.category-filters-wrap::after {
    right: 0;
    background: linear-gradient(to left, #fff, transparent);
}

.category-btn {
    flex: 0 0 auto;
    white-space: nowrap;
    scroll-snap-align: start;
    padding: 10px 28px;
    border: none;
    font-size: 22px;
    border-radius: 50px;
    background: #f2f2f2;
    color: #333;
    cursor: pointer;
    transition: .2s;
}

.category-btn:hover {
    transform: scale(1.05);
    background: #f2f2f2;
    color: #333;
}

.category-btn.active {
  background: #007bff;
  color: #fff;
  font-size: 25px;
}

    /* =========================
      Cartão de produto
========================= */ 


#all-products-container {
  max-width: 75%;
  margin: 50px auto;
  padding: 20px;
}
.sort-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  gap: 10px;
}

.divider {
  height: 2px;
  margin-bottom: 20px;
}
#custom-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
	gap: 40px;
 }
.product-card-low {
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
	.product-card-low:hover {
	transform: scale(1.05);
}
.product-image-container {
  position: relative;
  display: flex;
	align-items: center;
  width: 100%;
  aspect-ratio: 2/ 2.2;
	overflow: hidden;
	  border-radius: 15px;
}

.product-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Estilo padrão do preço */
.product-price-overlay {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: white;
  color: black;
  padding: 4px 15px;
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: 15px;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
}

/* Preços com desconto */
.discounted-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.discounted-price .old-price {
  text-decoration: line-through;
  color: grey;
  font-size: 1rem;
}

.discounted-price .new-price {
  color: #0274be;
  font-size: 1.2rem;
  font-weight: bold;
}
.product-card-low h4 {
    margin: 10px 0 5px;
    color: #333;
    text-align: center;
}

/* Estilo para a categoria do produto */
.product-card-low .product-categories {
    color: #888;
    text-align: center;
    margin-bottom: 10px;
	    font-style: italic;
}

/* Caso use a classe .posted_in envolvente */
.product-card-low .posted_in {
    display: block;
    color: #666;
    font-style: italic;
}

/* Links das categorias (se quiser mudar cor ou tirar sublinhado) */
.product-card-low .posted_in a {
    color: #0073aa;
    text-decoration: none;
}

.product-card-low .posted_in a:hover {
    text-decoration: underline;
    color: #005177;
}

	
		
    /* =========================
       Personalização 
========================= */ 
	
	

.custom-sort-container {
    margin-bottom: 15px;
}

#customizable-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}


.custom-product-image-container {
    position: relative;
    width: 100%;
}

.custom-product-image {
    width: 100%;
    border-radius: 10px;
}

.custom-product-price {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: white;
    color: black;
	font-size: 1.3rem;
    padding: 4px 15px;
    font-weight: bold;
    border-radius: 15px;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
}

.custom-discount .custom-old-price {
    text-decoration: line-through;
    color: gray;
    margin-right: 5px;
}
.custom-discount .custom-new-price {
    color: red;
    font-weight: bold;
}

	
	
/* Personalização fim  */	
	
	


/* ========================================================================================
                                      MOBILE
============================================================================================================= */

@media (max-width: 768px) {
    
      /* ================================================== 
                     Home
================================================== */   
    
    /* =========================
       HERO VIDEO
========================= */
    
   /* HERO */
 .hero-video {
    height: 85vh;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
  }

  .hero-video video {
    inset: 0;
    width: 100%;
    height: auto;
    display: block;
  }

  .hero-overlay {
    padding: 20px;
  }

  .hero-content {
    max-width: 90%;
    padding: 0;
  }

.hero-content h1 {
  font-size: clamp(2.5rem, 8vw, 4.5rem);
  line-height: 1.2;
  margin-bottom: 15px;
}

  .title-break {
    display: block;
  }

.hero-content p {
  font-size: clamp(1rem, 3vw, 1.35rem);
  line-height: 1.5;
  margin-bottom: 25px;
}

.hero-btn {
  width: 100%;
  max-width: clamp(280px, 45vw, 420px);
  padding: clamp(16px, 2.5vw, 20px) 20px;
  font-size: clamp(1rem, 2.2vw, 1.15rem);
}
  
  
      /* =========================
       Slides Emocionais
========================= */
 .gift-slider-wrapper {
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.58);
  }

  .gift-slide {
    flex-direction: column;
    flex: 0 0 100%;
  }

  .gift-image {
    width: 100%;
    aspect-ratio: 1 / 1;
  }

  .gift-content {
    width: 100%;
    padding: 20px 20px 30px;
    background: #254D73;
    overflow-y: visible;
  }

  #presentes-casais {
    background: #7A1C1C;
  }

  #presentes-familia {
    background: #254D73;
  }

  #presentes-aniversario {
    background: #948934;
  }

  .gift-content h2 {
    position: static;
    margin-bottom: 10px;
    color: #fff;
  }

  .gift-content p {
    margin-bottom: 15px;
    color: #fff;
  }
  
     /*   botões no imagem  */
  .gift-more-btn {
    display: none;
  }

  .gift-slider-dots {
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 20;
  }

  .gift-slider-dots span {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.55);
    transition: width 0.25s ease, background-color 0.25s ease;
  }

  .gift-slider-dots span.active {
    width: 24px;
    background: #ffffff;
  }
  
  .gift-products,
  .slider-arrow {
    display: none;
  }

/* =========================
    3 OPÇÕES DE PRODUTOS
========================= */	
     .categories-container {
        align-items: center;
        gap: 12px;
        width: 100%;
        padding: 14px 16px;
        box-sizing: border-box;
    }

    .categories-container h2,
    .category {
        padding: 9px 16px;
        border-radius: 999px;
        font-size: 0.9rem;
        line-height: 1.2;
        font-weight: 600;
        text-align: center;
        background: #f1f3f5;
        color: #222;
        opacity: 0.65;
        transform: scale(0.92);
        box-shadow: none;
        -webkit-tap-highlight-color: transparent;
        outline: none;
        user-select: none;
        transition:
            transform 0.18s cubic-bezier(0.22, 1, 0.36, 1),
            opacity 0.18s ease,
            background-color 0.18s ease,
            color 0.18s ease,
            box-shadow 0.18s ease,
            padding 0.18s ease;
    }

    .category.active {
        padding: 12px 24px;
        font-size: 1.08rem;
        font-weight: 700;
        background: #0274BE;
        color: #ffffff;
        opacity: 1;
        transform: scale(1);
        box-shadow: 0 8px 18px rgba(2, 116, 190, 0.28);
    }

    .category:hover {
        transform: scale(0.96);
        color: #222;
        opacity: 0.85;
    }

    .category.active:hover {
        transform: scale(1);
        color: #ffffff;
        opacity: 1;
    }

    .category.active::after {
        display: none;
    }

    .category-content {
        margin-top: 12px;
        padding: 0;
    }
    
    
       /* ================================================== 
                     Pagina Produtos 
================================================== */      
    
    
    /* =========================
       hero Products
========================= */ 
    .products-hero {
        height: 42vh;
        box-shadow: 0 6px 8px rgba(0, 0, 0, 0.45);
    }

  .products-hero-content {
    padding: 0 clamp(20px, 6vw, 44px);
  }

  .products-hero h1 {
    max-width: clamp(300px, 88vw, 680px);
    font-size: clamp(2.4rem, 10vw, 4rem);
    line-height: 1.1;
  }

  .products-hero p {
    max-width: clamp(280px, 82vw, 560px);
    font-size: clamp(1rem, 3.5vw, 1.25rem);
    line-height: 1.5;
  }
	
    /* =========================
      Carousel Mais Populares
========================= */ 

   .product-card {
        min-width: 140px;
   }


    /* =========================
     header-with-link
========================= */ 
    .header-with-link {
        width: 92%;
        max-width: 92%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 14px;
        margin-top: 35px;
        text-align: center;
    }

    .header-with-link h2 {
        font-size: 2rem;
        line-height: 1.2;
    }

    .see-all,
    .toggle-see-all {
        font-size: 1.2rem;
        padding: 3px 25px;
        border-radius: 16px;
    }

    .bottom-container {
        width: 92%;
        max-width: 92%;
        padding-top: 28px;
        padding-bottom: 60px;
    }

    .categories-grid {
        display: grid;
        place-items: center;
        text-align: center;
        gap: 10px;
    }

    #content-1P {
        margin-top: 10px;
    }
    /* =========================
       categorias Emocionais
========================= */ 

    .category-btn {
        padding: 10px 18px;
        font-size: 18px;
    }

    .category-btn.active {
        font-size: 20px;
    }


    /* =========================
      Cartão de produto
========================= */ 
  #all-products-container {
    max-width: 90%;
    margin: 20px auto 1px;
    padding: 10px;
  }

  .sort-container {
    margin-bottom: 15px;
  }

  .divider {
    margin-bottom: 25px;
  }

  #custom-products-grid {
    grid-template-columns: repeat(1, 1fr);
    margin-left: 5px;
    margin-right: 5px;
    gap: 10px;
  }

  .product-card-low {
    border-radius: 20px;
  }

  .product-image-container {
    display: inline-block;
    aspect-ratio: 2 / 2.45;
  }

  .product-image {
    border-radius: 8px;
  }

  .product-price-overlay {
    padding: 2px 12px;
    font-size: 1.2rem;
    border-radius: 10px;
  }

  .discounted-price {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
  }

  .discounted-price .old-price {
    font-size: 0.6rem;
  }

  .discounted-price .new-price {
    font-size: 0.7rem;
  }

  .product-card-low h4 {
    font-size: 1.3em;
  }

  .product-card-low .product-categories {
    margin-bottom: 20px;
    font-size: 0.9em;
  }
}

    /* =========================
       
========================= */ 


#titulo-temp {
    text-align: center;
    font-size: 3.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding: 10px 20px;
    display: inline-block;
}







	
	
	
	
	
	/*        Pagina Sobre           */

.timeline {
    display: grid;
    grid-template-columns: 1fr; /* Uma única coluna, os itens são centralizados */
    gap: 40px; /* Espaçamento entre os itens */
    padding: 80px 0;
    position: relative;
}
	.timeline-h {
    display: grid;
    grid-template-columns: 1fr; /* Uma única coluna, os itens são centralizados */
    gap: 4px; /* Espaçamento entre os itens */
    padding: px 0;
    position: relative;
}

/* Linha do tempo única */
.timeline-line {
    position: absolute;
    left: 50%;
    top: 10px;
    bottom: 0;
    width: 3px;
    background: #000;
    z-index: 0;
}
	#data2023-h {
    position: relative; 
		width: 90%;
		text-align: center;
    background-color: #0274be;
		color: white;
    padding: 2px 20px; 
    border-radius: 20px; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
		left: calc(50% + 0px);
		transform: translate(-50%, 0);
}
	#data2023 {
    position: relative; 
		width: 90%;
		text-align: center;
    background-color: #0274be;
		color: white;
    padding: 2px 20px; 
    border-radius: 20px; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    top: -70px;
		left: calc(50% + 0px);
		transform: translate(-50%, 0);
}
	#data2024 {
    position: relative; 
    left: calc(50% + 0px);
	  width: 90%;
		text-align: center;
		top: -450px;
    background-color: #0dacc4;
		color: white;
    padding: 2px 20px; 
    border-radius: 20px; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    transform: translate(-50%, 0);
}
	#data2025 {
    position: relative; 
    left: calc(50% + 0px);
		text-align: center;
		width: 90%;
		top: -700px;
		color: white;
    padding: 2px 20px; 
		 background-color: #0f62c6;
    border-radius: 20px; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    transform: translate(-50%, 0);
}

/* Cada item da linha do tempo */
.timeline-item {
    display: flex;
    flex-direction: row; /* Direção padrão */
    align-items: center;
    position: relative;
}

/* O ponto da linha do tempo */
.timeline-point {
    position: absolute;
	  top: -10px;
    left: 50.15%;
    height: 25px;
    width: 25px;
    background-color: #0274be;
    border-radius: 50%;
    border: 3px solid white;
    z-index: 1;
    transform: translateX(-50.15%);
}
	.timeline-point-2 {
    position: absolute;
	  top: -10px;
    left: 50.15%;
    height: 25px;
    width: 25px;
    background-color: #0dacc4;
    border-radius: 50%;
    border: 3px solid white;
    z-index: 1;
    transform: translateX(-50.15%);
}

/* Linha horizontal de cada item da linha do tempo */
.timeline-horizontal-line {
    position: absolute;
    left: 50%;
    top: 0px;
    height: 3px;
    width: 200px;
    background: #0274be;
    z-index: 2;
}
.timeline-title.left {
    position: absolute; 
    right: calc(50% + 35px);
    top: -30px;
	  color: white;
	  background: #0274be;
	  padding: 2px 10px;
    border-radius: 10px 10px 0px 0px; 
    transform: translate(-50%, 0);
	  z-index:2;
}
	.timeline-title.right {
    position: absolute; 
    left: calc(50% + 120px);
    top: -30px;
		color: white;
	  background: #0274be;
	  padding: 2px 10px;
    border-radius: 10px 10px 0px 0px; 
    transform: translate(-50%, 0);
		z-index:2;
}
	.timeline-horizontal-line-2 {
    position: absolute;
    left: 50%;
    top: 0px;
    height: 3px;
    width: 200px;
    background: #0dacc4;
    z-index: 2;
}
.timeline-title-2.left {
    position: absolute; 
    right: calc(50% + 35px);
    top: -30px;
	  color: white;
	  background: #0dacc4;
	  padding: 2px 10px;
    border-radius: 10px 10px 0px 0px; 
    transform: translate(-50%, 0);
	  z-index:2;
}
	.timeline-title-2.right {
    position: absolute; 
    left: calc(50% + 120px);
    top: -30px;
		color: white;
	  background: #0dacc4;
	  padding: 2px 10px;
    border-radius: 10px 10px 0px 0px; 
    transform: translate(-50%, 0);
	  z-index:2;
}
	
.timeline-item.left .timeline-horizontal-line {
    transform: translateX(-100%); /* Move a linha para a esquerda */
}
	.timeline-item.left .timeline-horizontal-line-2 {
    transform: translateX(-100%); /* Move a linha para a esquerda */
}

/* Placeholder */
.placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 10;
}
/* Conteúdo geral dos itens */
.timeline-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    padding: 25px;
    position: relative;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    width: 100%;
}

/* Ajustes individuais dos itens para responsividade */
.timeline-item.left {
    justify-content: flex-start; /* Alinha o conteúdo à esquerda */
}

.timeline-item.right {
    justify-content: flex-end; /* Alinha o conteúdo à direita */
}


/* IDs individuais */
	#content1-G{
		width: 100%;
		top: 50px;
	
	}
	#content2-G{
		width: 100%;
		top: -150px;
	}
	#content3-G{
		width: 100%;
		top: -200px;
	}
 #content4-G {
    width: 100%;
	top: -560px;
}
	#content5-G {
    width: 100%;
	top: -560px;
}
		#content6-G {
    width: 100%;
	top: -560px;
}
	#content7-G {
  width: 100%;
	top: 50px;
}
	#content8-G {
  width: 100%;
	top: -380px;
}
		#content9-G {
  width: 100%;
	top: -950px;
}
  	#content10-G {
  width: 100%;
	top: -300px;
}
	 #content11-G {
    width: 100%;
	top: -860px;
}
	#content12-G {
    width: 100%;
	top: -860px;
}
		#content13-G {
    width: 100%;
	top: -860px;
}
		#content1-h{
		width: 100%;
		top: 150px;
	
	}
	#content2-h{
		width: 100%;
		top: 30px;
	}
	#content3-h{
		width: 100%;
		top: 0px;
	}
 #content4-h {
    width: 100%;
	top: -160px;
}
	
	
	#content-1{
		max-width: 310px;
    margin: 0 15%;
    height: auto;
		background: #e5e5e5;
		box-shadow: 0px 2px 20px rgba(44, 158, 242, 0.7);
	}
	#content-2{
		max-width: 310px;
    margin: 0 15%;
    height: auto;
				box-shadow: 0px 2px 20px rgba(44, 158, 242, 0.7);
	}
	#content-3{
		max-width: 310px;
    margin: 0 15%;
    height: auto;
				box-shadow: 0px 2px 20px rgba(44, 158, 242, 0.7);
	}
	#content-4 {
    max-width: 310px;
    margin: 0 15%;
    height: auto;
		background: #75B9BE;
	}
	#content-5 {
    max-width: 310px;
    margin: 0 15%;
    height: auto;
		background: #987284;
	}
	#content-6 {
    max-width: 310px;
    margin: 0 15%;
    height: auto;
		background: #D0D6B5;
	}
	#content-7 {
    max-width: 310px;
    margin: 0 15%;
    height: auto;
	}
		#content-8 {
    max-width: 310px;
    margin: 0 15%;
    height: auto;
		box-shadow: 0px 2px 20px rgba(13, 172, 197, 0.7);
	}
		#content-9 {
    max-width: 310px;
    margin: 0 15%;
    height: auto;
		box-shadow: 0px 2px 20px rgba(13, 172, 197, 0.7);
	}
		#content-10 {
    max-width: 310px;
    margin: 0 15%;
    height: auto;
			background: #e1e1e0;
		box-shadow: 0px 2px 20px rgba(13, 172, 197, 0.7);
	}
		#content-11 {
    max-width: 310px;
    margin: 0 15%;
    height: auto;
		background: #c09948;
	}
	#content-12 {
    max-width: 310px;
    margin: 0 15%;
    height: auto;
		background: #e9e9e7;
	}
	#content-13 {
    max-width: 310px;
    margin: 0 15%;
    height: auto;
		background: #f3d85f;
	}
		#content-1h{
		max-width: 310px;
    margin: 0 15%;
    height: auto;
		background: #e5e5e5;
		box-shadow: 0px 2px 20px rgba(44, 158, 242, 0.7);
	}
	#content-2h{
		max-width: 310px;
    margin: 0 15%;
    height: auto;
				box-shadow: 0px 2px 20px rgba(44, 158, 242, 0.7);
	}
	#content-3h{
		max-width: 310px;
    margin: 0 15%;
    height: auto;
				box-shadow: 0px 2px 20px rgba(44, 158, 242, 0.7);
	}
	#content-4h {
    max-width: 310px;
    margin: 0 15%;
    height: auto;
    box-shadow: 0px 0px 15px rgba(247, 252, 69, 0.7);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
				/*    linhas amarelas */ 
	#content-A1{
	     background-color: #fafe7c;
	}
		#content-A2{
	     background-color: #fafe7c;
	}
				/*   linhas amarelas */

#content-4h:hover {
    transform: scale(1.1); /* Aumenta ligeiramente o tamanho */
    box-shadow: 0px 0px 30px rgba(247, 252, 69, 1); /* Torna a sombra mais intensa */
    cursor: pointer; /* Indica que é clicável */
	background: #ffe615;
}

	
	
	/* Estilo do ponto amarelo */
.yellow-point {
    position: absolute;
    top: -590px; /* Ajuste conforme necessário */
    left: 49.3%; /* Centraliza */
    width: 30px;
    height: 30px;
    background-color: #fff5a3;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    z-index: 2;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.yellow-point:hover {
    transform: scale(1.3);
    box-shadow: 0 0 15px rgba(255, 255, 0, 0.8);
}


/* Caixa de informações */
.info-box {
    position: fixed;
    top: 50%;
  	text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 1);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.3);
    z-index: 100;
    display: none;
    max-width: 40%; /* Largura máxima de 40% da tela */
    max-height: 70%; /* Altura máxima de 70% da tela */
    height: auto; /* Altura automática para ajustar o conteúdo */
    width: auto; /* Largura automática para ajustar o conteúdo */
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    overflow: auto;
}
	.info-title {
    margin-bottom: 0.5rem;
}

.info-description {
    line-height: 1.6;
    margin-top: 1rem;
    color: #555;
}
.info-box.active {
	 visibility: visible;
    opacity: 1;
	}
.social-icons {
    margin-top: 10px;
    text-align: center;
}

.social-icons a {
    margin: 0 10px;
    color: #0274be; /* Cor dos ícones */
    font-size: 24px; /* Tamanho dos ícones */
    text-decoration: none;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #005b9e; /* Cor ao passar o mouse */
}

/* Estilos do overlay */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    z-index: 5;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Título */
.timeline-content h3 {
    margin: 0 0 10px;
}

/* Imagens */
.timeline-content img {
    max-width: 100%;
    height: auto;
}


				/*  projetos  galeria  */
.page-id-4395{
	background-color: #f0f0f0;
}
#post-4395{
	background-color: #f0f0f0;
}
.project-main-title{
	border-radius: 30px;
	box-shadow: 0 2px 9px rgb(0,0,0,1);
	margin-bottom:20px;

}

.project-bar{
	margin-bottom: 20px;
}
.project-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  padding: 20px;
	border-radius: 30px;
	background-color: #fff ;
	box-shadow: 0 0 20px rgb(2,116,190,0.4);
}

.project-item {
  position: relative;
	padding:20px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.project-item:hover {
  transform: scale(1.03);
}

.project-item img {
		box-shadow: 0 2px 9px rgb(0,0,0,1);
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius:20px;
}
.project-item img:hover {
  box-shadow: 0 0 15px rgba(2, 116, 190, 1);
}

.project-title {
  position: relative;
	top: -50%;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background: rgba(0, 0, 0, 1);
  color: #fff;
  font-size: 1.4em;
  text-align: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.project-item:hover .project-title {
  opacity: 1;
}



			/*   fim projetos  galeria  */

	
	
			/*    galeria  */

.advanced-gallery {
    display: grid;
	  position: relative;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 40px;
    width: 100%;
    max-width: 90%;
    margin: auto;
    padding: 20px;
		top: -600px;
	  background: #fff;
}

.gallery-item {
    position: relative;
    display: grid;
    grid-row: span var(--row-span, 1);
    grid-column: span var(--col-span, 2);
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item:hover {
    transform: scale(1.05);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.3);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-item:hover .overlay {
    transform: translateY(0);
}

.overlay h3 {
    margin: 0;
    font-size: 1.2rem;
}

.overlay p {
    margin: 5px 0 0;
    font-size: 0.9rem;
    color: #ddd;
}


		/*    fim galeria  */
	
	
		/*    fim pagina sobre  */





		/*    Referencias  */

.page-id-5472{
	  background: #ebebeb;
}
#post-5472 {
    background: transparent;
}
.references-content h1{
	font-size: 3.5em!important;
	color:#ffff!important;
  padding: 30px;
	background-color: #0274BE;
}

	.references-content {
    background-color: #ffffff; /* bg-white */
    padding: 1.5rem 2rem; /* p-6 md:p-8 */
    border-radius: 40px; /* rounded-lg */
    box-shadow: 0  6px 15px rgba(0, 0, 0, 0.6); /* shadow-xl */
    max-width: 42rem; /* max-w-2xl (equivalente a 672px) */
    width: 100%; /* w-full */
}

/* Estilos para o título */
.references-content h1 {
    font-size: 1.875rem; /* text-3xl */
    line-height: 2.25rem;
    font-weight: 700; /* font-bold */
    text-align: center; /* text-center */
    color: #1f2937; /* text-gray-800 */
    margin-bottom: 1.5rem; /* mb-6 */
}

/* Estilos para o parágrafo de introdução */
.references-content p {
    color: #4b5563; /* text-gray-600 */
    text-align: center; /* text-center */
    margin-bottom: 2rem; /* mb-8 */
}

/* Estilos para a lista de referências */
.references-content ul {
    list-style: none; /* remove marcadores de lista */
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    row-gap: 1rem; /* space-y-4 */
}

/* Estilos para cada item da lista */
.references-content li {
    padding: 0.75rem; /* p-3 */
    background-color: #f9fafb; /* bg-gray-50 */
    border-radius: 0.375rem; /* rounded-md */
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); /* shadow-sm */
    color: #374151; /* text-gray-700 */
    font-size: 1rem; /* text-base */
}

/* Ajustes de fonte para ecrãs maiores */
@media (min-width: 768px) { /* md: */
    .references-content h1 {
        font-size: 2.25rem; /* md:text-4xl */
        line-height: 2.5rem;
    }
    .references-content li {
        font-size: 1.125rem; /* md:text-lg */
    }
    .references-content {
        padding: 2rem; /* md:p-8 */
    }
}

/* Estilos para os links dentro da lista */
.references-content a {
    color: #2563eb; /* text-blue-600 */
    text-decoration: underline; /* underline */
    font-weight: 500; /* font-medium */
}

/* Efeito de hover para os links (sempre bom ter, mas podes remover se não quiseres) */
.references-content a:hover {
    color: #1e40af; /* hover:text-blue-800 */
	
}



		/*  fim  Referencias  */



			/*        Footer      */


.footer-nav-widget {
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    padding: 1rem;  
    margin: 0 auto;
    max-width: 48rem; 
    
}

@media (min-width: 600px) { 
    .footer-nav-widget {
        flex-direction: row; 
        column-gap: 2rem; 
        row-gap: 0; 
    }


.footer-nav-widget a {
    color: white; 
    text-decoration: none; 
    font-size: 0.875rem; 
    white-space: nowrap; 
}

}
			/*       fim Footer      */




	
	
	



/*            telemovel         */

@media (max-width: 610px) {
	
	.Contactoall{
	border-radius: 20px;
	top: 40px;
	margin-left:0px!important;
	margin-right:0px!important;
}
	.horarioo{
		margin-top: -75px;
	}
	
	
	.main-navigation a {
    font-family: 'raleway', sans-serif;
}
	.woocommerce-MyAccount-navigation {
		padding-left:10px;
		padding-right: 10px;
	  margin-bottom: 20px;
    justify-content: center;
	}
	.woocommerce-MyAccount-navigation-link {
			    margin-left: 0 !important;
	}
		/*        header        */
.admin-bar #masthead {
    top: 32px; /* A altura padrão da barra de administração em desktop */
}
	#masthead {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);

    transition: transform 0.3s ease-in-out;
}

#masthead.header-hidden {
    transform: translateY(-100%);
}

body {
    padding-top: 69px;
}

.personal {
background: linear-gradient(to right, 
    #007bff 20%,    /* Azul ocupa os primeiros 10% */
    #ffc107 50%,    /* Amarelo transita do azul e vai até 40% (mais que o azul) */
    #007bff 70%    /* Verde transita do laranja até ao fim */
);

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent; 
    font-weight: bold; 
}
	
	
	
	
	#titulo-temp {
    text-align: center;
		text-transform: uppercase;
    font-size: 1.7rem;
		letter-spacing: 1px;
    position: relative;
    padding: 10px 20px;
    display: inline-block;
}
	
	
	
	/* Personalização   */		
		
.custom-sort-container {
    margin-bottom: 15px;
}

#customizable-products-grid {
 display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-left:5px;
	margin-right: 5px;
	gap: 10px;
 }
.custom-product-image-container {
    position: relative;
    width: 100%;
}

.custom-product-image {
    width: 100%;
    border-radius: 20px;
}

.custom-product-price {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: white;
  color: black;
  padding: 2px 12px;
  font-size:1.2rem;
  font-weight: bold;
  border-radius: 10px;
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
}

.custom-discount .custom-old-price {
    text-decoration: line-through;
    color: gray;
    margin-right: 5px;
}
.custom-discount .custom-new-price {
    color: red;
    font-weight: bold;
}

	
	
/* Personalização fim  */	
	


	
	
/* Fim Pagina Produtos       */
	
	
	
	/*        Pagina Sobre           */

.timeline {
    gap: 40px; /* Espaçamento entre os itens */
    padding: 80px 0;
    position: relative;
}
	.timeline-h {
    display: grid;
    padding: px 0;
		height: 1200px;
    position: relative;
}
#time-mobile {
    position: absolute;
    left: 10%;
    top: 10px;
    bottom: 0;
    width: 3px;
	  height:1200px;
    background: #000;
    z-index: 0;
}
/* Linha do tempo única */
.timeline-line {
    position: absolute;
    left: 10%;
    top: 10px;
    bottom: 0;
    width: 3px;
	  height:3000px;
    background: #000;
    z-index: 0;
}
	#data2023-h {
    position: relative; 
		width: 90%;
		text-align: center;
    background-color: #0274be;
		color: white;
    padding: 2px 20px; 
    border-radius: 20px; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
		height: 40%;
		left: calc(50% + 0px);
		transform: translate(-50%, 0);
}
	#data2023 {
    position: relative; 
		text-align: center;
    background-color: #0274be;
		width: 90%;
		color: white;
    padding: 2px 20px; 
    border-radius: 20px; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    top: -80px;
		left: calc(50% + 0px);
		transform: translate(-50%, 0);
}
	#data2024 {
    position: relative; 
		text-align: center;
		width: 90%;
		top: 80px;
    background-color: #0dacc4;
		color: white;
    padding: 2px 20px; 
    border-radius: 20px; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
		left: calc(50% + 0px);
		transform: translate(-50%, 0);
}
	#data2025 {
    position: relative; 
		text-align: center;
		width: 90%;
		top: 150px;
		color: white;
    padding: 2px 20px; 
		 background-color: #0f62c6;
    border-radius: 20px; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
		left: calc(50% + 0px);
		transform: translate(-50%, 0);
}


/* O ponto da linha do tempo */
.timeline-point {
    position: absolute;
	  top: -10px;
    left: 10.15%;
    height: 25px;
    width: 25px;
    background-color: #0274be;
    border-radius: 50%;
    border: 3px solid white;
    z-index: 1;
    transform: translateX(-50.15%);
}
	.timeline-point-2 {
    position: absolute;
	  top: -10px;
    left: 10.15%;
    height: 25px;
    width: 25px;
    background-color: #0dacc4;
    border-radius: 50%;
    border: 3px solid white;
    z-index: 1;
    transform: translateX(-50.15%);
}

/* Linha horizontal de cada item da linha do tempo */
.timeline-horizontal-line {
    left: 10%;
    background: #0274be;
    z-index: 2;
}
	#mobile-horizontal {
    transform: translate(-0%, 0);
		
	}
.timeline-title.left {
    position: absolute;
	   transform: translate(10%, 0);
    top: -30px;
		color: white;
	  background: #0274be;
	  padding: 2px 10px;
    border-radius: 10px 10px 0px 0px; 
}
	.timeline-title.right {
    position: absolute; 
    left: calc(30%);
    top: -30px;
		color: white;
	  background: #0274be;
	  padding: 2px 10px;
    border-radius: 10px 10px 0px 0px; 
    transform: translate(-50%, 0);
}
	#horizontal-left {
		    transform: translate(-0%, 0);
	}
	.timeline-horizontal-line-2 {
    position: absolute;
    left: 10%;
    top: 0px;
    height: 3px;
    width: 200px;
    background: #0dacc4;
    z-index: 1;
}
.timeline-title-2.left {
    position: absolute; 
	  transform: translate(10%, 0);
    right: calc(57%);
    top: -30px;
	  color: white;
	  background: #0dacc4;
	  padding: 2px 10px;
    border-radius: 10px 10px 0px 0px; 
}
	.timeline-title-2.right {
    position: absolute; 
    left: calc(30%);
    top: -30px;
		color: white;
	  background: #0dacc4;
	  padding: 2px 10px;
    border-radius: 10px 10px 0px 0px; 
}
	

/* Placeholder */
.placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	  max-width: 100%;
    height: 100%;
    z-index: 10;
}

/* Conteúdo geral dos itens */
.timeline-content {
	  position: relative;
    align-items: rigt;
    justify-content: right;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    width: 30%;
}




/* IDs individuais */
	#content1-G{
		width: 100%;
		top: -20px;
	
	}
	#content2-G{
		width: 100%;
		top: 0px;
	}
	#content3-G{
		width: 100%;
		top: 20px;
	}
 #content4-G {
    width: 100%;
	top: 40px;
}
	#content5-G {
    width: 100%;
	top: 40px;
}
		#content6-G {
    width: 100%;
	top: 40px;
}
	#content7-G {
  width: 100%;
	top: 650px;
}
	#content8-G {
  width: 100%;
	top: 120px;
}
		#content9-G {
  width: 100%;
	top: -140px;
}
  	#content10-G {
  width: 100%;
	top: 390px;
}
	 #content11-G {
    width: 100%;
  	top: 150px;
}
	#content12-G {
    width: 100%;
	  top: 120px;
}
		#content13-G {
    width: 100%;
	  top: 90px;
}
		#content1-h{
		width: 100%;
		top: 10px;
	
	}
	#content2-h{
		width: 100%;
		top: 50px;
	}
	#content3-h{
		width: 100%;
		top: 70px;
	}
 #content4-h {
    width: 100%;
	top: 60px;
}
	
	
	#content-1{
		width: 200px;
		height: auto;
    margin: 0 15%;
    ;background: #e5e5e5;
		box-shadow: 0px 2px 20px rgba(44, 158, 242, 0.7);	
	}
	#content-2{
		width: 200px;
    margin: 0 15%;
    height: auto;
				box-shadow: 0px 2px 20px rgba(44, 158, 242, 0.7);
	}
	#content-3{
		width: 200px;
    margin: 0 15%;
    height: auto;
				box-shadow: 0px 2px 20px rgba(44, 158, 242, 0.7);
	}
	#content-4 {
    width: 210px;
    margin: 0 15%;
    height: 70px;
		background: #75B9BE;
	}
	#content-5 {
    width: 210px;
    margin: 0 15%;
    height: 70px;
		background: #987284;
	}
	#content-6 {
    width: 210px;
    margin: 0 15%;
    height: 70px;
		background: #D0D6B5;
	}
	#content-7 {
    margin: 0 15%;
	}
		#content-8 {
    width: 200px;
    margin: 0 15%;
		box-shadow: 0px 2px 20px rgba(13, 172, 197, 0.7);
	}
		#content-9 {
    width: 200px;
    margin: 0 15%;
    height: auto;
		box-shadow: 0px 2px 20px rgba(13, 172, 197, 0.7);
	}
		#content-10 {
    width: 200px;
    margin: 0 15%;
    height: auto;
			background: #e1e1e0;
		box-shadow: 0px 2px 20px rgba(13, 172, 197, 0.7);
	}
		#content-11 {
    width: 160px;
    margin: 0 15%;
    height: 70px;
		background: #c09948;
	}
	#content-12 {
    width: 180px;
    margin: 0 15%;
    height: 70px;
		background: #e9e9e7;
	}
	#content-13 {
    width: 200px;
    margin: 0 15%;
    height: 70px;
		background: #f3d85f;
	}
		#content-1h{
		width: 200px;
    margin: 0 15%;
    height: auto;
		background: #e5e5e5;
		box-shadow: 0px 2px 20px rgba(44, 158, 242, 0.7);
	}
	#content-2h{
		width: 200px;
    margin: 0 15%;
    height: auto;
				box-shadow: 0px 2px 20px rgba(44, 158, 242, 0.7);
	}
	#content-3h{
		width: 200px;
    margin: 0 15%;
    height: auto;
				box-shadow: 0px 2px 20px rgba(44, 158, 242, 0.7);
	}
	#content-4h {
    width: 200px;
    margin: 0 15%;
    height: auto;
    box-shadow: 0px 0px 15px rgba(247, 252, 69, 0.7);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
				/*    linhas amarelas */ 
	#content-A1{
	     background-color: #fafe7c;
	}
		#content-A2{
	     background-color: #fafe7c;
	}
				/*   linhas amarelas */

#content-4h:hover {
    transform: scale(1.1); /* Aumenta ligeiramente o tamanho */
    box-shadow: 0px 0px 30px rgba(247, 252, 69, 1); /* Torna a sombra mais intensa */
    cursor: pointer; /* Indica que é clicável */
	background: #ffe615;
}

	
	
	/* Estilo do ponto amarelo */
.yellow-point {
    position: absolute;
    top: -610px; /* Ajuste conforme necessário */
    left: 6%; /* Centraliza */
    width: 30px;
    height: 30px;
    background-color: #fff5a3;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    z-index: 2;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.yellow-point:hover {
    transform: scale(1.3);
    box-shadow: 0 0 15px rgba(255, 255, 0, 0.8);
}


/* Caixa de informações */
.info-box {
    position: fixed;
    top: 50%;
    left: 50%;
	  text-align: center;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 1);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.3);
    z-index: 100;
    display: none;
    width: 80%;
    max-width: 100%;
	  height: 80%;
    max-height: 70%;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    overflow: auto;
}
		.info-title {
    margin-bottom: 0.5rem;
}

.info-description {
    line-height: 1.6;
    margin-top: 1rem;
    color: #555;
}
.info-box.active {
	 visibility: visible;
    opacity: 1;
	}
.social-icons {
    margin-top: 10px;
    text-align: center;
}

.social-icons a {
    margin: 0 10px;
    color: #0274be; /* Cor dos ícones */
    font-size: 24px; /* Tamanho dos ícones */
    text-decoration: none;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #005b9e; /* Cor ao passar o mouse */
}

/* Estilos do overlay */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    z-index: 5;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Título */
.timeline-content h3 {
    margin: 0 0 10px;
}

/* Imagens */
.timeline-content img {
    max-width: 100%;
    height: auto;
}
	
					/*  projetos  galeria  */
.project-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 15px;
  padding: 20px;
}

.project-item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.project-item:hover {
  transform: scale(1.03);
}

.project-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius:20px;
}

.project-title {
  position: relative;
	top: -50%;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 1.4em;
  text-align: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.project-item:hover .project-title {
  opacity: 1;
}



			/*   fim projetos  galeria  */
	
		/*    galeria  */

.advanced-gallery {
    display: grid;
    position: relative;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr)); /* Exemplo com minmax */
    gap: 15px;
    width: 90%;
    max-width: 1200px;
    margin:200px auto 0 auto;
    padding: 20px;
    background: #fff;
	  top:0px;
}


.gallery-item {
    position: relative;
    display: grid;
    grid-row: span var(--row-span, 1);
    grid-column: span var(--col-span, 1);
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item:hover {
    transform: scale(1.05);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.3);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-item:hover .overlay {
    transform: translateY(0);
}

.overlay h3 {
    margin: 0;
    font-size: 1.2rem;
}

.overlay p {
    margin: 5px 0 0;
    font-size: 0.9rem;
    color: #ddd;
}
}
	