body a,
body a:visited,
body a:hover,
body a:focus,
body a:active {
  text-decoration: none !important;
}
.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 */
@media (min-width: 1000px) {
.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;
}

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

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        */
	
/*        home        */
.main-image {
  position: relative;
  text-align: center;
  width: 96%;
  height: 80vh;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
 /*     animação     */
  animation: slideDown 1.2s ease-out forwards;
  opacity: 1; 
  transform: translateY(-800px);
}
@keyframes slideDown {
  to {
    opacity: 1;
	  transform: translateY(0);
  }
}
	
.main-titles {
  opacity: 0;
  animation: growScale 1.2s ease-out forwards;
}
@keyframes growScale {
  to {
    opacity: 1;
  }
}
 .main-titles h1{
	 position: absolute;
	 color: #fff;
	 top: 37%;
	 width: 100%;
   font-size: 7em;
   padding: 0px 20px;
	 text-shadow: 3px 5px 7px rgba(0, 0, 0, 1);
	 left: 50%;
   transform: translateX(-50%);
  }
	
 .main-titles h2{
	 position: absolute;
	 color: #fff;
	 top: 23%;
   font-size: 3em;
   padding: 0px 20px;
	 text-shadow: 3px 4px 3px rgba(0, 0, 0, 1);
   left: 50%;
   transform: translateX(-50%);
 }
	
.btn-main {
  position: absolute;
  bottom: 16%;
  left: 50%;
  transform: translateX(-50%);
  padding: 30px 50px;
  font-size: 2.5em;
  font-weight: 600; 
  color: #fff;
  background-color: #0274BE;
  border: 2px solid #0274BE;
  border-radius: 40px;
  box-shadow: 2px 5px 7px rgba(0, 0, 0, 0.8);
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn-main:hover {
  background-color: #fff;
	
}

/*        home  fim      */
	
	
	
	
	/*  3 opções de inicio  */
	
.categories-container {
  display: flex;
  justify-content: center;
  gap: 55px;

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

	
/* 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 {
  transition: transform 0.3s ease-in-out, border-radius 0.3s;
  overflow: hidden;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
  transition: transform 0.3s ease-in-out, border-radius 0.3s;
}

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

.woocommerce ul.products li.product .button.add_to_cart_button,
.woocommerce-page ul.products li.product .button.add_to_cart_button,

/* Esconder botões "Ler mais" (quando o produto está esgotado) */
.woocommerce ul.products li.product .button.product_type_simple,
.woocommerce-page ul.products li.product .button.product_type_simple {
  display: none !important;
}
@keyframes zoomIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.category-content .woocommerce ul.products li.product,
.category-content .woocommerce-page ul.products li.product {
  animation: zoomIn 0.5s ease-in-out;
}


	/*    fim das 3 opções    */
	
	
	
	
	
	/*       slide inicio        */
	
	
	/* Container do slider */
.image-slider {
    position: relative;
    width: 100%;
    height: 80vh;
    overflow: hidden;
   box-shadow: 0px 0px 25px rgba(0,0, 0, 0.8); 
}
.slide {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    opacity: 0;
    z-index: 1;
}

.slide.active {
    left: 0;
    opacity: 1;
    z-index: 2;
}
.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*      Conteúdo do slide      */
.slide-content {
    position: absolute;
    right: 7%; 
  top: 50%;
  transform: translateY(-50%);
    padding: 15px;
    border-radius: 15px;
    width: 800px;
}
.slide-content h1 {
		  text-shadow:  1px 1px 5px rgba(0, 0, 0, 0.9);
	  color: #fff;
    font-size: 4.5rem;
    margin: 0;
}
.slide-content p {
		  text-shadow:  1px 1px 5px rgba(0, 0, 0, 0.9);
	  color: white;
    font-size: 1.4rem;
    margin: 1px 0 ;
}

.prev-btn, .next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.0);
    color: white;
    border: none;
    font-size: 2rem;
    padding: 10px;
    cursor: pointer;
    z-index: 3;
	
}

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}

.prev-btn:hover, .next-btn:hover {
    background-color: rgba(256, 256, 256, 0.8);
	color: ;
	
}
	.see-more {
    display: inline-block;
    margin-top: 30px;
	  border: 2px solid #0274BE;
    padding: 10px 20px;
    background-color: #0274BE; 
    color: white;
    text-decoration: none; 
    font-size: 1.3rem;
    border-radius: 20px;
    transition: background-color 0.3s;
}
.see-more:hover {
    background-color: #fff; 
}
.see-more:focus {
    outline: none;
    background-color: #0274BE;
}
	
