:root {
  --cinza-claro: #f0edee;
  --azul-profundo: #44a1a0;
  --azul-marinho: #07393c;
  --black: #000000;
  --cinza: #808080;
  --branco: #ffffff;
  --branco-transparente: #ffffffc0;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
}

html {
  font-size: 62.5%;
}

body {
  font-family:Syne,sans-serif;
  color: #000000;
  font-size: 1.6rem;
  line-height: 1.4;
  background: var(--branco-transparente);
}

ul {
  display: flex;
  text-decoration: none;
  gap: 2.5rem;
}


.cabecalho {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--black);
  border-bottom: solid var(--cinza);
  padding: 1.7rem;

  .imagemlogo {
    cursor: pointer;
    display: flex;
    max-width: 23rem;
    height: auto;
  }
}
/*
.ordemcabecalho {
  display: flex;

  & a {
    color: var(--branco);
  }
}

.filhos ul {
  z-index: 9999;
  display: none;
  flex-flow: column;
  gap: 0;
  align-items: stretch;
  width: max-content;
  position: absolute;
  top: 2rem;
  right: 0rem;
  padding: 2rem 3.3rem;
  border-radius: 2.5rem;
  box-shadow: inset 0 0 0.4rem 0.1rem rgba(0, 0, 0, 0.1);
}

.filhos:hover ul {
  display: flex;
  background-color: var(--branco-transparente);
}

.filhos::after {
  content: "\2bc6";
  color: var(--branco);
}
.filhos {
  position: relative;
}

.lista-cabecalho {
  list-style-type: none;

  & a {
    color: var(--black);
    font-weight: 600;
  }
}*/

/*section som da natureza*/
.mrecent{
  display: flex;
  justify-content: center;
  width: 100%;
}

.orgsectionone {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;

  & .tituloh1 {
    font-family:Syne,sans-serif;
    font-size: 6.2rem;
    padding-bottom: 4rem;
  }

}

.orgimg{
display: flex;
flex-wrap: wrap;
align-items: center;


  & .imagem-left img{
    height: 80rem;
  width: 67rem;}
 
  & .imagem-rigth img{
    height: 80rem;
    width:67rem;
  cursor: pointer;

  &:hover {
    filter: brightness(0.6); 
  }
}
}
/*recentes*/

.recent{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;

& .subitut {
  display:flex;
  padding-top: 4rem;
  padding-bottom: 4rem;

  & .titul2{
    font-family:Syne,sans-serif;
    font-weight: bold;
  }}

}

& .orgimgtwo{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom:4rem;
  gap:2rem;
  

  & .conteiner_dia_five {
   display: block;
    width: 32rem;
   

    & .imagem_dia_five {
      display: flex;
      cursor: pointer; 
      width: 32rem;
       border-radius: 50% 20% / 10% 40%;
    overflow: hidden;
    }
  }

  & .conteiner_dia_four {
    display: block;
    width: 32rem;
  
    & .imagem_dia_four {
    display:flex;
    cursor: pointer; 
    width: 32rem;
    border-radius: 10% 30% 80% 70%;
    overflow: hidden;
    }

  }

  & .conteiner_dia_three {
    display: block;
    width: 32rem;

    & .imagem_dia_three {
      display: flex;
      cursor: pointer;   
     width: 32rem;
     border-radius: 25% 10%;
     overflow: hidden;
    
    
  }
}

  & .conteiner_dia_two {
    display: block;
    width: 32rem;

    & .imagem_dia_two {
      display: flex;
      cursor: pointer;
      width: 32rem;
      border-radius: 20% 50% 20% 9%;
      overflow: hidden;
    }

  }

  & .conteiner_dia_one{
    display: block;
    width: 32rem;

    & .imagem_dia_one{
      display: flex;;
      cursor: pointer;  
      width: 32rem;
      overflow: hidden;
      border-radius: 10% / 50%;

    }

  }

  .detrax > * {
    padding-top: 2rem;
    text-align: center;
      font-family:Syne,sans-serif;
      line-height:2rem;
    }
}






/*rodape*/

.rodape-alibe {
  display: flex;
  justify-content: space-around;
  gap: 2rem;
  padding-top: 5.2rem;

}
.footer-alibe {
  display: flex;
  cursor: pointer;
  color: var(--branco);
  font-size: 1.6rem;
}

.footer-alibe a:link,
.footer-alibe a:visited,  
.footer-alibe a:hover,
.footer-alibe a:active {
  color: var(--branco);}

.footer-alibe a:hover,
.footer-alibe a:active{
  color: var(--azul-profundo);
  transition: ease 0.3s;
}

.rodape-mod{
  background-color:var(--black);
}
.footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--branco);
  padding: 4rem;
  padding-bottom: 2rem;
  font-size: 1.4rem;
}
