body, h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  background-color: #ffffff;
}

/* Define centro */
.content {
  max-width: 1280px;
  margin: auto;
}

/* Add a black background color to the top navigation */
.topnav {
  max-width: 1280px;
  background-color: #1E1E1E;
  overflow: hidden;
  height: 80px;
}

/* Style the links inside the navigation bar */
.topnav a {
  line-height: 80px;
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 0 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #CF2034;
  color: black;
  height: 80px;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #1E1E1E;
  color: white;
  /*font-weight: bold;*/
}

/* Right-aligned section inside the top navigation */
.topnav-right {
  float: right;
}

/* Configuração do corpo */
.titulo {
  color: rgba(0,0,0,1);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
  font-size: 50px;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
  max-width: 1280px;
}

.corpo {
  color: rgba(0,0,0,1);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  text-align: left;
  margin-top: 30px;
  box-sizing: border-box;
  max-width: 1280px;
}

/* Style adjustments for responsiveness */
.hero {
  float: right;
  margin-top: 0px;
  width: 650px;
  height: 620px;
  object-fit: cover;
  object-position: 50% 0;
  margin-left: 10px;
  margin-bottom: 10px;
  border-radius: 9px;
}

/* Footer */
footer {
  background-color: #f8f8f8;
  padding: 20px 0;
  border-top: 1px solid #e7e7e7;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  height: 200px;
  margin: 0 auto;
}

.footer-info {
  display: flex;
  justify-content: space-between;
  width: 60%;
}

.footer-contact, .footer-social {
  display: flex;
  flex-direction: column;
}

.footer-contact p, .footer-social p, .footer-bottom {
  margin: 5px 0;
  color: #333;
}

.footer-social a {
  margin: 5px 0;
  text-decoration: none;
  color: #333;
}

.footer-bottom {
  text-align: center;
  margin-top: 20px;
}

.footer-bottom p {
  margin: 5px 0;
  font-size: 0.75em; /* Tamanho de fonte menor */
}

.i.fa-nulo, i.fa-map-marker, i.fa-phone, i.fa-envelope {
  background-color: #33383b;
  color: #ffffff;
  font-size: 22px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  margin: 5px 5px;
  vertical-align: middle;
}