.slide-overlay {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, rgba(0,0,0,0.4) 30%, rgba(0,0,0,0) 70%);
    opacity: 0;
    transition: left 0.6s ease, opacity 0.6s ease;
    pointer-events: none;
    z-index: 0;
}
.slide:hover .slide-overlay {
    left: 0;
    opacity: 1;
}

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

	.variations_form .reset_variations {
    display: none !important;
		}
	.woocommerce ul.products li.product .variations_form,
.woocommerce ul.products li.product .variations {
  display: none !important;
}
		.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;   
}

	
	
.top-seller-container {
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5);
    position: relative;
	  display: none;
}

#top-seller-title {
    font-size: 3rem;
    font-weight: bold;
    text-align: center; 
    color: #0274BE; 
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    margin: 20px 0;
    position: relative;
    z-index: 10;
    background: linear-gradient(90deg, #0274BE, #0274BE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: transform 0.3s ease, color 0.3s ease;
}

.top-seller-product-box {
    display: flex;
    overflow: hidden;
    transition: transform 1s ease;
    position: relative;
}

.invisible {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.top-seller-product {
    display: flex;
	  overflow: hidden;
	  position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    flex: 0 0 20%;
    height: 200px;
	  padding: 15px ;
    margin-top: 20px;
	  margin-bottom: 10px;
  	overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}


.top-seller-container:hover {
    transform: scale(1.03);
    transition: transform 0.3s ease;
    box-shadow: 0px 1px 20px rgba(2, 116, 190, 0.9);
}

.top-seller-container:hover #top-seller-title {
    transform: scale(1.05);
    text-shadow: 2px 2px 12px rgba(22, 143, 222, 0.8);
}

.top-seller-product:hover {
    z-index: 10;
	  transform: scale(1.05);
	  transition: transform 0.3s ease;
}








	
	
/* 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  */	
	
	
	
	
	
/* categorias     */


/* Brincos */
	.topi-containers {
    display: flex;
    gap: 50px;
    justify-content: center;
    margin-bottom: 40px;
}

.topi-container {
    flex: 1;
    max-width:100%;
    height: 256px; 
    text-align: center;
    border: 2px solid #ddd;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.topi-container h3 {
    margin: 0;
    font-size: 1.9rem;
    color: white;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
    background: rgba(0, 0, 0, 0.5);
	opacity:0;
    padding: 5px 10px;
    border-radius: 5px;
}

.topi-container:hover {
    transform: scale(1.05);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}


.topi-container.active {
    transform: scale(1.1);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.5);
    border-color: #fff;
    border-width: 6px;
    background-color: rgba(255, 255, 255, 0.2); 
}
.topi-container:not(.active) {
    transition: transform 0.3s ease, width 0.5s ease;
    opacity: 0.7;

}
.brincos-container {
    border-radius: 10px;
    padding: 10px;
    padding-top: 40px;
    padding-bottom: 10px;
    transition: all 0.3s ease;
}
/* Brincos */


/* Contêineres iniciais */
.top-containers {
    display: flex;
    gap: 50px;
    justify-content: center;
    margin-bottom: 40px;
}

.top-container {
    flex: 1;
    max-width: 100%; /* Ajuste para ocupar todo o espaço disponível */
    height: 250px; /* Altura do contêiner */
    text-align: center;
    border: 2px solid #ddd;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease; /* Adição de transições suaves */
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

/* Título dentro do contêiner */
.top-container h3 {
    margin: 0;
    font-size: 1.2rem;
    color: white;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    border-radius: 5px;
}

/* Efeito de hover para o contêiner */
.top-container:hover {
    transform: scale(1.05);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

/* Estilo quando o contêiner está ativo */
.top-container.active {
    transform: scale(1.1);
    box-shadow: 0px 6px 15px rgba(255, 229, 66, 0.5);
    border-color: #ffe542;
    background-color: rgba(255, 255, 255, 0.2); /* Adicionando um efeito de brilho no fundo */
}
.header-with-link {
    display: flex;
    align-items: center;
	 justify-content: flex-start;
    gap: 40px;
    margin-bottom: 20px;
	  margin-top: 80px;
}

.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 {
    border-radius: 10px;
    padding: 10px;
	  padding-top: 40px;
	  padding-bottom: 100px;
    transition: all 0.3s ease;
}

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

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

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

/* Adicionando uma animação para uma transição mais suave */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.preview-container {
    position: absolute;
    top: 50%;
    right: 100px; /* Posicionado do lado direito */
    transform: translateY(-50%);
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}
	.category-title {
    transition: color 0.1s ease, transform 0.1s ease;
}

.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;
}
.coming-soon {
    font-size: 1.8rem;
    color: #333;
    text-align: center;
    margin-top: 40px;
}
	

	
		#content-1P-extra {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; 
  box-sizing: border-box; 
	overflow-x: hidden;
}


