* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-justify: inter-word;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  overflow-x: hidden;
}

h1,
h2,
h3 {
  color: #2c3e50;
}

h1 {
  font-size: 45px;
  margin-bottom: 20px;
}

h2 {
  font-size: 30px;
  margin-bottom: 10px;
}

h3 {
  padding-top: 50px;
  font-size: 25px;
  padding-bottom: 20px;
}

h4 {
  color: white;
  font-size: 20px;
}

img {
  max-width: 70%;
  height: auto;
}

p {
  font-size: 18px;
  text-align: justify;
  color: #2c3e50;
}

a {
  display: inline-block;
  color: black;
  text-decoration: none;
}

.button-quero-conhecer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

.button-quero-conhecer-container {
  height: 72px;
  width: 265px;
  background-color: #f86834;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.button-quero-conhecer-content a {
  display: flex;
  width: 250px;
  align-items: center;
}

.button-quero-conhecer-content:hover {
  cursor: pointer;
}

.topo-container {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3)), url("../assets/images/backgroundSystem.jpeg");
  background-position: 55% 45%;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 400px;
  box-shadow: 0 0 5px black;
}

.container-body-cards-titulo-text-titulo {
  color: white;
  text-align: center;
  font-size: 50px;
}

.container-body-cards-titulo-text-paragrafo {
  font-size: 20px;
  padding: 20px 0;
  color: white;
}

.conteudo {
  padding-bottom: 60px;
}

.titulo {
  display: none;
  font-size: 40px;
  color: black;
  padding: 20px 20px 0;
}

.subNavegacao {
  padding-top: 50px;
}

.subNavegacao-tabs > ul {
  padding: 0;
}

.subNavegacao-tabs > ul > li {
  transition: 0.5s ease-in-out;
}

.subNavegacao-tabs > ul > li > a.active {
  color: #f8f9fa !important;
  background-color: #f27549 !important;
}

.subNavegacao-tabs > ul > li > a {
  color: black;
}

.subNavegacao-tabs > ul > li:hover a {
  color: #f27648;
}

.container-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 960px) {
  .container-body {
    padding: 20px;
  }
}

.container-body-cards {
  display: flex;
  width: 550px;
  padding: 20px;
  border-radius: 20px;
  margin: 20px 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.container-body-cards-titulo {
  display: flex;
  align-items: center;
  flex-flow: column;
  text-align: center;
}

.container-body-cards-titulo i {
  font-size: 35px;
  color: #f27648;
}

.container-body-cards-titulo-texto {
  padding: 0 20px;
  text-align: justify;
}

.container-body-cards-titulo-texto p {
  text-align: justify;
  line-height: 1.8;
  font-size: 17px;
}

.container-body-cards-titulo-texto h2 {
  color: black;
  font-weight: 600;
  font-size: 22px;
  text-align: center;
}

.btn-secondary {
  background-color: #f27648 !important;
  border: none;
  padding: 10px 25px 10px 25px;
}

.dropdown-sistema button:hover {
  background-color: #f7ad92 !important;
  color: white !important;
}

.dropdown-item:hover {
  background-color: #f27648;
  color: white;
}

@media screen and (max-width: 565px) {
  .container-body-cards-titulo-texto {
    padding: 0;
  }
  .container-body-cards-titulo-text-titulo {
    padding: 0 5px !important;
    font-size: 40px !important;
  }
  .topo-container-content p {
    text-align: center !important;
  }
  .container-body-cards-titulo-texto p {
    text-align: left !important;
  }
}
@media screen and (max-width: 790px) {
  .topo-container-content h3 {
    font-size: 45px;
    padding-top: 20px !important;
  }
  .topo-container-content p {
    font-size: 18px;
  }
}
@media screen and (max-width: 790px) {
  .topo-container-content p {
    font-size: 15px;
  }
}
.dropdown-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 0 20px 0;
}
.dropdown-sistema button {
  background-color: #f27648;
  color: white;
}

@media screen and (max-width: 943px) {
  .topo-container-content {
    padding-top: 60px;
  }
  .subNavegacao-tabs {
    display: none !important;
  }
  .container-body-cards {
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 943px) and (max-width: 480px) {
  .topo-texto-content h3 {
    font-size: 30px;
  }
  .topo-texto-content p {
    font-size: 14px;
  }
  .topo-container {
    padding: 80px 0 80px 0 !important;
  }
}