@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  background-color: #2f3136;
  font-family: 'Roboto', sans-serif;
}

.container {
  width: 95%;
  margin: 0.625rem auto;
  padding: 0.625rem;

}

.main{
  display: flex;
  align-items:baseline;
  justify-content: flex-end;
}

.smaller{
  width: 28%;
  height: auto;
}

.bigger{
  width: 68%;
  height: auto;
  /* padding: 50px; */
  /* background-color: #202225; */
}

.img_logo{
  width: 150px;
}

.slogan-discord{
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  color: #5865F2;
}

.descricao{
  font-size: 16px;
  color: #b7b9bc;
  padding: 30px 0 60px 0;
  line-height: 20px;
  border-bottom: 1px solid #4e4e4e;       
}

.divisao{
  background-color: #202225;
  margin: 0 0;
  /* width: 90%; */
  border-radius: 10px;
}

.img_lateral{
  width: 100%;
  border-radius: 10px 10px 0 0 ;
}

.subtitulo_lateral{
  font-size: 17px;
  
}

.div_text{
  display: flex;
  justify-content:space-between;
  align-items: center;
  margin: 20px;
  padding: 0 0 10%;
  color: #5865F2;
}

.fa-desktop{
  font-size: 20px;
}

.images_lateral{
  margin-top: 30px;
  margin-bottom: 20px;
}


.info{
  /* margin-top: 40px; */
  border-top: 1px solid #4e4e4e;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
}

.fa-info{
  font-size: 50px;
  color: #b7b9bc;
}

.sobre{
  margin-left: 20px;
}

.sobre h1{
  font-size: 16px;
  color: #b7b9bc;
}

.sobre p, a{
  text-decoration:none;
  color: #b7b9bc;
  margin-top: 5px;
}

.leia_mais{
  border-top: 1px solid #4e4e4e;
  border-bottom: 1px solid #4e4e4e;
  color: #b7b9bc;
  padding-top: 30px ;
  padding-bottom: 30px ;
  /* margin-left: 20px; */
}

.leitura{
  padding-bottom: 30px;
}

.leia_mais a{
  border: 1px solid #b7b9bc;
  padding: 10px;
}

.config{
  padding: 50px;
  margin-bottom: 80px;
}

.conteudo_maior{
  background-color: #202225;
  width: 100%;
  
}


.subtitulo_manchete{
  font-size: 16px;
  color: #b7b9bc;
  padding: 30px 0 40px 0;
  line-height: 20px;
  border-bottom: 1px solid #4e4e4e;         
}

.machete{
  margin-bottom: 200px;
}

.manchete_inferior{
  padding-top: 40px;
  color: #b7b9bc;
}

.manchete_imagem{
  width: 100%;
}

.machete_texto{
  padding-top: 20px;
  line-height: 25px;
  padding-bottom: 30px;
}

.manchete_botoes{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.botoezinhos{
  display: flex;
  justify-content: space-between;  
  align-items: center;
  color: #777777;
  font-family: 'Roboto', sans-serif;;
}

.botao_leia_manchete{
  padding: 20px;
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid #b7b9bc;
}

.far{
  font-size: 15px;
}

.pequenos{
  font-size: 15px;
  padding-left: 5px;
  padding-right: 15px;
}


@media(max-width:920px) {
  .main{
    display: block;
  }
  .smaller{
    width: 100%;
  }

  .titulo{
    text-align: center;
  }
  .divisao_mobile{
    display: flex;
    padding-bottom: 20px;
    justify-content: space-between;
  }

  .divisao{
    margin-left: 3%;
  }

  .div_text{
    padding: 0 0 5%;
  }
  .bigger{
    width: 100%;
  }
  .manchete{
    text-align: center;
  }
  .botao_leia_manchete{
    padding: 10px;
  }

}