/* Efeito fade-in */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(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;
}

/* Carousel Mais Populares
          fim              */
	
	/* Cartão de produto */
#all-products-container {
  max-width: 75%;
  margin: 80px 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;
}






	
	


	
	/* Fim categorias      */
	
	
	
	
	
/* Fim Pagina Produtos       */

	
	
	
	
	
/*        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      */




	
	
	
	
	
	
	
	
/* Estilos para Tablet */
@media (max-width: 999px) and (min-width: 611px) {
	
		.horarioo{
		margin-top: -75px;
	}
	
		/*        header        */
.admin-bar #masthead {
    top: 32px; /* A altura padrão da barra de administração em desktop */
}
	#masthead {
    position: fixed;
    top: 0px;
    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(-160%);
}

body {
    padding-top: 71px;
}
	
	.main-navigation a {
    font-family: 'raleway', sans-serif;
}
	
.personal {
background: linear-gradient(to right, 
    #007bff 8%,    /* Azul ocupa os primeiros 10% */
    #ffc107 15%,    /* Amarelo transita do azul e vai até 40% (mais que o azul) */
    #007bff 25% 
);

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent; 
    font-weight: bold; 
}
	
		/*       fim header        */
	
	.woocommerce-MyAccount-navigation {
		padding-left:15px;
		padding-right: 15px;
	    margin-bottom: 20px;
    justify-content: center;
	}
	.woocommerce-MyAccount-navigation-link {
			    margin-left: 0 !important;
	}
	
  .main-image {
    position: relative;
    text-align: center;
    width: 96%;
    height: 70vh;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
  animation: slideDown 1.2s ease-out forwards;
  opacity: 1;
  transform: translateY(-700px);
}
@keyframes slideDown {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
	
.main-titles {
  opacity: 0;
  animation: growScale 1.2s ease-out forwards;
}
@keyframes growScale {
  to {
    opacity: 1;
  }
}
  .main-titles h2{
    position: absolute;
    left: 50%;
		top: 28%;
    font-size: 2.8em;
    transform: translateX(-50%);
    color: #ffffff;
		 text-shadow: 3px 4px 3px rgba(0, 0, 0, 1);
  }
  .main-titles h1 {
    position: absolute;
    left: 50%;
    top: 40%;
		width: 100%;
    font-size: 5.4em;
    transform: translateX(-50%);
    color: #ffffff;
		 text-shadow: 3px 5px 7px rgba(0, 0, 0, 1);	
 }

.btn-main {
  position: absolute;
  bottom: 14%;
  left: 50%;
  transform: translateX(-50%);
  padding: 25px 35px;
  font-size: 2.4em;
  font-family: "Albert Sans", sans-serif;
  font-weight: 600; 
  color: #fff;
  background-color: #0274BE;
  border: 2px solid #0274BE;
  text-decoration: none;
  border-radius: 35px;
  box-shadow: 2px 5px 7px rgba(0, 0, 0, 0.8);
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn-main:hover {
  background-color: #fff;
}
	
	
	
	/*      3 opções de inicio     */
	
.categories-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 0;
		margin-top: 2%;
  padding: 0px 0px;
  opacity: 0;
  transform: translateY(70px);
  animation: slideUp 1.2s ease-out forwards;
}
@keyframes slideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
	
.categories-container h5{
    font-size: 1.5em;
}
	
	
/*   Estilo para cada categoria    */
.category {
  padding: 0px 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.07);
}
.category::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #0274BE;
  transform: scaleX(0);
  transition: transform 0.4s ease-in-out;
}
.category.active::after {
  transform: scaleX(1);
}
.category-content {
  padding: 15px;
	margin-bottom: 5%;
}

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

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
  transition: transform 0.3s ease-in-out, border-radius 0.3s;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
  transform: scale(1.1);
  border-radius: 30px 30px 0px 0px;
}
.woocommerce ul.products li.product .button.add_to_cart_button,
.woocommerce-page ul.products li.product .button.add_to_cart_button,

/* Esconder botões "Ler mais" (quando o produto está esgotado) */
.woocommerce ul.products li.product .button.product_type_simple,
.woocommerce-page ul.products li.product .button.product_type_simple {
  display: none !important;
}
@keyframes zoomIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.category-content .woocommerce ul.products li.product,
.category-content .woocommerce-page ul.products li.product {
  animation: zoomIn 0.5s ease-in-out;
}
	
	/*    fim  3 opções de inicio   */
	
	
	
	
	
		/*    Container do slider     */
	
.image-slider {
    position: relative;
    width: 100%;
    height: 50vh;
    overflow: hidden;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.6); 
    display: flex;
    align-items: center; 
    justify-content: center;
}

.slide {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    opacity: 0;
    z-index: 1;
}

