body {
  background-color: #101820;
  max-width: 1200;
  margin: 0;
}

.material-symbols-outlined {
  color: #ffffff;
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}
.title {
  font-family: "Work Sans";
  font-size: 50pt;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
  text-align: center;
  display: block;
}

.textCard {
  border-radius: 25px;
  background-color: #0e1015;
  float: right;
  height: auto;
  width: 90%;
  max-width: 1200px;
}

.informations {
  margin: 4rem;
}

.titleInformatios {
  font-family: "Work Sans";
  text-align: left;
  font-size: 18pt;
  font-weight: 700;
  line-height: 1.2;
  color: whitesmoke;
  height: auto;
}

.textInformations {
  font-family: "Work Sans";
  font-size: 13pt;
  text-align: justify;
  font-weight: 400;
  line-height: 1.2;
  color: whitesmoke;
  margin: 0 2rem;
  padding: 0.5rem;
}

.exemplesInformations {
  top: 59px;
}

.exemple {
  font-family: "Source Code Pro";
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
  color: #ffffff;
  width: 479px;
}

.menuCard {
  min-width: 15rem;
  height: auto;
  border-radius: 25px;
  background-color: #0e1015;
  float: left;
  padding: 1rem;
  display: flex;
  align-items: center;
}

.titleMenu {
  font-family: "Work Sans";
  text-align: center;
  font-size: 13pt;
  font-weight: 500;
  line-height: 1.2;
  color: #ffffff;
  margin-left: 0;
  margin-top: 55px;
}

.itemMenu {
  font-family: "Work Sans";
  font-size: 12pt;
  font-weight: 350;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 1rem;
  margin-left: 1rem;
}

.imgexemplo {
  display: flex;
  justify-content: center;
}

.imgexemplo img {
  width: 100%;
  max-width: 800px;
  height: auto;
  object-fit: cover;
}

.menuCard a {
  text-decoration: none;
  color: #ffffff;
}

.codeCard {
  background-color: #000000;
  padding: 1.5rem 5rem;
  margin: 2rem 0;
  margin-top: 0;
  border-radius: 0 15px 15px 15px;
}

.codeCard code {
  white-space: pre-line;
  color: whitesmoke;
  font-family: "Source Code Pro";
}

.contentSection {
  display: flex;
  justify-content: center;
  margin: 2%;
  height: 100%;
}
.containerMenuCard {
  display: flex;
  justify-content: center;
  margin-right: 10px;
}
.localCode {
  background-color: rgb(22, 22, 22);
  border-radius: 15px 15px 0  0    ;
  padding: 0.1rem 0.2rem ;
  width: 20%;
}
.localCode h3 {
  color: whitesmoke;
  font-family: "Source Code Pro";
  font-weight: 400;
  font-size: 12pt;
  text-align: center;
}
.btnCopy {
  display: none;
  background-color: #2c06c4;
  border: none;
  border-radius: 0 5px 0 5px;
  padding: 6px;
  cursor: pointer;
  margin: 1rem -11rem;
}
.btnCopy:active{
  transition: 1ms;
  background-color: #3913d3;
}
.wrapperCode{
  display: flex;
  justify-content: center;
}
.containerCodeCard{
  width: 90%;
  display: block;
}

.img-sobre{
width: 100%;
height: 300px;
margin-top: 2rem;
background-image: url(../img/conteudo/sobre-image.jpg);
background-size: cover;
background-position: center
}

.subtitle-sobre{
  font-family: "Work Sans";
  font-size: 18pt;
  color: whitesmoke;
  margin: 1rem;
}

.flex{
  display: flex;
  justify-content: center;
}

.hexBox{
  height: 100%; 
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.hexBox-minor{
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.boxSobre{
  background-color: #111111;
  margin: 0 auto;
  margin-top: 5rem;
  border-radius: 20px 20px 0 0;
  max-width: 900px;
  padding: 1rem 2rem;
}

.buttonFont{
  background-color: #2c06c4;
  width: 10rem;
  height: 3rem;
  border: none;
  border-radius: 15px;
  margin: 1rem;
}

.buttonFont a{
  color: #fff;
  font-weight: 700;
  font-size: 13pt;
  text-decoration: none;
}

.boxCollaborator{
  width: 150px;
  height: 200px;
  padding: 2rem;
  border: 3px solid #2c06c4;
  box-shadow: 0 2px 10px #2c06c441;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.imgCollaborator{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
}

.boxCollaborator a{
  font-size: 14pt;
  font-weight: bold;
  color: #fff;
  font-family: 'Open Sans';
  text-decoration: none;
  margin-top: 2rem;
}

.grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  gap: 1rem; 
}


.bookSection{
  background-color: #2c06c4;
  color: whitesmoke;
  margin: 3rem 0;
  padding-bottom: 1.5rem;
}
.bookSection .booksButton{
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 15px;
  text-decoration: none;
  color: #101820;
  font-weight: 500;
transition: 0.5s;

}
.booksButton:hover{
transform: scale(105%);
transition: 0.5s;
}

.bookContainer {
  display: block;
  font-family: "Work Sans";
  font-size: 12pt;
  font-weight: 350;
}
.bookWrapper {
  display: flex;
  justify-content: center;
}
.booksButtonContainer{
  display: flex;
  justify-content: center;
}
.bookContainer h1{
  text-align: center;
}

@media screen and (max-width: 800px) {
  .title p {
    font-size: 50px;
    text-align: center;
  }

  .textCard {
    width: 100%;
    display: flex;
    justify-content: center;
    height: auto;
  }

  .informations {
    width: 88%;
    height: auto;
    /* margin-top: 5%; */
    margin: 1rem 5%;
  }

  .titleInformatios {
    text-align: center;
    font-size: 37px;
    font-weight: 700;
    line-height: 1.2;
    height: auto;
  }

  .textInformations {
    height: auto;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    padding: 0;
    margin: 0.5rem;
  }

  .exemplesInformations {
    width: 84%;
    height: auto;
  }

  .exemple {
    width: 84%;
    height: auto;
    font-size: 18px;
  }

  .btn-copy {
    width: 30px;
    height: 30px;
    margin-bottom: 5%;
  }

  .menuCard {
    width: 100%;
    padding: 0;
    height: auto;
    display: block;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5rem;
  }

  .titleMenu {
    width: 90%;
    height: auto;
    font-size: 15px;
    margin-left: 5%;
    margin-top: 5%;
  }

  .itemMenu1 {
    width: 90%;
    height: auto;
    font-size: 15px;
    margin-left: 5%;
  }

  .itemMenu2 {
    width: 90%;
    height: auto;
    font-size: 15px;
    margin-left: 5%;
  }

  .itemMenu3 {
    width: 90%;
    height: auto;
    font-size: 15px;
    margin-left: 5%;
  }

  .contentSection {
    display: block;
    justify-content: center;
    margin: 0;
    height: 100%;
  }
  .containerMenuCard {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }
  .imgexemplo img {
    width: 100%;
    height: auto;
  }
  .codeCard {
    padding: 1rem 1rem;
    margin: 2rem 0;
    margin-top: 0;
  }

  .codeCard code {
    white-space: pre-line;
    font-size: 10pt;
  }
  .localCode {
    width: 40%;
    font-size: 10pt;
    padding: 0;
    padding:  3px 0;
    height: 2rem;
  }
  .localCode h3{
    font-size: 10pt;
  }

  .grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .bookSection {
    display: flex;
    justify-content: center;
    margin: 0;
    height: 100%;
  }
  .bookSection {
    margin: 1rem auto;
    padding: 1rem;
  }
}
