@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* Define uma fonte personalizada */
@font-face {
  font-family: 'Maged';
  src: url('../fontes/maged-lt.ttf') format('truetype'),
}

@media screen and (min-width: 1200px){
  *{
    box-sizing: border-box;
    color: #333;
    font-family: 'Roboto', sans-serif;
    scroll-behavior: smooth;
  }

  html, body{
    background-color: #333;
    width: 100vw;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    border: 0;
    scroll-behavior: smooth;
    z-index: -100;
  }
  

  .bandeiras{
    width: 6vw;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    position: fixed;
    right: 20px;
    margin: 0.5%;
    z-index: 100;
  }

  .bandeiras > img{
    height: 2.3vh;
    margin: 4px;
    cursor: pointer;
  }
  
  .bandeiras > img:hover{
    transform: scale(1.05);
  }

  header{
    height: 100vh;
    position: relative;
  }

  .slick-div{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    border: none;
  }
  
  .slick-dots {
    pointer-events: none;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    margin: 0;
    padding: 0;
  }
  
  .slick-div:hover .slick-dots li {
    opacity: 1;
  }
  
  .slick-dots li {
    transition: 0.35s ease-in-out;
    opacity: 0;
    display: inline-block; 
    margin: 0px;
  }
  
  .slick-dots li button {
    background-color: rgba(0, 0, 0, 0.5); 
    border-radius: 50%; 
    border: rgba(0, 0, 0, 0.1) 2px solid;
    width: 12px;
    height: 12px;
    outline: none; 
    box-shadow: none; 
    cursor: pointer;
    transition: background-color 0.3s ease; 
    position: relative;
  }
  
  .slick-dots li button::before {
    content: none; 
  }
  
  .slick-dots li.slick-active button {
    background-color: rgba(255, 255, 255, 1);
    border: #000 4px solid;
  }
  

  /* coisa animada do titulo */

 .anima{
  pointer-events: none;
  position: absolute;
  z-index: 12;
  height: 80vh;
  display: flex;
  flex-direction: column; 
  left: 50%;
  justify-content: space-around;
  transform: translateX(-50%) translateY(16%);
  text-align: center;
}

.anima-1{
  width: 37vw;
  margin: auto;
  transform: translateY(0px);
  transition: 0.45s;
  opacity: 0;
}

.anima-1-anm{
  animation: anima-1 7s 2s forwards;
}

@keyframes anima-1 {
  0%{
    transform: scale(1) translateY(110px);
  }
  2%{
    opacity: 0.2;
  }
  10%{
    transform: translateY(0px);
    opacity: 1;
  }
  95%{
    opacity: 1;
  }
  100%{
    opacity: 0;
  }
}

.anima-2{
  width: 15vw;
  margin: auto;
  transform: translateY(-0vh);
  transition: 0.45s;
  opacity: 0;
}

.anima-2-anm{
  animation: anima-2 7.5s 2.5s forwards ease-out;
}

@keyframes anima-2 {
  0%{
    transform: scale(1.05) translateY(-70px);
    opacity: 0;
  }
  1%{
    transform: scale(1.05) translateY(-70px);
    opacity: 0;
  }
  7%{
    transform: translateY(-0vh) scale(1);
    opacity: 1;
  }
  80%{
    opacity: 1;
  }
  85%{opacity: 0;}
  100%{
    opacity: 0;
  }
}

.anima-3{
  width: 40vw;
  margin: auto;
  transform: translateY(-5.7vh);
  transition: 0.45s;
  opacity: 0;
}

.anima-3-anm{
  animation: anima-3 8s 2.8s forwards ease-in;
}

@keyframes anima-3 {
  0%{
    transform: scale(0.4) translateY(-5.7vh);
  }
  5%{
    transform: scale(0.5) translateY(-5.7vh);
    opacity: 0;
  }
  9.6%{
    transform: scale(1) translateY(-5.7vh);
    opacity: 1;
  }
  70%{
    opacity: 1;
  }
  75%{
    opacity: 0;
  }
  100%{
    opacity: 0;
  }
}

.anima-4{
  display: flex;
  text-align: center;
  align-items: center;
  padding: 5%;
  justify-content: space-evenly;
  width: 20vw;
  height: 10vh;
  max-height: 100px;
  margin: auto;
  transform: translateY(-9vh);
  transition: 0.45s;
  opacity: 0;
  font-size: 24px;
  background: rgb(124,147,20, 0.85);
  border: none;
  cursor: pointer;
  scroll-behavior: smooth;
  pointer-events: all;
}

.anima-4-anm{
  animation: anima-4 8s 3.5s forwards ease-in-out;
}

.anima-4 i{
  font-size: 4vh;
  margin: 1%;
  color: #fff;
}

.anima-4 p{
  margin: 1%;
  font-size: 2.25vh;
  color: #fff;
}

@keyframes anima-4 {
  0% {
    transform: scale(1) translateY(-5vh);
  }
  5%{
  transform: scale(1) translateY(-5vh);
  opacity: 0;
  }
  10% {
    transform: translateY(-9vh);
    opacity: 1;
  }
  60%{
    opacity: 1;
  }
  65%{
    opacity: 0;
  }
  100%{
    opacity: 0;
  }
}
/*section 1*/

.sobre{
  height: 100vh;
  max-height: 750px;
  background-color: #eae5d6;
  margin: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  overflow: hidden;
  font-family: 'Maged', sans-serif;
}

.sobre1{
  width: 50%;
  padding-left: 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  animation: sobre1 1s 1s forwards ease-in-out;
  opacity: 0;
}

@keyframes sobre1 {
  0%{
    transform: translateX(-50px);
  }
  50%{
    transform: translateX(-50px);
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

.sobre1 h1{
  color: #A8C023;
  text-align: left;
  font-size: 4em;
  max-height: 7vh;
  margin: none;
  padding: none;
  font-weight: 500;
  animation: sobre1-h1 1.1s 1s forwards ease-in-out;
  font-family: 'Maged', sans-serif;
}

@keyframes sobre1-h1 {
  0%{
    transform: translateX(-20px);
  }
  50%{
    transform: translateX(-20px);
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

.sobre1 h1 span{
  color: #333;
  font-family: 'Maged', sans-serif;
}

.sobre1 p{
  font-family: 'Montserrat', sans-serif;
  width: 85%;
  margin-top: 0;
  margin-right: auto;
  font-size: 1em;
  text-align: left;
  line-height: 1.5em;
  letter-spacing: 1px;
  font-weight: 500;
  font-style: italic;
  color: #333;
}



.sobre2{
  overflow: hidden;
  background-image: url("../midia/sections/membros.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 50%;
  height: 100%;
  opacity: 0;
  animation: sobre2 1s 1s forwards ease-in-out;
}

@keyframes sobre2 {
  0%{
    transform: translateX(20px);
  }
  50%{
    transform: translateX(20px);
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

/*section 2*/

.como {
  position: relative;
  display: flex;
  height: 90vh;
  width: 100vw;
  max-height: 650px;
  overflow: hidden;
  background: url('../midia/slider/3.jpg') no-repeat center center;
  background-size: cover;
  padding: 5%;
  padding-top: 7%;
}

.como::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90vh;
  max-height: 650px;
  background-color: rgba(30, 30, 30, 0.9);
  z-index: 1;
}

.como > * {
  position: relative;
  z-index: 2;
}


.como > img{
  position: absolute;
  z-index: 100;
  width:100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.como  > h1{
  font-family: 'Maged', sans-serif;
  position: absolute;
  color: #A8C023;
  top: -1vh;
  left: 50%;
  font-size: 3.5em;
  transform: translateX(-50%);
  font-weight: 400;
  opacity: 0;
  animation: como-titulo 0.5s 1.2s forwards ease-in-out;
}

@keyframes como-titulo {
  0%{
    transform: translateY(5vh) translateX(-50%);
  }
  100%{
    opacity: 1;
    transform: translateY(0vh) translateX(-50%);
  }
}

.como > h1 > span{
  font-family: 'Maged', sans-serif;
  color: #fff;
}

.como1{
  height: 90%;
  margin-top: 3%;
  width: 50%;
  background: transparent;
  position: relative;
  animation: como 0.5s 1s forwards ease-in-out;
  opacity: 0;
}

.como1 img{
  max-height: 400px;
  margin: auto;
  position: absolute;
  right: 5vh;
}

.como2{
  margin-top: 2%;
  height: 90%;
  width: 50%;
  color: #fff;
  animation: como 0.5s 1s forwards ease-in-out;
  opacity: 0;
}

.como2 > p{
  color: #fff;
}

.p1{
  line-height: 30px;
  font-weight: 600;
  font-size: 1em;
  font-style: italic;
  letter-spacing: 1px;
}

.p2{
  line-height:30px;
  width: 70%;
  font-size: 1.05em;
}

@keyframes como {
  0%{
    transform: translateY(5vh);
  }
  100%{
    opacity: 1;
    transform: translateY(0vh);
  }
}

/*section 3*/

.servicos{
  height: 93vh;
  max-height: 550px;
  overflow: hidden;
  background-color: #eae5d6;
  position: relative;
  align-content: center;
  padding: 5%;
}

.servicos h1{
  text-align: center;
  font-size: 3.7em;
  color: #A8C023;
  font-weight: 400;
  margin: 10px;
  font-family: 'Maged', sans-serif;
  height: 10%;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  animation: serv-titulo 0.5s 0.5s forwards ease-in-out;
  opacity: 0;
}

@keyframes serv-titulo {
  0%{
    transform: translateY(-3vh) translateX(-50%);
  }
  100%{
    opacity: 1;
    transform: translateY(0vh) translateX(-50%);
  }
}

.servicos h1 span{
  font-family: 'Maged', sans-serif;
}

.tabela{
  display: flex;
  flex-wrap: nowrap;
  width: 95%;
  height: 45vh;
  max-height: 350px;
  max-width: 1300px;
  margin: 0 auto;
  font-size: 1.05em;
}

.tabela-rows{
  width: 25%;
  height: 100%;
  font-family: 'Motserat', sans-serif;
  text-align: right;
}

.tabela-rows ul{
  display: flex;
  height: 110%;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid #a0a699;
}

.tabela-rows ul li{
  list-style: none;
  transition: 0.45s;
  margin: 1px 0;
  padding: 4%;
  border-radius: 5px 0 0 5px;
  color:#4d585b;
  font-weight: 400;
  font-size: 1em;
}

.tabela-rows ul li:hover{
  background-color: #697B54;
  color: #fff !important;
}

.active{
  background-color: #697B54;
  color: #fff !important;
}

.tabela-display{
  width: 80%;
  height: 110%;
  align-content: center;
  padding: 2%;
}

.tabela-display p{
  width: 95%;
  margin: auto;
  line-height: 30px;
  font-size: 1em;
}

/*section 4*/

.nosso{
  height: 85vh;
  max-height: 500px;
  background: #40512C;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 5%;
  align-items: center;
}

.nosso h1{
  color:#A8C023;
  font-family: 'Maged', sans-serif;
  font-size: 3.5em;
  font-weight: 400;
  text-align: center;
  width: 50%;
  margin-top: -30px;
  position: relative;
}

.nosso h1 img{
  position: absolute;
  height: 100px;
  transform: translateX(40%);
}

.nosso h1 span{
  color: #fff;
  font-family: 'Maged', sans-serif;
}

.nosso-txt{
  display: flex;
  margin-top: 10px;
}

.nosso1{
  width: 60%;
  height: 100%;
}

.nosso2{
  width: 40%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nosso2 img{
  height: 200px;
  transform: translateX(-40%);
}

.nosso1 p{
  width: 80%;
  max-width: 1100px;
  color: #d3d3d3;
  line-height: 35px;
  font-size: 1em;
  margin: auto
}

/*section 5*/
#galeria-prod {
  height: 30vh;
  width: 100%;
}

.slick-galeria {
  width: 100%;
  height: 30vh;
  margin: auto;
}

.image-container {
  position: relative;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

.image-container img {
  width: 20vw;
  height: 30vh;
  transition: transform 0.3s ease-in-out; /* Animação suave ao passar o mouse */
}

.text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 20px;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 80;
}

.image-container:hover .text-overlay {
  opacity: 1;
  animation: galeria-txt 0.3s 0.1s forwards ease-in-out;
}

.image-container:not(:hover) .text-overlay {
  opacity: 0;
}

.image-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.45s ease, transform 0.45s ease, background-color 0.45s ease;
  transform: scale(0.8);
  border-radius: 10px;
  pointer-events: none;
  will-change: transform, opacity; /* Adicionando para otimizar o desempenho */
}

.image-container:hover::before {
  opacity: 1;
  transform: scale(1);
  background-color: rgba(0, 0, 0, 0.6);
}

@keyframes galeria-txt {
  0% {
    transform: translateY(3vh) translate(-50%, -50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0vh) translate(-50%, -50%);
  }
}

  #produtos{
    width: 100%;
    padding: 2%;
    background: #eae5d6;
    flex: flex;
    flex-direction: column;
    text-align: center;
  }

  .cabeca-produtos h1{
    font-family: 'Maged', sans-serif;
    font-weight: 300;
    font-size: 3.5em;
    margin: 0;
    opacity: 0;
    animation: produtos 0.5s 0.5s forwards ease-in-out;
    padding: 1vh;
    height: 15vh;
  }

  .cabeca-produtos p{
    width: 60%;
    animation: produtos 0.6s 0.7s forwards ease-in-out;
    font-size: 1.2em;
    text-align: center;
    margin: 30px auto;
    font-weight: 400;
    opacity: 0;
    font-style: italic;
  }

  .flex-produtos{
    display: flex;
    width: 70vw;
    flex-wrap: wrap;
    margin: auto;
    justify-content: space-between;
  }

  .produto-container{
    position: relative;
    width: 17vw;
    height: 25vh;
    margin: 0.5vh 0.25vh;
    animation: produtos 0.5s 1s forwards ease-in-out;
    opacity: 0;
    cursor: pointer;
  }

  @keyframes produtos {
    0%{
      transform: translateY(-3vh);
    }
    100%{
      opacity: 1;
      transform: translateY(0vh);
    }
  }

  .prod-img{
    width: 17vw;
    height: 25vh;
    margin: auto;
  }

  .prod-overlay{
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 17vw;
    height: 4vh;
    background-color: rgba(100, 100, 100, 0.5);
    margin: 0;
    color: #fff;
    align-items: center;
    align-content: center;
  }

  footer{
    background: #23292c;
    display: flex;
    flex-direction: column;
    width: 100vw;
  }

  .footer-1{
    width: 100vw;
  }

  .footer-1 iframe{
    width: 100vw;
    height: 50vh;
  }

  .footer-2{
    width: 100vw;
    min-height: 70vh;
    display: flex;
    color: #d3d3d3;
    justify-content: space-around;
  }

  .f-2-1{
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 3%;
    text-align: center;
    animation: footer-2-1 0.5s 0.5s forwards ease-in-out;
    opacity: 0;
  }

  @keyframes footer-2-1{
    0%{
      transform: translateX(-3vh);
    }
    100%{
      opacity: 1;
      transform: translateX(0vh);
    }
  }

  .f-2-1 i{
    margin-top: 10vh;
    font-size: 1.5em;
    color: rgb(108, 124, 133);
    transition: 0.45s;
  }

  .f-2-1 i:hover{
    color: #fff;
    cursor: pointer;
  }

  .f-2-2{
    width: 40%;
    height: 100%;
    margin-top: -15vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    animation: footer-2-2 0.5s 0.9s forwards ease-in-out;
    opacity: 0;
  }

  @keyframes footer-2-2{
    0%{
      transform: translateY(-3vh);
    }
    100%{
      opacity: 1;
      transform: translateY(0vh);
    }
  }

  .f-2-2 h1{
    color: #A8C023;
    text-align: center;
    font-size: 5em;
    font-family: 'Maged', sans-serif;
    font-weight: 400;
    margin: 10px;
    height: 1em;
  }

  .f-2-2 > .form-div{
    background: #fff;
  }

  .f-2-2 form{
    background: #fff;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 5%;
  }

  .f-2-2 form input{
    width: 98%;
    padding: 3%;
    margin: 10px auto;
    font-size: 1.1em;
    border: 1px solid #d3d3d3;
    transition: 0.45s;
    outline: none;
  }

  .f-2-2 form input:hover{
    border: 1px solid #b1b1b1;
  }

  .f-2-2 form input:focus{
    border: 1px solid #b1b1b1;
  }

  .f-2-2 form textarea{
    width: 98%;
    height: 15vh;
    min-height: 15vh;
    padding: 3%;
    margin: 10px auto;
    font-size: 1.1em;
    border: 1px solid #d3d3d3;
    transition: 0.45s;
    outline: none;
    resize: vertical;
  }
  .f-2-2 form textarea:hover{
    border: 1px solid #b1b1b1;
  }

  .f-2-2 form textarea:focus{
    border: 1px solid #b1b1b1;
  }

  .f-2-2 form div{
    width: 98%;
    height: 10vh;
    margin: 10px auto;
  }

  .f-2-2 form div button{
    width: 15vw;
    height: 10vh;
    font-size: 1em;
    color: #333;
    border: 3px solid #333;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: transparent;
    transition: 0.45s;
  }

  .f-2-2 form div button:hover{
    color: #fff;
    border: 3px solid #333;
    background: #333;
  }

  .f-2-2 .bottom-form{
    width: 100%;
    text-align: center;
    margin-top: 8%;
    color: #fff;
    font-size: 0.9em;
    opacity: 0;
    animation: bottom-form 0.5s 1.3s forwards ease-in-out;
  }

  @keyframes bottom-form{
    0%{
      transform: translateY(3vh);
    }
    100%{
      opacity: 1;
      transform: translateY(0vh);
    }
  }


  .f-2-3{
    width: 25%;
    height: 100%;
    padding: 3%;
    display: flex;
    flex-direction: column;
    animation: footer-2-3 0.5s 0.5s forwards ease-in-out;
    opacity: 0;
  }

  @keyframes footer-2-3{
    0%{
      transform: translateX(3vh);
    }
    100%{
      opacity: 1;
      transform: translateX(0vh);
    }
  }

  .f-2-3-containers{
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    align-items: center;
    justify-content: start;
    color: #fff;
    margin: 5% auto;
  }

  .f-2-3-containers i{
    color: #d3d3d3;
    font-size: 1.7em;
    margin-right: 15px;
  }

  .f-2-3-containers .after-i{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    font-size: 0.9em;
  }

  .after-i p{
    color: #d3d3d3;
    margin: 5px;
    text-align: left !important;
  }

  .icon-menu-sus{
    position: fixed;
    top: 5%;
    left: -5%;
    font-size: 2em;
    z-index: 101;
    transition: 0.75s;
    opacity: 0;
  }

  .img-menu{
    display: none;
  }

  .icon-menu-sus i{
    color: #fff;
    background-color: rgba(10, 10, 10, 0.3);
    padding: 2%;
    text-align: center;
    align-content: center;
    width: 3.4vw;
    height: 3.4vw;
    border-radius: 10px;
    border: 2px solid #fff;
  }

  .menu-sus{
    position: fixed;
    left: -15vw;
    width: 15vw;
    z-index: 100;
    background-color: rgba(20, 29, 34, 0.7);
    height: 100vh;
    display: grid;
    justify-content: start;
    align-content: start;
    transition: 0.45s ease-out;
  }

  .aberto{
    transform: translateX(15vw);
  }

  .btn-aberto{
    transform: translateX(18vh);
    opacity: 1;
  }

  .menu-sus img{
    width: 13vw;
    padding-bottom: 10%;
    border-bottom: 1px solid #333;
    margin-bottom: 10px;
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
  }

  .links{
    position: absolute;
    margin-top: 50%;
    color: #fff;
  }

  .links .menu-container{
    display: flex;
    align-content: center;
    height: 10%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 80%;
    margin: auto;
    font-size: 0.8em;
    left: -50%;
    z-index: 101;
    transform: translateX(30%);
    cursor: pointer;
  }

  .menu-container i{
    color: #b1b1b1;
    margin-right: 10px;
    transition: 0.45s;
  }

  .link-menu{
    color: #b1b1b1;
    transition: 0.45s;
  }

  .menu-container:hover .link-menu,.menu-container:hover .i-menu{
    color: #fff;
  }

  .fechar-menu-sus{
    width: 85vw;
    height: 100vh;
    position: fixed;
    z-index: 101;
    right: -90vw;
  }

  .fechar-menu-sus-aberto{
    right: 0;
  }

/* Estilo do Popup */
.popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  animation: fadeIn 0.3s ease-out; /* Animação para fade in */
}

.popup-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  transform: scale(0.8); /* Começa pequeno */
  animation: grow 0.1s ease-out forwards; /* Animação de crescimento */
}

#popup-image {
  width: 100%;
  height: 90vh;
  border-radius: 5px;
}

.popup-close {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #fff;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  line-height: 30px;
  transition: 0.45s;
}

.popup-close:hover {
  background: red;
  color: white;
}

/* Animação de fade-in */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Animação de crescimento */
@keyframes grow {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}

}