.slide.active {
    left: 0;
    opacity: 1;
    z-index: 2;
}

/* Faz com que as imagens não causem espaço extra */
.slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Conteúdo do slide */
.slide-content {
position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 15px;
  border-radius: 15px;
  width: 500px;
}

/* Estilo para o título */
.slide-content h1 {
	  color: white;
	  text-shadow:  1px 1px 5px rgba(0, 0, 0, 0.9);
    font-size: 3rem;
    margin: 0;
}

/* Estilo para a descrição */
.slide-content p {
		  color: white;
	 text-shadow:1px 1px 5px rgba(0, 0, 0, 0.9);
    font-size: 1.2rem;
    margin: 5px 0 0;
}

/* Botões */
.prev-btn, .next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.0);
    color: white;
    border: none;
    font-size: 2rem;
    padding: 10px;
    cursor: pointer;
    z-index: 3;
    border-radius: 50%;
}

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}

.prev-btn:hover, .next-btn:hover {
    background-color: rgba(2, 116, 190, 0.8);
	
}
	.see-more {
    display: inline-block;
    padding: 10px 20px;
		margin-top: 3%;
    background-color: #007bff; /* Cor de fundo do link */
    color: white;
    text-decoration: none; /* Remove o sublinhado padrão */
    font-size: 1rem;
    border-radius: 20px;
    transition: background-color 0.3s;
	  border: 2px solid #0274BE;
}

/* Hover effect para o link */
.see-more:hover {
    background-color: #fff; /* Cor do fundo ao passar o mouse */
}

/* Focus effect (caso o usuário clique) */
.see-more:focus {
    outline: none;
    background-color: #004085; /* Cor do fundo quando focado */
}
	.slide-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0) 70%);
    pointer-events: none;
    z-index: 0;
 	  opacity: 0.8;

}


	
		/*    slide fim   */
	
	#titulo-temp {
    text-align: center;
    font-size: 3rem;
		text-transform: uppercase;
    position: relative;
		letter-spacing: 1px;
    padding: 10px 20px;
    display: inline-block;
}
	
	
 /* Personalização   */		
		


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

#customizable-products-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}


.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.3em;
    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  */	
	
	
	
	/*      Pagina Produtos         */

	
		.variations_form .reset_variations {
    display: none !important;
		}
	.woocommerce ul.products li.product .variations_form,
.woocommerce ul.products li.product .variations {
  display: none !important;
}
	.variations_form {
  padding: 20px;
  background-color: rgba(234, 234, 234, 0.9);
	border-radius: 20px;
  width: 100%; 
	margin-top: 20px;
  max-width: 800px;   
}
	
.top-seller-container {
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0px 1px 20px rgba(2, 116, 190, 0.9);
    position: relative;
	  max-width: 90%;
		display: none;
}

#top-seller-title {
    font-size: 3rem;
    font-weight: bold;
    text-align: center; 
    color: #0274BE; 
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    margin: 20px 0;
    position: relative;
    z-index: 10;
    background: linear-gradient(90deg, #0274BE, #0274BE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	    text-shadow: 2px 2px 12px rgba(22, 143, 222, 0.8);
    transition: transform 0.3s ease, color 0.3s ease;
}

.top-seller-product-box {
    display: flex;
    overflow: hidden;
    transition: transform 1s ease;
    position: relative;
}

