@charset "UTF-8";
/* CSS Document */

* { box-sizing: border-box; margin: 0; padding: 0; }
    body {font-family: "TikTok Sans", sans-serif;  line-height: 1.6; overflow-x: hidden; }
    section.fade-up, img.fade-up { opacity: 0; transform: translateY(40px); }

    #preloader {position: fixed;top: 0; left: 0; width: 100%; height: 100%;background: #015F00; color: #fff;display: flex; align-items: center; justify-content: center;flex-direction: column; z-index: 99999; he}
    #counter { font-size: 7rem; font-weight: bold; }
    #preloader-logo { font-size: 1rem; font-weight: 400; margin-bottom: 0px; }

    section { padding: 80px 20px; }
    h1, h2 { margin-bottom: 20px; }

	.logo a { display: flex; align-items: center; text-decoration: none;}
    .logo-svg { width: 34%; height: auto; max-width: 100%; transition: transform 0.3s ease; z-index: 9999; position: relative}
    .logo-svg:hover { transform: scale(1.05);}  
	.logopreloading-svg { width: 54%; height: auto; max-width: 100%; transition: transform 0.3s ease;}
	  
    /*.navbar {
       top: 0; width: 100%;
      background: rgba(0,0,0,0.7); color: white; z-index: 9999; padding: 10px 20px;
    }*/
	.navbar {position: fixed;top: 0;width: 100%;background: rgba(1,95,0,1);color: white;z-index: 9999;padding: 10px 20px;transition: top 0.3s ease-in-out;}
	  
    .nav-container {
      display: flex; align-items: center; justify-content: space-between;max-width: 1500px; margin: 0 auto;}
    .logo { font-size: 1.5rem; font-weight: bold; z-index: 9999; position: relative}
	  
    .nav-links {list-style: none; display: flex; gap: 20px;}
    .nav-links li a {color: white; text-decoration: none; font-weight: 500; transition: color 0.3s;}
    .nav-links li a:hover { color: #ccc; }
    .hamburger {
      display: none; flex-direction: column; cursor: pointer; gap: 5px;}
    .hamburger span {width: 25px; height: 3px; background: white; display: block;}

    .header-video { position: relative; height: 100vh; overflow: hidden; background-color: rgba(0, 0, 0, 0.2); z-index: 0; text-align: center; }
    .header-video video {position: absolute; top: 50%; left: 50%;min-width: 100%; min-height: 100%;transform: translate(-50%, -50%);object-fit: cover; z-index: -1;}
	.header-video h1 {font-size: 3.8em; line-height: 1.2em; width: 60%; justify-content: center; text-align: center; margin: 0 auto}
	  
	.video-overlay {position: absolute;top: 0;left: 0;width: 100vw;height: 100vh;background: rgba(0, 0, 0, 0.5); /* Opacidade do overlay */z-index: 1;}
	  
    .header-overlay {position: absolute; bottom: 5%;  left: 50%; transform: translate(-50%, -50%);color: white; text-align: center; z-index: 2; width: 70%;}
    .scroll-down {position: absolute; bottom: 30px; left: 50%;transform: translateX(-50%);font-size: 2rem; color: #fff;cursor: pointer; animation: bounce 2s infinite; z-index: 3;}
    @keyframes bounce {
      0%, 100% { transform: translateX(-50%) translateY(0); }
      50% { transform: translateX(-50%) translateY(10px); }
    }
	  
	.sectionone { height: 50%;}
	.textferbio {width: 100%; margin: 0 20% 0 20%; font-size: 1.6em; line-height:1.2em; font-weight: bold}
	.textferbiospan {color:#015F00}
    .textferbio h4 { font-size: 0.5em; font-weight: 200; line-height: 1.2em; font-weight: normal;-webkit-margin-before: 0.5m;
  -webkit-margin-after: 0.5em;}
.text-split a { text-decoration: none; color:#ffffff} 

	#texto {background-image: url('imagens/copos+caixas.png'); /* substitua pela sua imagem */background-size: cover;background-position: center;background-repeat: no-repeat;height: 100vh;}
	  
	#textone {background-image: url('imagens/copos+caixas_.png'); /* substitua pela sua imagem */background-size: cover;background-position: center;background-repeat: no-repeat;height: 100vh; margin-top: 10%;}
	  
	#textone p {width: 100%; margin: 20px 0% 0 0%; font-size: 2.1em; line-height:1em; font-weight: bold; padding: 0 10% 0 10%}  
	  
	#textones {/* background-image: url('imagens/copos+caixas_.png'); substitua pela sua imagem */ background-size: cover; background-position: center; background-repeat: no-repeat;background-color: #015F00;height: 100vh;}
	.center-textones {text-align: center; font-size: 2rem; height: auto; display: flex; align-items: center; justify-content: center; margin: 0 auto; width: 100%; padding: 0 11% 0 11%;}
	  
	  
	   #textogama {
  /*background-image: url('imagens/copos+caixas.png'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;*/
bottom: 30%;height: 55vh;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;}
	  

  .two-columns, .image-text-columns {display: flex; flex-wrap: wrap; gap: 40px;}
  .two-columns > div, .image-text-columns > div {flex: 1 1 45%; text-align: center;}

  .sticky-section { padding: 0; position: relative; }
  .sticky-section h1 { font-size:1.4em; color: #000; font-weight: normal}
	  .sticky-section p { font-size:1.2em; color: #000; font-weight: normal; margin-bottom: 5%;}
	  .sticky-section h1 {
    font-size: 1.9em;
    color: #000;
    font-weight: bold;
    margin-bottom: 5%;
}
  .sticky-section h2 { font-size:2.4em; color: #245A00}
  .sticky-container {display: flex; flex-wrap: wrap; min-height: 200vh; align-items: flex-start;
    }
  .sticky-image { position: sticky; top: 0; flex: 1 1 50%; height: 100vh; border-radius: 30px; display: flex; align-items: center; justify-content: center;background: transparent; z-index: 1; }
    .sticky-image img { max-width: 80%; height: auto; border-radius: 30px; margin: 20px; box-shadow: 0px 0px 67px -23px rgba(0,0,0,0.55);
-webkit-box-shadow: 0px 0px 67px -23px rgba(0,0,0,0.55);
-moz-box-shadow: 0px 0px 67px -23px rgba(0,0,0,0.55);}
	  
    .scrolling-text {flex: 1 1 50%; padding: 190px 40px 40px 40px; display: flex; flex-direction: column; gap: 50px;}
    .text-block { max-width: 500px; }

    .center-text {text-align: center; font-size: 1.8rem; display: block; align-items: center; justify-content: center; margin: 0 0 0 0; padding: 80px 20px;}
	  
	  
	  
	   /* Seu CSS permanece inalterado para esta resposta resumida */

   /* .center-text {
      text-align: center;
      font-size: 1.8rem;
      margin: 15% auto;
      padding: 80px 20px;
      display: block;
		height: 30vh;
    }*/

    .textferbio {width: 100%;margin: 0 auto 60px auto;padding-top: 0px;font-size: 1.7em; /*line-height: 1.5em;*/font-weight: bold;max-width: 800px;}
	 
	.center-textone {text-align: center; font-size: 2rem; height: auto; display: flex; align-items: center; justify-content: center; margin: 0 auto; width: 70%; padding: 0 11% 0 11%;}

    .horizontal-scroll {height: 100vh; position: relative; overflow: hidden; z-index: -2;}
    .horizontal-wrapper {display: flex; height: 100%; will-change: transform;}
    .horizontal-item {position: relative;min-width: 100vw;height: 100vh;display: flex;align-items: flex-end;justify-content: center;padding: 60px 20px;background-size: cover;background-position: center;color: #000; text-shadow: 0 2px 10px rgba(0,0,0,0); margin: 0.3em}
    .horizontal-caption {/*background: rgba(0, 0, 0, 0.5);*/padding: 40px 0px;border-radius: 12px; max-width: 100%;text-align: center; border: 0px solid red; line-height: 1.2em}
	  
	   .horizontal-caption h2 {line-height: 1.2em}

    .parallax-section {height: 100vh; background-attachment: fixed;background-position: center; background-size: cover;position: relative; color: #015F00;display: flex; align-items: center; justify-content: center;font-size: 2rem; background-color: #015F00}

    .three-columns {
      display: flex; flex-wrap: wrap; gap: 20px;
    }
    .three-columns > div {
      flex: 1 1 30%; background: #f4f4f4;
      padding: 20px; text-align: center;
    }

    footer {
      background: #000; color: #fff; padding: 20px 20px; 
    }
    .footer-columns {
      display: flex; flex-wrap: wrap; gap: 20px; text-align:center; margin: 0 auto; justify-content: center;font-size:1em;
    }
    .footer-columns > div { flex: 1 1 30%; }
	  
	   .footer-columns p { font-size:0.8em }

    #scrollTop {position: fixed;bottom: 30px;right: 30px;z-index: 999;background: #015F00;color: #fff;border: none;border-radius: 50%;width: 50px;height: 50px;font-size: 24px;padding-bottom: 5px;cursor: pointer;display: none;box-shadow: 0 4px 10px rgba(0,0,0,0.3);transition: background 0.3s;
    }
    #scrollTop:hover { background: #444; }

	  
	  
    @media (max-width: 768px) {
      .nav-links, .two-columns, .image-text-columns, .three-columns, .footer-columns, .sticky-container {
        flex-direction: column;
      }
		.nav-links ul {
      color: white; text-decoration: none; font-weight: 500; transition: color 0.3s; text-align: left;
    }
      .nav-links {
        position: absolute; top: 50px; left: 0;
        background: rgba(1,95,0,1); width: 100%; display: none; padding: 20px 0; 
      }
      .nav-links.show { display: flex; align-items: center; }
      .hamburger { display: flex; }
      .sticky-image { position: relative; height: auto; margin-top: 15%;}
      .scrolling-text { padding: 20px; }
		#textone p {width: 100%; margin: 20px 0% 0 0%; font-size: 2.1em; line-height:1em; font-weight: bold; padding: 0 0% 0 0%}
		    .header-video h1 {
        font-size: 4em;
        line-height: 1.2em;
        width: 80%;
        justify-content: center;
        text-align: center;
        margin: 0 auto;
    }
		 .columnas {display: flex;flex-wrap: wrap;padding: 40px 80px;background-color: #015F00;}
    }

 section#texto {padding: 100px 10%;background-color: #fff;}

    /*.textferbio {
      margin-bottom: 80px;
      font-size: 1.6em;
      line-height: 1.5em;
      font-weight: bold;
    }*/

   .rounded-button {display: inline-block;margin-top: 40px;padding: 14px 30px;background-color: #015F00;color: white;font-size: 1rem;font-weight: 600;border: none;border-radius: 30px;cursor: pointer;transition: background-color 0.4s ease;}

   .rounded-button:hover {background-color: #000;}
	
   .contacto {display: inline-block;margin-top: 40px;padding: 14px 30px;background-color: #015F00;color: white;font-size: 1rem;font-weight: 600;border: none;border-radius: 30px;cursor: pointer;transition: background-color 0.4s ease;}
    .contacto :hover {color: #fff; }
	      
	.conheca{ width: 100%; margin: 5%  auto; font-size: 2.3em; line-height:1.1em; font-weight: bold; padding: 0 30% 0 30%; color: #245A00;}
	  
	  
	.mouse-parallax-section {position: relative;height: 100vh;overflow: hidden;background-image: url('imagens/copos+caixas.png');background-size: cover;/*background-position: center;*/background-position: 50% 50%;background-repeat: no-repeat;z-index: 0;}

    .mouse-parallax-section::before {content: "";position: absolute;top: 0;left: 0;width: 110%; height: 110%;z-index: -1;}  

	  
	  
	  
	@media (max-width: 768px) {
    .header-video h1 { font-size: 1.9em; line-height: 1.2em; margin-bottom: 0px; width: 100vw}
		.header-overlay {width:100wv }
	.textferbio { width: 100%; margin: 0 auto 10px auto; padding-top: 5px; font-size: 1.1em;/* line-height: 1.5em; */font-weight: bold;}
    .textferbio h4 { font-size: 0.5em; font-weight: 200; line-height: 1.2em; font-weight: normal;-webkit-margin-before: 0.5m; -webkit-margin-after: 0.5em;}
	section#texto { padding: 30px 10%; background-color: #fff;}
	.center-textone {text-align: center; font-size: 1.1rem; height: auto; display: flex; align-items: center;
    justify-content: center; margin: 0 1% 0 1%; line-height: 15px;}
	.scrolling-text { flex: 1 1 50%; padding: 30px 40px 40px 40px; display: flex; flex-direction: column; gap: 60px; text-align: center;}
	.sticky-section h2 { font-size: 2em; color: #245A00; line-height: 1.2em;}
	.conheca{ width: 100%; margin: 0  auto; font-size: 1.8em; line-height:1em; font-weight: bold; padding: 0 10% 0 10%}
	#textone { width:100%;  height: 100vh;}	
		.zoom-text {font-size: 12vw;font-weight: bold;color: #015F00;transform-origin: center;z-index: 2;position: relative;padding: 0 20% 0 20%;line-height: 1em;}
		#textone p {width: 100%; margin: 20px 0% 0 0%; font-size: 2.1em; line-height:1em; font-weight: bold; padding: 0 0% 0 0%} 
		
	.sticky-image img { max-width: 80%; height: auto; border-radius: 30px; margin: 10px; box-shadow: 0px 0px 67px -23px rgba(0,0,0,0.55);
-webkit-box-shadow: 0px 0px 67px -23px rgba(0,0,0,0.55);
-moz-box-shadow: 0px 0px 67px -23px rgba(0,0,0,0.55);}	
		.columnas {display: flex;flex-wrap: wrap;padding: 40px 80px;background-color: #015F00;}
    }
	  
	  
	  
	@media (max-width: 1920px) {  
	.header-overlay {position: absolute;bottom: 5%; left: 50%;transform: translate(-50%, -50%);color: white;text-align: center;z-index: 2;width: 100%;}
		
    #textone {width:100%;  height: 100vh;}
	.header-video h1 {font-size: 5em; line-height: 1.1em; width: 80%; justify-content: center; text-align: center; margin: 0 auto}	 
	 .columnas {display: flex;flex-wrap: wrap;padding: 40px 480px;background-color: #015F00;}	
	}
  
/*	  
	  .zoom-text-section {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eaf2ea; 
  overflow: hidden;
}

.zoom-text-container {
  text-align: center;
}

.zoom-text {
  font-size: 6vw;
  font-weight: bold;
	padding: 0 20% 0 20%;
	line-height: 0.9em;
  color: #333;
  transform-origin: center;
}
*/
.zoom-text-section {height: 10vh;background-color: #015F00; position: relative;display: flex;align-items: center;justify-content: center;overflow: hidden;}

.zoom-text-container {z-index: 1; text-align: center; background: #015F00;}

.zoom-text {font-size: 6vw;font-weight: bold;color: #015F00;transform-origin: center;z-index: 2;position: relative;padding: 0 20% 0 20%;line-height: 1em;}

/* Camada overlay */
.overlay-layer {position: absolute;top: 0;left: 0;width: 100vw;height: 100vh;background: #015F00; /* cor sólida desejada */opacity: 0;z-index: 3; pointer-events: none;}
	
.contacts{width: 100%;background-color: #015F00;color: #fff;height: 100vh;padding-top: 15%;}	  
	  
.full-height {height: auto;background-color: #015F00;display: flex;align-items: center;justify-content: center;font-size:2.2em;text-align: center;line-height: 1.6em;}



 .columna {flex: 1 1 25%; /* 4 colunas com largura mínima de 25% */min-width: 250px;box-sizing: border-box;padding: 20px;color: #fff;text-align: center; max-width: 70%; justify-content: center; }

 .columna h2 {font-size: 2rem;font-weight: 500;margin-bottom: 10px;line-height: 28px;}

  .columna p {font-size: 1.4rem;line-height: 1.6;padding-bottom: 20px;font-weight: normal;}
	  
  .morada-container {text-align: center;padding: 0px 20px;color: #fff;font-size: 2em;background-color: #015F00;line-height: 1.3em;}

.morada-containers {text-align: center;padding: 0px 20px;color: #fff;font-size: 1em;background-color: #015F00;line-height: 1.3em;}

.contactos-container {text-align: center;color: #fff;font-size: 2.9em;line-height: 1.3em;font-weight: 200;}

.buttone {background-color: #04AA6D; /* Green */border: none;color: white;padding: 14px 44px;text-align: center;text-decoration: none;display: inline-block;font-size: 16px;margin: 4px 2px;transition-duration: 0.4s;cursor: pointer;border-radius: 25px;}

.buttone1 {background-color: white; color: #015F00;text-decoration: none;}

.buttone1:hover {background-color: #000;color: white;text-decoration: none;}  
.buttone1 a { text-decoration: none;color: #000;}
.buttone1 a:hover {text-decoration: none;color: #fff;}
	  
	  
	  
@media (max-width: 1024px) {
	.columnas {display: flex;flex-wrap: wrap;padding: 40px 80px;background-color: #015F00;}
.columna {flex: 1 1 50%; /* 2 colunas por linha em tablets */}
.zoom-text {font-size: 6vw;font-weight: bold;color: #015F00;transform-origin: center;z-index: 2;position: relative;padding: 0 20% 0 20%;line-height: 1em;}
	
.header-video h1 {font-size: 4em; line-height: 1.2em; width: 80%; justify-content: center; text-align: center; margin: 0 auto}
.textferbio { width: 100%; margin: 0 auto 60px auto; padding-top: 15px; font-size: 2.3em;/* line-height: 1.5em; */ font-weight: bold; max-width: 800px; line-height: 1em}
	
    #counter { font-size: 12rem; font-weight: bold; }	
	   .logo-svg { width: 34%; height: auto; max-width: 100%; transition: transform 0.3s ease;}
    .logo-svg:hover { transform: scale(1.05);}
	    .nav-links li a {color: white; text-decoration: none; font-weight: 500; transition: color 0.3s; font-size:1.2em}
	.conheca{ width: 100%; margin: 5%  auto; font-size: 2.3em; line-height:1.1em; font-weight: bold; padding: 0 15% 0 15%; color: #245A00;}
		#texto {display: none}
	
 }
	  
	  
	  
	  
	  
	  
	  

 @media (max-width: 600px) {
	 #counter { font-size: 5rem; font-weight: bold; }
	  .logo-svg { width: 34%; height: auto; max-width: 100%; transition: transform 0.3s ease; z-index: 9999; position: relative}
	 .textferbio { width: 100%; margin: 0 auto 60px auto; padding-top: 15px; font-size: 1.4em;/* line-height: 1.5em; */ font-weight: bold; max-width: 800px; line-height: 1em}
	 .header-video h1 {font-size: 2.3em; line-height: 1em; width: 80%; justify-content: center; text-align: center; margin: 0 auto}
 .columna {flex: 1 1 100%; /* 1 coluna por linha em celulares */}
	 .full-height {height: auto;background-color: #015F00; display: flex;align-items: center;justify-content: center;font-size:2em; text-align: center;line-height: 1.7em;}
	 .columnas {display: flex;flex-wrap: wrap;padding: 0px 65px;background-color: #015F00;}
	 .columna {flex: 1 1 25%; /* 4 colunas com largura mínima de 25% */min-width: 250px;box-sizing: border-box;padding: 3px;color: #fff;text-align: center;}
	 .columna p { padding-bottom:0px}
	 .morada-container {text-align: center;padding: 0px 20px;color: #fff;font-size: 1.5em;background-color: #015F00;line-height: 1.3em;}
	.sticky-section h1 {
  font-size: 1.9em;
  color: #000;
  font-weight: bold;
  margin-bottom: 8%;
  line-height: 1em;
}
	 .footer-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    font-size: 0.8em;
}
	 .zoom-text {
    font-size: 12vw;
    font-weight: bold;
    color: #015F00;
    transform-origin: center;
    z-index: 2;
    position: relative;
    padding: 0 0% 0 0%;
    line-height: 1em;
}
	#textone {width:100%;  height: 100vh; line-height: 1.1em} 
	#textone p {width: 100%; margin: 0 0% 0 0%; font-size: 2.4em; line-height:1em; font-weight: bold}
	 
	 #scrollTop {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 999;
    background: #015F00;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 24px;
    padding-bottom: 5px;
    cursor: pointer;
    display: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: background 0.3s;
}
	 
	 .center-text {
    text-align: center;
    font-size: 1.6rem;
    display: block;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 0;
    padding: 80px 20px;
}
	 
	 .contacts{width: 100%;background-color: #015F00;color: #fff;height: 93vh;padding-top: 15%;}	 
	 .columna h2 {font-size: 1.7rem;font-weight: 500;margin-bottom: 10px;line-height: 28px;
}
	 .buttone {border: none;color: white;padding: 12px 34px;text-align: center;text-decoration: none;display: inline-block;font-size: 16px;margin: 4px 2px;transition-duration: 0.4s;cursor: pointer;border-radius: 25px;bottom: 10px;}
	 
	 #textogama {
  /*background-image: url('imagens/copos+caixas.png'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;*/
  bottom: 30%;height: 40vh;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
	 }
	 
	 .horizontal-item {position: relative; min-width: 200vw;height: 100vh; display: flex;align-items: flex-end;justify-content: center;padding: 60px 20px;background-size: contain, cover; background-position: center;color: #000; background-repeat: no-repeat; text-shadow: 0 2px 10px rgba(0,0,0,0); margin: 0.3em}
	 .horizontal-caption h2 {line-height: 1.2em; padding:0 20% 0 20%;} 
	  .horizontal-caption p {line-height: 1.2em; padding:0 20% 0 20%;}
	 
}
	  
   
	  
  .parallax-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
	  background-color: #015F00;
  }

  .parallax-image {
    position: absolute;
    top: -30;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image:url("imagens/parallax.png");
    background-size: cover;
    background-position: center;
    z-index: 1;
    transform: scale(1.1);
  }

  .parallax-content {
    position: relative;
    z-index: 2;
    padding: 2rem;
    max-width: 800px;
    /*background-color: rgba(0, 0, 0, 0.4);*/
    border-radius: 12px;
	  background-color: #015F00;
  }


.circle {
  --circle-size: 30px;
  position: fixed;
  height: var(--circle-size);
  width: var(--circle-size);
  border: 2px solid black;
  border-radius: 100%;
  top: calc(var(--circle-size) / 2 * -1);
  left: calc(var(--circle-size) / 2 * -1);
  pointer-events: none;
	z-index: 9;
}


