:root {
    --Terra-50: #FBF7F1;
    --Terra-100: #ECD4BC; 
    --Terra-200: #D79970; 
    --Terra-300: #B65E3B; 
    --Terra-400: #924B2F; 

    --Verde-50: #C7DADA; 
    --Verde-100: #98BABA; 
    --Verde-200: #476969; 
    --Verde-300: #033636; 
    --Verde-400: #1F2B2D; 

    --height-menu:64px;
  }

  .bt-primary {
    border-radius: 8px;
    color: white;
    text-transform: uppercase;
    background-color: #BC613D;
    font-family: 'Ubuntu';
    padding: 14px 27px;
    font-weight: bold;
    text-decoration: none;
}

.bt-primary:hover {
background-color: #FBF7F1;
color: #BC613D;
}


.bt-secondary {
  border-radius: 8px;
  color: #BC613D;
  text-transform: uppercase;
  background-color: whte;
  font-family: 'Ubuntu';
  padding: 14px 27px;
  font-weight: bold;
  text-decoration: none;
  border:1px solid #ECD4BC;
}

.bt-secondary:hover {
  border:1px solid #BC613D;
}

.terra-50 {color:var(--Terra-50)}
.terra-300 {color:var(--Terra-300)}
.verde-100 {color:var(--Verde-100)}
.verde-200 {color:var(--Verde-200)}
.verde-300 {color:var(--Verde-300)}
.verde-400 {color:var(--Verde-400)}

.text-center { text-align: center;}
div { font-family: 'Ubuntu'; }


div h1 {font-size: 48px;letter-spacing: 2;}
div h2 {font-size: 40px;letter-spacing: 2;}
div h3 {font-size: 32px;letter-spacing: 2;}
div h4 {font-size: 24px;letter-spacing: 6;}
div h5 {font-size: 18px;}
div h6 {font-size: 16px;}


.txt-large {font-size: 18px;}
.paragraph {font-size: 16px;}
.txt-small {font-size: 14px;}
.txt-xsmall {font-size: 12px;}

footer {
  background-color: var(--Verde-400);
  padding: 40px 0px;
}

.footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top: 1px solid var(--Verde-100);
}

/* background-color: var(--primary-color); */

nav {
  background-color: white;
  height: var(--height-menu);
  display: flex;
  flex-direction: row;
  position: fixed;
  width: 100%;
  z-index: 888;
}

.nav-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

nav ul {
  display: flex;
  flex-direction: row;
}

nav a { 
  color: var(--Verde-300);
  text-decoration: none;

}

nav a:hover { 
  text-decoration:underline;
   
}

nav ul li {
  list-style: none;
  margin-left: 70px;
}