.invisible {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.top-seller-product {
    display: flex;
	  overflow: hidden;
	  position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    flex: 0 0 30%;
    height: 200px;
	  padding: 15px ;
    margin-top: 1px; 
	  margin-bottom: 1px;
  	overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}


.top-seller-product:hover {
	  transform: scale(1.05);
	  transition: transform 0.3s ease;
}


	
	
	
	
	/* categorias     */	

	
/* Contêineres iniciais */
.top-containers {
    display: flex;
    gap: 40px;
    justify-content: center;
    margin-bottom: 40px;
}

.top-container {
    flex: 1;
    max-width: 43%; /* Ajuste para ocupar todo o espaço disponível */
    height: 180px; /* Altura do contêiner */
    text-align: center;
    border: 2px solid #ddd;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease; /* Adição de transições suaves */
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

/* Título dentro do contêiner */
.top-container h3 {
    margin: 0;
    font-size: 1.2rem;
    color: white;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    border-radius: 5px;
}

/* Efeito de hover para o contêiner */
.top-container:hover {
    transform: scale(1.05);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

/* Estilo quando o contêiner está ativo */
.top-container.active {
    transform: scale(1.1);
    box-shadow: 0px 6px 15px rgba(255, 229, 66, 0.5);
    border-color: #ffe542;
    background-color: rgba(255, 255, 255, 0.2); /* Adicionando um efeito de brilho no fundo */
}
.header-with-link {
    display: flex;
    align-items: center;
	 justify-content: flex-start;
    gap: 40px;
	  margin-top: 40px;
    padding: 20px;
}

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

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

.see-all:hover,
.toggle-see-all:hover{
	  transform: scale(1.1);
	  transition: transform 0.3s ease;
}
	
.bottom-container {
    padding: 15px;
	  padding-top: 30px;
	  padding-bottom: 100px;
    transition: all 0.3s ease;
}

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

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

.hidden {
    display: none;
}
/* Efeito de transição para suavizar a mudança de categorias */
.bottom-content.active {
    animation: fadeIn 0.5s ease-out;
}
/* Adicionando uma animação para uma transição mais suave */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.preview-container {
    position: absolute;
    top: 50%;
    right: 30px; /* Posicionado do lado direito */
    transform: translateY(-50%);
    width: 50%; 
    max-width: 400px;
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: center;
    border-radius: 15px;

    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}
.category-title {
    transition: color 0.1s ease, transform 0.1s ease;
}

.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;
}
.coming-soon {
    font-size: 1.8rem;
    color: #333;
    text-align: center;
    margin-top: 40px;
}

	
	
	
	#content-1P-extra {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  box-sizing: border-box;
	overflow-x: hidden;
}
	.promo-container {
    position: relative;
    width: 100%;
}

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

.promo-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 40px; /* Espaçamento confortável */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0,0,0,0.01), transparent); 
    border-radius: 12px;
    overflow: hidden;
}

/* Caixa de texto com fundo branco */
.promo-text {
    text-align: center;
    padding: 200px 50px;
}

.promo-text h3 {
    margin: 0;
    font-size: 2rem;
    font-weight: bold;
    color: #fff; /* Título preto para contraste */
}

.promo-text p {
    margin: 5px 0 10px;
    font-size: 1.2rem;
    font-weight: 400;
    color: #fff; /* Cinza escuro para melhor legibilidade */
}

/* Produto destacado */
.promo-product {
    display: block;
    width: 200px;
    height: auto;
    border-radius: 15px;
    overflow: hidden;
    padding: 15px; 
	  background: #fff;
}

.promo-product img {
    width: 100%;
    border-radius: 10px;
    transition: transform 0.4s ease, box-shadow 0.3s ease;
}

.promo-product:hover {
    transform: scale(1.08);
	  box-shadow: 0px 6px 15px rgba(256, 256, 256, 0.5);
}

/* Efeito fade-in */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.promo-overlay, .promo-text, .promo-product {
    animation: fadeIn 0.8s ease-in-out;
}
	
	
	
	

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

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

.product-card {
  min-width: 200px;
  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;
}

/* Estilização padrão dos preços */
[id^="product-price-"] {
  font-size: 1rem;
  color: #000; 
  display: inline-block;
  padding: 8px 15px;
  background: #ffff;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}

/* Quando o produto tem desconto */
[id^="product-price-"] del { 
  color: #777; /* Cinza para o preço antigo */
  font-size: 0.8rem;
	  margin-right: 5px;
}

[id^="product-price-"] ins { 
  color: #e60000; /* Vermelho para o novo preço */
  font-size: 1rem;
	background: #fff; 
  padding: 8px 5px;
  border-radius: 8px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	 padding-top: 4px;
	
}

/* Carousel Mais Populares
          fim              */


	
	
	/* Cartão de produto */
#all-products-container {
  max-width: 90%;
  margin: 20px auto;
  padding: 20px;
}
.sort-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.divider {
  height: 2px;
  margin-bottom: 20px;
}
#custom-products-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
	gap: 30px;
 }
.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: inline-block;
 aspect-ratio: 2/2.5;
  width: 100%; 
	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);
}

.discounted-price {
  display: flex;
  justify-content: flex-end; /* Alinha os preços à direita */
  align-items: center; /* Alinha os preços no centro verticalmente */
  gap: 10px; /* Espaçamento entre os preços */
}

.discounted-price .old-price {
  text-decoration: line-through;
  color: grey;
  font-size: 0.7rem; /* Tamanho de fonte ajustado */
}

.discounted-price .new-price {
  color: #0274be;
  font-size: 0.7rem; /* Tamanho de fonte ajustado */
  font-weight: bold;
}


	
	
	
	
	
	
	
	
	
	/* Fim categorias      */
	
	
	
	
	
	
	
