@media all and (max-width: 38.5em) {
  html {
    width: 100%;
 }

 .cabecalho {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--black);
  border-bottom: solid var(--cinza);
  padding: 1.7rem;

  .imagemlogo {
    cursor: pointer;
    display: flex;
    max-width: 23rem;
    height: auto;
  }
}

.mrecent{
    display: flex;
    justify-content:center ;
    width: 100%;
    

}

.orgsectionone {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;

  & .tituloh1 {
    font-family:Syne,sans-serif;
    font-size: 4.2rem;
    padding-bottom: 4rem;
  }

}

.orgimg  {
display: flex;
flex-wrap: wrap;
justify-content: center;


  & .imagem-left img{
    display: none;
    height: 65rem;
  width: 54rem;}
 
  & .imagem-rigth img{
    height: auto;
    width: 48rem;
  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-size: 2.2rem;
    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: 28rem;
   

    & .imagem_dia_five {
      display: flex;
      cursor: pointer; 
      width: 28rem;
       border-radius: 50% 20% / 10% 40%;
    overflow: hidden;
    }
  }

  & .conteiner_dia_four {
    display: block;
    width: 28rem;
  
    & .imagem_dia_four {
    display:flex;
    cursor: pointer; 
    width: 28rem;
    border-radius: 10% 30% 80% 70%;
    overflow: hidden;
    }

  }

  & .conteiner_dia_three {
    display: block;
    width: 28rem;

    & .imagem_dia_three {
      display: flex;
      cursor: pointer;   
     width: 28rem;
     border-radius: 25% 10%;
     overflow: hidden;
    
    
  }
}

  & .conteiner_dia_two {
    display: block;
    width: 28rem;

    & .imagem_dia_two {
      display: flex;
      cursor: pointer;
      width: 28rem;
      border-radius: 20% 50% 20% 9%;
      overflow: hidden;
    }

  }

  & .conteiner_dia_one{
    display: block;
    width: 28rem;

    & .imagem_dia_one{
      display: flex;
      justify-content: center;
      cursor: pointer;  
      width: 28rem;
      overflow: hidden;
      border-radius: 10% / 50%;

    }

  }

  .detrax > * {
    padding-top: 1.2rem;
    text-align: center;
      font-family:Syne,sans-serif;
      line-height:2rem;
      font-size: 1.4rem;
    }
}


.footer-alibe {
  display: flex;
  cursor: pointer;
  color: var(--branco);
  font-size: 1.4rem;
}

.footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--branco);
  padding: 4rem;
  padding-bottom: 2rem;
  font-size: 1.2rem;
}



}