@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
html {
  scroll-behavior: smooth;
}

a, p, h1, h2, h3, h4, h5, h6, li, span {
  font-family: "Roboto", sans-serif;
}

:root {
  --hover-color: #0B1614;
  --primary-color: #D1F349;
  --secondary-color: #747A79;
  --white-color: #fff;
  --text-color: #333;
  --background-color: #f2f2f2;
  --footer-bg-color: #e0e0e0;
}
.top_nav {
  background: transparent
}

body {
  background-color: #fafafa;
}
.top_nav .logo {
  height: 80px;
}

.navbar .navbar-nav .nav-link,
.navbar .navbar-brand,
.navbar .btn {
  color: var(--footer-bg-color) !important;

}

.navbar .navbar-nav li {
  margin-left: 41px;
  font-size: 16px;
  font-weight: 500;
}

.navbar .login:hover {
  color: var(--white-color) !important;
  background: var(--background-color) !important;
}

.navbar .navbar-nav a:hover {
  color: var(--white-color) !important;
}

.navbar-scrolled {
  background-color: #1a3d2f !important;
  transition: background-color 0.3s;
}
.top_nav .login {
  background-color: var(--white-color);
  width: 94px;
  height: 40px;
  border-radius: 30px;
}
.top_nav .login a {
  color: black !important;
  font-weight: 500;
  font-size: 16px;
}

.hero {
  background-color: #0b2e13;
  background-size: cover;
  background-position: center;
}
.text-politic{
  padding-bottom: 80px;
}
.text-politic h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  padding-top: 92px;
  padding-bottom: 20px;
}
.text-politic h3{
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
}

.text-politic p {
  color: #747A79;
}
.marca p {
  position: relative;
  padding-left: 18px;
}

.marca p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  background: #747A79;
  border-radius: 50%;
  display: inline-block;
}

#contact {
  background: #97bf41;
  max-height: 620px;
  --bs-gutter-x: 0;
}

#contact .img-contact {
  width: 100%;
  height: auto;
  max-height: 620px;
  object-fit: cover;
  display: block;
}

#contact .contact-style {
  margin-top: 100px;
  margin-left: 52px;
  max-width: 526px;
}
#contact .contact-style h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}
#contact .contact-style h3 {
  margin-top: 63px;
  margin-bottom: 27px;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
}

#contact .contact-style p {
  font-size: 16px;
  font-weight: 400;
}

#contact .contact-text a {
  color: #025669;
}

#contact .forms .inputbox {
  display: flex;
  align-items: center;
  border-radius: 50px;
  overflow: hidden;
  background-color: var(--white-color);
  border: 1px solid #e0e0e0;
  padding-right: 6px;
}

#contact .forms .inputbox input[type="text"] {
  flex: 1;
  border: none;
  padding: 15px 20px;
  font-size: 16px;
  border-radius: 50px 0 0 50px;
  outline: none;
}

#contact .forms .btn.btnContatc {
  background-color: #d4fb47;
  color: #000;
  font-size: 14px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: background-color 0.3s;
}
#contact .forms .btn.btnContatc img {
  width: 30px;
}

#contact .forms .btn.btnContatc:hover {
  background-color: #c7ed3f;
}

#contact .forms .checkbox-wrapper {
  display: flex;
  align-items: center;
  margin-top: 12px;
  gap: 10px;
}

#contact .forms .checkbox-wrapper input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #d4fb47;
}

#contact .forms .checkbox-wrapper label {
  font-family: "Roboto", sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: 500;
}

#text_message {
  margin-top: 10px;
  display: block;
  font-size: 14px;
  color: red; /* ou o que quiser */
}



.links a{
  text-decoration: none;
  color: var(--secondary-color);
  margin-inline: 10px;
}
.links a:hover {
  color: var(--white-color);
}

footer {
  background-color: #0b1614;
  padding-top: 100px;
  color: var(--secondary-color);
  font-weight: 500;
}

footer .footer-text {
  width: 388px;
  margin-bottom: 41px;
}

footer img {
  width: 180px;
  height: auto;
  margin-bottom: 29px;
}

footer .footer-links {
  margin-bottom: 52px;
}

.footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 38px;
  padding-bottom: 14px;
  margin-bottom: 0;
}
#floating-img {
  position: fixed;
  top: 30px;
  left: 12%;
  width: 150px;
  background: rgba(255, 255, 255, 0.66);
  z-index: 9999;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
  border-radius: 16px;
  transition: opacity 0.4s;
}

#text_message{
  display: block;
  color: #000;
  font-weight: 300;
  font-style: italic;
  padding: 5px;
}
