@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");


* {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: red;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: rgb(36, 33, 27);
}

*::-webkit-scrollbar-thumb {
  background-color: rgb(31, 20, 77);
  border-radius: 20px;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color:#ffffff!important;
}

.dark-mode {
  background-color: rgb(5, 5, 34) !important;
  color: white;
}

#btn-dark {
  display: none;
}

#section1 {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  text-align: center;
}

#section1 spam {
  width: 100%;
  margin-right: 5%;
}

#section1 > p {
  padding-top: 60px;
  width: 100%;
  text-align: justify;
  text-indent: 20px;
}

#section2 {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  text-align: center;
}

#section2 spam {
  width: 100%;
  margin-right: 5%;
}

#section2 > p {
  padding-top: 80px;
  width: 100%;
  text-align: justify;
  text-indent: 20px;
}

#carouselExampleIndicators2 {
  display: none;
}

/* sobre o sistema */

#sobre-o-sistema{
    margin-top: 30px;
}

fieldset {
  border-top: 3px solid #000000;
  border-bottom: none;
  border-left: none;
  border-right: none;
  display: block;
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

fieldset legend {
  font-family: "Poppins", sans-serif;
}

.texto {
  text-align: justify;
  text-indent: 20px;
  line-height: 20px;
  margin-bottom: 20px;
}

/* botão menu */

#btn-menu{
  margin-bottom: 5px;
  margin-right: 5px;
  height: 50px;
}

/* botao download */

#btn {
  margin-left: 300px;
}

/* footer */

.footer {
  padding:40px 0;
  background-color:#5e0404;
  color:#ffffff;
}

.footer ul {
  padding:0;
  list-style:none;
  text-align:center;
  font-size:18px;
  line-height:1.6;
  margin-bottom:0;
}

.footer li {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.footer ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.8;
}

.footer ul a:hover {
  opacity:1;
}

.footer .social {
  text-align:center;
  padding-bottom:25px;
}

.footer .social > a {
  font-size:24px;
  width:40px;
  height:40px;
  line-height:40px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  border:1px solid #ccc;
  margin:0 8px;
  color:inherit;
  opacity:0.75;
}

.footer .social > a:hover {
  opacity:0.9;
}

.footer .copyright {
  margin-top:15px;
  text-align:center;
  font-size:13px;
  color:rgb(255, 255, 255);
  margin-bottom:0;
}

#botao-whatsapp {
  position:fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
}

/* RESPONSIVIDADE */


@media only screen and (max-width: 600px) {

  #btn-dark {
    display: flex;
    justify-content: end;
    cursor: pointer;
  }

  #navbar {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }

  #section1 {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    text-align: center;
    flex-direction: column;
  }

  #section2 {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    text-align: center;
    flex-direction: column-reverse;
  }

  #section2 > p {
    width: 100%;
    text-align: justify;
    text-indent: 20px;
    margin-top: 20px;
  }

  .texto {
    font-size: 15px;
    text-align:justify;
    text-indent: 20px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  #btn-menu{
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 762px) {

  

  #section1 {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    text-align: center;
    flex-direction: column;
  }

  #section2 {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    text-align: center;
    flex-direction: column-reverse;
  }

  #section2 > p {
    width: 100%;
    text-align: justify;
    text-indent: 20px;
    margin-top: 20px;
  }

  .texto {
    font-size: 15px;
    text-align:justify;
    text-indent: 20px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 800px) {

  #btn-dark {
    display: flex;
    justify-content: end;
    cursor: pointer;
  }

  #navbar {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }

  #section1 {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    text-align: center;
    flex-direction: column;
  }

  #section2 {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    text-align: center;
    flex-direction: column-reverse;
  }

  #section2 > p {
    width: 100%;
    text-align: justify;
    text-indent: 20px;
    margin-top: 20px;
  }

  .texto {
    font-size: 15px;
    text-align:justify;
    text-indent: 20px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}