/* Fim Pagina Produtos       */
	
	
	
	
	
	/*        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:  0px;
    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;
		text-align: center;
		width: 80%;
    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;
		top: -450px;
		width: 80%;
	  text-align: center;
    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: 80%;
    top: -750px;
		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);
}

/* 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);
}
	.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);
}
	.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);
}
	.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);
}
	
.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: 30%;
}

/* 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: 20px;
	
	}
	#content2-G{
		width: 100%;
		top: -200px;
	}
	#content3-G{
		width: 100%;
		top: -250px;
	}
 #content4-G {
    width: 100%;
	top: -530px;
}
	#content5-G {
    width: 100%;
	top: -530px;
}
		#content6-G {
    width: 100%;
	top: -530px;
}
	#content7-G {
  width: 100%;
	top: 50px;
  right: 6px;
}
	#content8-G {
  width: 100%;
	top: -400px;
}
		#content9-G {
  width: 100%;
	top: -900px;
}
  	#content10-G {
  width: 100%;
	top: -360px;
}
	 #content11-G {
    width: 100%;
	top: -840px;
}
	#content12-G {
    width: 100%;
	top: -840px;
}
		#content13-G {
    width: 100%;
	top: -840px;
}
		#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%;
    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: 70%;
    max-width: 100%;
	  height: 70%;
    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(200px, 1fr));
  gap: 15px;
  padding: 20px;
}

.project-item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 20px;
  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(200px, 1fr));
    gap: 20px;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 20px;
		top: -700px;
	  background: #fff;
}

.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;
}


		/*    fim galeria  */
	}
	
	









/*            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; 
}
	
		/*       fim header        */
  .main-image {
    position: relative;
    text-align: center;
    width: 96%;
    height: 60vh;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
   /* animação ao carregar a página */
  animation: slideDown 1.2s ease-out forwards;
  opacity: 1; /* começa invisível */
  transform: translateY(-320px); /* começa mais acima */
}

@keyframes slideDown {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
	.main-titles {
  opacity: 0;
  animation: growScale 1.2s ease-out forwards;
}
@keyframes growScale {
  to {
    opacity: 1;
  }
}

  .main-titles h1{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
		 text-shadow: 0px 2px 3px rgba(0, 0, 0, 1);
    top: 40%;
		width: 100%;
    font-size: 2.8em;
  }
  .main-titles h2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    z-index: 2;
		 text-shadow: 0px 2px 3px rgba(0, 0, 0, 1);	
		top: 30%;
    font-size: 1.5em;

 }
	
.btn-main {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 20px;
  font-size: 1.4em;
  font-weight: 600; 
  color: #fff;
  background-color: #0274BE;
  border: 2px solid #0274BE;
  text-decoration: none;
  border-radius: 35px;
  box-shadow: 2px 5px 7px rgba(0, 0, 0, 0.8);
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn-main:hover {
  background-color: #fff;

}
	
	
	
	
/*     opções dos 3 nomes     */

/* Container das categorias */
.categories-container {
  display: flex;
  justify-content: center;
	padding: 0px 0px;
  /* animação */
  opacity: 0;
  transform: translateY(60px);
  animation: slideUp 1.2s ease-out forwards;
}

@keyframes slideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
	
.categories-container h2{
		  font-size: 1.2em;
}
.categories-container h2:nth-child(1) {
  transform: translateY(1rem);
  left: 10%;
}

/* Segunda opção: Promoções (mais para cima) */
.categories-container h2:nth-child(2) {
  transform: translateY(-1.5rem);
}

/* Terceira opção: Novidades */
.categories-container h2:nth-child(3) {
  transform: translateY(1rem);
	  right: 10%;
}
/* Estilo para cada categoria */
.category {
  padding: 0px 10px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out, color 0.3s;
  position: relative;
  color: #333;
  margin: 0;
}
.category:hover {
  transform: scale(1.1);
  color: #0274BE;
}
.category.active {
  color: #0274BE;
}

.category.active::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #0274BE;
}
.category-content {
  margin-top: 5px;
  padding: 0px;
}

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

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
  transition: transform 0.3s ease-in-out, border-radius 0.3s;
}

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

.woocommerce ul.products li.product .button.add_to_cart_button,
.woocommerce-page ul.products li.product .button.add_to_cart_button,

/* Esconder botões "Ler mais" (quando o produto está esgotado) */
.woocommerce ul.products li.product .button.product_type_simple,
.woocommerce-page ul.products li.product .button.product_type_simple {
  display: none !important;
}

/* Animação de entrada para os produtos */
@keyframes zoomIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Aplicar a animação aos produtos dentro de cada .category-content */
.category-content .woocommerce ul.products li.product,
.category-content .woocommerce-page ul.products li.product {
  animation: zoomIn 0.5s ease-in-out;
}
	
	
	
  /*     Container do slider       */
.image-slider {
    position: relative;
    width: 100%;
    height: 52vh;
    overflow: hidden;
    box-shadow: 0px 0px 25px rgba(0,0, 0, 0.8); 
}

	/*          Slides           */
