@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  color: #717171;
  font-size: 16px;
}

* {
  transition: all 0.3s ease-in-out;
}

h2 {
  color: #4d4d4d;
  font-size: 36px;
}

p {
  font-weight: 200;
}

header {
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  position: sticky;
  top: 0;
  height: 80px;
  z-index: 100;
}
header nav li a {
  text-decoration: none;
  color: #ffffff;
}
header nav li a:hover {
  color: #f68b1f;
}

.banner {
  height: 100vh;
  background-image: url(../img/banner.jpg);
  background-size: cover;
  margin-top: -80px;
}
.banner .content {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.banner .content h2 {
  font-size: 48px;
  color: #fff;
}
.banner .content h2 span {
  color: #f68b1f;
  font-weight: bold;
}
.banner .content p {
  color: #fff;
  font-size: 18px;
  font-weight: 100;
}
.banner .content form {
  background-color: rgba(255, 255, 255, 0.2274509804);
  border-radius: 20px;
  padding: 30px;
}
.banner .content form label {
  color: #fff;
}

.btn-custom {
  background-color: #f68b1f;
  color: #fff;
}
.btn-custom:hover {
  background-color: #00365c;
  color: #fff;
}

section {
  padding: 70px 0px;
}
section .title {
  text-align: center;
  padding: 0px 25%;
  margin-bottom: 50px;
}
section.porque .card {
  padding: 50px;
  height: 100%;
}
section.porque .card .card-body {
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  row-gap: 15px;
}
section.porque .card .card-body .card-title {
  font-size: 24px;
  margin: 0px;
  padding: 0px;
  color: #4d4d4d;
}
section.porque .card .card-body .card-title h5 {
  margin: 0px;
  padding: 0px;
}
section.porque .card .card-body .card-text {
  font-weight: 200;
}
section.como-funciona img {
  width: 100%;
  height: 350px;
  -o-object-fit: contain;
     object-fit: contain;
}
section.como-funciona h3 {
  margin-top: 50px;
}
section.como-funciona h3 {
  font-size: 42px;
  text-transform: uppercase;
  color: #4d4d4d;
}
section.como-funciona h3 strong {
  color: #f68b1f;
}
section.quem-somos {
  padding: 50px 0px;
  background-color: #d6dded;
}
section.quem-somos .content {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
section.quem-somos .content p {
  font-weight: 500;
}

footer {
  padding: 70px;
  background-color: #00365c;
}
footer .content {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
footer .content ul,
footer .content nav {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
footer .content h2 {
  font-size: 18px;
  color: #fff;
}
footer .content a {
  color: #fff;
  text-decoration: none;
  font-weight: 100;
}
footer .content small {
  font-size: 12px;
  color: #fff;
  line-height: 10px;
}
footer .content .box1 {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
footer .content .box1 .redes {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
footer .content .box1 .redes li {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .content .box1 .redes li a {
  color: #fff;
}
footer .content .box1 .redes li a img {
  width: 30px;
  height: 30px;
  -o-object-position: center;
     object-position: center;
  filter: invert(100%) brightness(100%);
}
footer .content .box1 .redes li a:hover img {
  fill: #f68b1f;
}
footer .content .box2 nav {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 50px;
       column-gap: 50px;
}/*# sourceMappingURL=main.css.map */