.d1 {
  height: calc(100vh);
  background-color: gray;
  padding-top: var(--height-menu);
  background-image: url(/img/bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.restauracao {
  background-color: var(--Terra-50);
  min-height: 600px;
  display: flex;
}
.text-restauracao {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mapa {
  display: flex;
  padding: 80px 0px;
}

.mapa h4 {
  color: var(--Verde-300);
  width: 70%;
  margin-bottom: 40px;
}

.back-site {
  margin-bottom: 14px;
    margin-left: 30px;
}

div#smob {
  position: absolute;
  right: 0px;
  border-radius: 10px;
  margin-top: 17px;
  margin-right: 10px;
  z-index: 999;
}

#smob select {
  border: 0px;
  border-radius: 10px;
  padding: 0px 3px;
}

.d1-left {
  color: var(--Verde-300);
  display: flex;
  flex-direction: column;
  height: calc(100vh - var(--height-menu));
  justify-content: center;
}

.image-strips {
  
  height: calc(100vh - var(--height-menu));
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.img-strip {
  
  width: 30%;
  overflow: hidden;
}
.img-strip img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 10px;
}

.s1 {
  margin-top: -280px; /* Valor inicial para s1 */
}

.s2 {
  margin-top: -250px; /* Valor inicial para s2 */
}

.s3 {
  margin-top: -100px; /* Valor inicial para s3 */
}
.strip-mobile {
  display: none;
}

.slides-img {
  position: relative;
  height: 800px;
  overflow: hidden;
  width: 590px;
}

.slides-img img {
  position: absolute;
  top: 0;
  left: 0;
  /* width: 100%; */
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slides-img img.active {
  opacity: 1;
  z-index: 1;
}

.restauracao-content {
    width: 76%;
    margin: auto;
}

.restauracao-content h2 {
  color:var(--Verde-300);
}

.restauracao-content p {
  color:var(--Verde-200);
}
.marker {
    height: 191px;
    padding-right: 16px;

}
.descricao-lago {
  display: flex;
  height: 350px;
  align-items: center;
  padding-left: 16px;
}
.descricao-lago .itens {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.conteudo-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.conteudo-container img {
  max-width: 600px;
}

.mito-verdade {
  background: var(--Terra-50);
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 50px 0px;
}

.mito-verdade h4 {
  width: 70%;
  text-align: center;
}
.table-mitos {
  display: flex;
  flex-direction: row;
  margin-top: 40px;
}
.table-mitos img {
  width: 360px;
  margin-right: 40px;
}
.mito-content {
  display: flex;
  flex-direction: column;
}

.perguntas {
  border-top: 1px solid var(--Terra-100, #ECD4BC);
  padding: 24px;
  display: flex;
  flex-direction: row;
}
.pergunta {
  flex: 1 0 0;
  font-style: italic;
}

.resposta {
  width: 480px;
  margin-left: 40px;
}
.perguntas.p1 {
  padding: 5px 24px;
  font-weight: 600;
  font-style: normal !important;
}
.p1 .resposta.paragraph, .p1 .pergunta.paragraph {
  font-size: 14px;
  font-style: normal;
}

.acoes-ambientais {
  background-color: var(--Terra-50);
  padding: 60px 0px;
}


.acoes-container img {
  width: 360px;
  margin-left: 40px;
}
.acoes-container {
  display: flex;
  align-items: center;
}
.programa {
  padding: 0px 60px;
}
.programa-container {
  display: flex;
  align-items: center;
  flex-direction: row;
  background-color: #98BABA;
  margin-bottom: 40px;
}
.programa-restauracao {
  padding-bottom: 20px;
}
.boxes {
  background-color: var(--Terra-50);
  margin: 60px 0px;
  padding: 60px 0px;
}
.col-st {
  min-height:100px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.tamanho1 {
  height: 786px;
}

.tamanho2 {
  height: 185px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tamanho2 img {
  width: 90%;
}


.tamanho4 {
  height: 377px;
}
.tamanho4 img {
  width: 90%;
}

.tamanho5 {
  height: 583px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 24px;
}
.tamanho5 img {
  width: 88%;
}

.video1 {
  height: 180px;
  width: 290px;
  background-color:var(--Verde-300);
}
.c1 {
  background-image: url(/img/lago-batata-2.jpg);
  background-size: cover;
  display: flex;
  align-items: flex-end;
  text-align: center;
  color: white;
}
.c1 span {
  font-size: 78px;
  font-weight: 700;
}
.c1 p {
  font-size: 24px;
}

.c2 {
  background: var(--Terra-300);
}

.c3 {
  background: var(--Verde-100);
}
.c4 {
  background: var(--Terra-100);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 24px;
}

.c5 {
  background-image: url(/img/bg-c4.png);
  background-size: cover;
  background-color: var(--Verde-300);
}

.c6 {
  background: var(--Verde-100);
}

.especialista-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 767.98px) { 

  .programa-container img {
    display: none;
}

.acoes-container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.acoes-container img {
  width: 100%;
  margin-left: auto;
}

  .p1 {
    display:none;  }
  .perguntas {
       flex-direction: column;
}
  .resposta {
    width: 100%;
    margin-left: 0px;
  }
  .mitos-img {
    display: none;
  }

  .conteudo-container img {
    max-width: 100%;
    margin-top: 50px;
}
.conteudo-container {
  flex-direction: column-reverse;
}

  .mapa-google {
    width: 100%;
  }
  .mapa h4 {
    color: var(--Verde-300);
    width: 93%;
    margin-bottom: 40px;
}

.mapa {
  display: flex;
  padding: 19px 0px;
}

  .restauracao {
    background-color: var(--Terra-50);
    min-height: 600px;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
  }

  .restauracao-content {
    margin-top: 15px;
    width: 93%;
  }

  .d1 {
    height: auto;
    padding-bottom: 24PX;
}
  .strip-mobile {
    display: flex;
    width: 100%;
    height: 110px;
    overflow: hidden;
}
.s-mobile {
  margin-left: 0px;
  white-space: nowrap; 
  overflow: hidden; 
}

.strip-mobile img {
  margin-right: 10px;
  border-radius: 7px;
  height: 110px;
}
  .image-strips {
    display: none;
  }

  nav {
    
  }

  .back-site {
    display: none;
  }
  nav ul {
    display: flex;
    flex-direction: row;
    padding: 0px;
}

  nav ul li {
    list-style: none;
    margin-left: 0px;
  }
  nav a {
    color: var(--Verde-300);
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    margin-left: 7px;
  }
  .d1-left {
    height: 360px;
    text-align: center;
}
}