.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    opacity: 0;
    z-index: 1;
}

.slide.active {
    left: 0;
    opacity: 1;
    z-index: 2;
}

/* Imagens */
.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Conteúdo do slide */
.slide-content {
    position: absolute;
  	text-align: center; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
}

/* Estilo para o título */
.slide-content h1 {
		  text-shadow:  1px 1px 5px rgba(0, 0, 0, 0.9);
    font-size: 1.7rem;
    margin: 0;
	  color: white;
}

/* Estilo para a descrição */
.slide-content p {
  display: none;
}

/* Botões */
.prev-btn, .next-btn {
    position: absolute;
    top: 80%;
    background-color: rgba(0, 0, 0, 0.0);
    color: white;
    border: none;
    font-size: 2rem;
    padding: 10px;
    cursor: pointer;
    z-index: 3;
    border-radius: 50%;
}

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}

.prev-btn:hover, .next-btn:hover {
    background-color: rgba(265, 265, 265, 0.8);
	  color: white;
	
}
	.see-more {
    display: inline-block;
    padding: 6px 10px;
	  background-color: #0274BE;
    color: white;
    text-decoration: none;
    font-size: 1rem;
    border-radius: 20px;
		  border: 2px solid #0274BE;
}
	.see-more:hover {
	  background-color: #fff;
	}
	
		/*    slide fim   */
	
	#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  */	
	
	
		/*      Pagina Produtos         */
	
		.variations_form .reset_variations {
    display: none !important;
		}
	.woocommerce ul.products li.product .variations_form,
.woocommerce ul.products li.product .variations {
  display: none !important;
}
		.variations_form {
  padding: 20px;
  background-color: rgba(234, 234, 234, 0.6);
	border-radius: 20px;
  width: 100%; 
	margin-top: 20px;
  max-width: 800px;   
}
	
.top-seller-container {
    padding: 5px;
    border-radius: 20px;
    box-shadow: 0px 1px 20px rgba(2, 116, 190, 0.9);
    position: relative;
	  max-width: 97%;
		display: none;
}

#top-seller-title {
    font-size: 1.9rem;
    font-weight: bold;
    text-align: center; 
    color: #0274BE; 
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    margin: 20px 0;
    position: relative;
    z-index: 10;
    background: linear-gradient(90deg, #0274BE, #0274BE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	    text-shadow: 2px 2px 12px rgba(22, 143, 222, 0.8);
    transition: transform 0.3s ease, color 0.3s ease;
}

.top-seller-product-box {
    display: flex;
    overflow: hidden;
    transition: transform 1s ease;
    position: relative;
}

.invisible {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.top-seller-product {
    display: flex;
	  overflow: hidden;
	  position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    flex: 0 0 52%;
	  padding: 15px ;
  	overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}


.top-seller-product:hover {
	  transform: scale(1.05);
	  transition: transform 0.3s ease;
}
	
	
/* categorias     */	
		
/* brincos     */	
	.topi-containers {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 50px;
    overflow: hidden;
}

.topi-container {
    flex: 1;
    max-width: 100%; /* Ajuste para ocupar todo o espaço disponível */
    height: 120px;
    text-align: center;
    border: 2px solid #ddd;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, width 0.5s ease;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.topi-container h3 {
    margin: 0;
    font-size: 1.9rem;
    color: white;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
    background: rgba(0, 0, 0, 0.5);
	opacity:0;
    padding: 5px 10px;
    border-radius: 5px;
}

.topi-container:hover {
    transform: scale(1.05);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}


.topi-container.active {
    transform: scale(1.2); /* Aumenta mais do que no hover */
    box-shadow: 0px 6px 15px rgba(255, 229, 66, 0.5);
    border-color: #ffe542;
    background-color: rgba(255, 255, 255, 0.2); /* Adicionando um efeito de brilho no fundo */
    width: 60%; /* Torna o container ativo muito maior */
    position: absolute;
    z-index: 10; /* Garante que fique sobre os outros */
	 left: 10%;
}
.topi-container:not(.active) {
    transition: transform 0.3s ease, width 0.5s ease;
    transform: scale(0.9);
    opacity: 0.7;
	  left:78%;
}
.brincos-container {
    border-radius: 10px;
    padding: 10px;
    padding-top: 40px;
    padding-bottom: 10px;
    transition: all 0.3s ease;
}
/* brincos     */	
	
	
	

/* Contêineres iniciais */
.top-containers {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 50px;
    overflow: hidden; /* Evita que a rolagem ocorra inesperadamente */
}

.top-container {
    flex: 1;
    max-width: 100%; /* Ajuste para ocupar todo o espaço disponível */
    height: 120px;
    text-align: center;
    border: 2px solid #ddd;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, width 0.5s ease;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

/* Título dentro do contêiner */
.top-container h3 {
    margin: 0;
    font-size: 1rem;
    color: white;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    border-radius: 5px;
}

/* Efeito de hover para o contêiner */
.top-container:hover {
    transform: scale(1.05);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

/* Estilo quando o contêiner está ativo */
.top-container.active {
    transform: scale(1.2); /* Aumenta mais do que no hover */
    box-shadow: 0px 6px 15px rgba(255, 229, 66, 0.5);
    border-color: #ffe542;
    background-color: rgba(255, 255, 255, 0.2); /* Adicionando um efeito de brilho no fundo */
    width: 60%; /* Torna o container ativo muito maior */
    position: absolute;
    z-index: 10; /* Garante que fique sobre os outros */
	 left: 10%;
}

/* Mantém os containers inativos no lugar */
.top-container:not(.active) {
    transition: transform 0.3s ease, width 0.5s ease;
    transform: scale(0.9);
    opacity: 0.7;
	  left:78%;
}

.header-with-link {
    margin-bottom: 20px;
}

.header-with-link h2 {
    margin: 0;
    font-size: 1.7rem; 
	    margin-bottom: 20px;
}

.see-all, .toggle-see-all {
    font-size: 1.2rem;
    color: #007bff;
    text-decoration: none;
	  border: 1px solid #007bff;
    border-radius: 25px;
  	padding:2px 10px;
}

.see-all:hover,
.toggle-see-all:hover {
    transition: transform 0.3s ease;
}

.bottom-container {
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 100px;
    transition: all 0.3s ease;
}

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

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

.hidden {
    display: none;
}

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

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

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

	#content-1P-extra {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; 
  box-sizing: border-box; 
	overflow-x: hidden;
}

/* Adicionando uma animação para uma transição mais suave */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.coming-soon {
    font-size: 1.8rem;
    color: #333;
    text-align: center;
    margin-top: 40px;
}
	

	.promo-container {
    position: relative;
    width: 100%;
}

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

.promo-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 40px; /* Espaçamento confortável */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0,0,0,0.01), transparent); 
    border-radius: 12px;
    overflow: hidden;
}

