*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: sans-serif;
  font-weight: 500;
}

.container {
  margin-bottom: 20px;
}

.navbar {
  display: flex;
  font-size: 12px;
  align-items: center;
  height: 80px;
  border-bottom: .3px solid rgb(214, 213, 213);
}

#logo {
  margin: 0px 60px;
}

#logo img {
  width: 40px;
  height: 30px;
}

.options {
  font-family: 'Gabarito', sans-serif;
  font-family: 'Roboto', sans-serif;
  display: flex;
  justify-content: space-evenly;
  width: 35%;
  height: 100%;
  align-items: center;
  font-size: 14px;
}

.options a {
  text-decoration: none;
  color: rgb(40,44,63);
  font-weight: 600;
}

.opt {
  padding: 30px 0px;
}

.options a sup {
  color: red;
  font-weight: 600;
  font-size: 10px;
}

.options a:hover {
  border-bottom: 4px solid orange;
}

#searchbar {
  display: flex;
  align-items: center;
  margin: 0px 30px;
  width: 35%;
  height: 36px;
  background-color: #ececee;
}

#searchbar input {
  width: 94%;
  height: 35px;
  background-color: #ececee;
  border: none;
  margin-left: 8px;
}

#searchbar i {
  margin-left: 5px;
}

/* .navlast {
  width: 17%;
  display: flex;
  align-items: center; 
  justify-content: space-evenly;
  margin: 10px 20px;
  cursor: pointer;
} */

/* .navlast i {
  display: flex;
  justify-content: center;
} */

.btn {
  border: none;
  background-color: white;
  margin-left: 1.5rem;
  cursor: pointer;
  color: black;

}
a.action_container:link {
  color:black;
}

/* Main Content Start */

#hero-section img {
  width: 100%;
  margin-top: 40px;
}

h2 {
  margin: 100px 30px;
  font-weight: 600;
  color: #3E4152;
  letter-spacing: 5px;
}

.content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.content img {
  max-width: 253.2px;
  height: 350px;
}

.third-section h2 {
  margin-bottom: 60px;
}

.footer-section {
  display: flex;
  justify-content: space-evenly;
  margin: 50px 0;
}

.online-section {
  display: flex;
  flex-direction: column;
  font-size: 15px;
}

#online {
  text-decoration: none;
  color: black;
  margin: 30px 0;
  font-weight: 600;
}

.online-section a {
  text-decoration: none;
  color: #3E4152;
  margin: 5px 0;
}