/* Caixa de texto com fundo branco */
.promo-text {
    text-align: center;
    padding: 200px 50px;
}

.promo-text h3 {
    margin: 0;
    font-size: 2rem;
    font-weight: bold;
    color: #fff; /* Título preto para contraste */
}

.promo-text p {
    margin: 5px 0 10px;
    font-size: 1.2rem;
    font-weight: 400;
    color: #fff; /* Cinza escuro para melhor legibilidade */
}

/* Produto destacado */
.promo-product {
    display: block;
    width: 200px;
    height: auto;
    border-radius: 15px;
    overflow: hidden;
    padding: 15px; 
	  background: #fff;
}

.promo-product img {
    width: 100%;
    border-radius: 10px;
    transition: transform 0.4s ease, box-shadow 0.3s ease;
}

.promo-product:hover {
    transform: scale(1.08);
	  box-shadow: 0px 6px 15px rgba(256, 256, 256, 0.5);
}

/* Efeito fade-in */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.promo-overlay, .promo-text, .promo-product {
    animation: fadeIn 0.8s ease-in-out;
}
	
	
	
	

/* 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: 140px;
  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;
}


/* Carousel Mais Populares
          fim              */


	
	
	/* Cartão de produto */
#all-products-container {
  max-width: 90%;
  margin: 1px auto;
	margin-top: 20px;
  padding: 10px;
}
.sort-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.divider {
  height: 2px;
  margin-bottom: 25px;
}
#custom-products-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-left:5px;
	margin-right: 5px;
	gap: 10px;
 }
.product-card-low {
  border-radius: 20px;
  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: inline-block;
  aspect-ratio: 2/2.45;
  width: 100%;
}

.product-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Estilo padrão do preço */
.product-price-overlay {
  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);
}

/* Preços com desconto */
.discounted-price {
  display: flex;
  justify-content: flex-end; /* Alinha os preços à direita */
  align-items: center; /* Alinha os preços no centro verticalmente */
  gap: 5px; /* Espaçamento entre os preços */
}

.discounted-price .old-price {
  text-decoration: line-through;
  color: grey;
  font-size: 0.6rem; /* Tamanho de fonte ajustado */
}

.discounted-price .new-price {
  color: #0274be;
  font-size: 0.7rem; /* Tamanho de fonte ajustado */
  font-weight: bold;
}
.product-card-low h4 {
    color: #333;
    text-align: center;
		  font-size: 1.3em;
}

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

/* 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;
}

	
	
	
	
	
	
	
	
	/* Fim categorias      */
	
	
	
/* 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;
}


		/*    fim galeria  */
		
		

