@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap");
:root {
  --bs-border-radius: 0;
  --bs-border-radius-lg: 0;
  --bs-gray-600: #c6c6c6;
  --bs-gray-500: #666;
  --bs-body-color: #212122;
  --bs-black: #212122;
}

html {
  scroll-behavior: smooth;
}

h6 {
  font-size: 1.125rem;
}

body {
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: left center;
  background-attachment: fixed;
}

.text-gray-light {
  color: var(--bs-gray-600);
}

.btn-lg {
  --bs-btn-font-size: calc((18 / 16) * 1rem);
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 1.2rem;
}

.btn-with-arrow {
  position: relative;
  padding-left: 1.4rem;
  padding-right: 3.6rem;
  transition: background-color 0.2s ease, padding-right 0.3s ease, padding-left 0.3s ease;
}
.btn-with-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 1;
  right: 0;
  width: 2.4rem;
  transition: width 0.3s ease;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='15' viewBox='0 0 17 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5456 8.0628C16.7173 7.90099 16.8159 7.67444 16.8159 7.43711C16.8159 7.19978 16.7173 6.97683 16.5456 6.81142L10.1163 0.770271C9.76559 0.439446 9.21034 0.45383 8.87791 0.799038C8.54549 1.14425 8.55645 1.69083 8.90714 2.01806L13.751 6.57409H1.32716C0.841311 6.57409 0.450439 6.95885 0.450439 7.43711C0.450439 7.91537 0.841311 8.30013 1.32716 8.30013H13.751L8.90349 12.8526C8.5528 13.1834 8.54184 13.7264 8.87426 14.0716C9.20668 14.4168 9.76194 14.4276 10.1126 14.1004L16.5419 8.05921L16.5456 8.0628Z' fill='black'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}
.btn-with-arrow.arrow-transparent::after {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='15' viewBox='0 0 17 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5456 8.0628C16.7173 7.90099 16.8159 7.67444 16.8159 7.43711C16.8159 7.19978 16.7173 6.97683 16.5456 6.81142L10.1163 0.770271C9.76559 0.439446 9.21034 0.45383 8.87791 0.799038C8.54549 1.14425 8.55645 1.69083 8.90714 2.01806L13.751 6.57409H1.32716C0.841311 6.57409 0.450439 6.95885 0.450439 7.43711C0.450439 7.91537 0.841311 8.30013 1.32716 8.30013H13.751L8.90349 12.8526C8.5528 13.1834 8.54184 13.7264 8.87426 14.0716C9.20668 14.4168 9.76194 14.4276 10.1126 14.1004L16.5419 8.05921L16.5456 8.0628Z' fill='white'/%3E%3C/svg%3E");
  background-color: transparent;
}
.btn-with-arrow.btn-outline-dark {
  border-color: transparent;
  color: var(--bs-gray-500);
  padding-left: 0.4rem;
}
.btn-with-arrow.btn-outline-dark::after {
  background-color: black;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='15' viewBox='0 0 17 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5456 8.0628C16.7173 7.90099 16.8159 7.67444 16.8159 7.43711C16.8159 7.19978 16.7173 6.97683 16.5456 6.81142L10.1163 0.770271C9.76559 0.439446 9.21034 0.45383 8.87791 0.799038C8.54549 1.14425 8.55645 1.69083 8.90714 2.01806L13.751 6.57409H1.32716C0.841311 6.57409 0.450439 6.95885 0.450439 7.43711C0.450439 7.91537 0.841311 8.30013 1.32716 8.30013H13.751L8.90349 12.8526C8.5528 13.1834 8.54184 13.7264 8.87426 14.0716C9.20668 14.4168 9.76194 14.4276 10.1126 14.1004L16.5419 8.05921L16.5456 8.0628Z' fill='white'/%3E%3C/svg%3E");
}
.btn-with-arrow.btn-dark {
  background-color: black;
  border-color: black;
  color: white;
  padding-left: 2rem;
  padding-right: 4rem;
}
.btn-with-arrow.btn-dark::after {
  background-color: black;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='15' viewBox='0 0 17 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5456 8.0628C16.7173 7.90099 16.8159 7.67444 16.8159 7.43711C16.8159 7.19978 16.7173 6.97683 16.5456 6.81142L10.1163 0.770271C9.76559 0.439446 9.21034 0.45383 8.87791 0.799038C8.54549 1.14425 8.55645 1.69083 8.90714 2.01806L13.751 6.57409H1.32716C0.841311 6.57409 0.450439 6.95885 0.450439 7.43711C0.450439 7.91537 0.841311 8.30013 1.32716 8.30013H13.751L8.90349 12.8526C8.5528 13.1834 8.54184 13.7264 8.87426 14.0716C9.20668 14.4168 9.76194 14.4276 10.1126 14.1004L16.5419 8.05921L16.5456 8.0628Z' fill='white'/%3E%3C/svg%3E");
}
.btn-with-arrow:hover, .btn-with-arrow:focus {
  padding-left: 1.5rem;
  padding-right: 3.4rem;
  background-color: #fff;
}
.btn-with-arrow:hover.arrow-transparent::after, .btn-with-arrow:focus.arrow-transparent::after {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='15' viewBox='0 0 17 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5456 8.0628C16.7173 7.90099 16.8159 7.67444 16.8159 7.43711C16.8159 7.19978 16.7173 6.97683 16.5456 6.81142L10.1163 0.770271C9.76559 0.439446 9.21034 0.45383 8.87791 0.799038C8.54549 1.14425 8.55645 1.69083 8.90714 2.01806L13.751 6.57409H1.32716C0.841311 6.57409 0.450439 6.95885 0.450439 7.43711C0.450439 7.91537 0.841311 8.30013 1.32716 8.30013H13.751L8.90349 12.8526C8.5528 13.1834 8.54184 13.7264 8.87426 14.0716C9.20668 14.4168 9.76194 14.4276 10.1126 14.1004L16.5419 8.05921L16.5456 8.0628Z' fill='black'/%3E%3C/svg%3E");
}
.btn-with-arrow:hover.btn-outline-dark, .btn-with-arrow:focus.btn-outline-dark {
  border-color: transparent;
  padding-left: 0.6rem;
  color: white;
  background-color: black;
}
.btn-with-arrow:hover.btn-dark, .btn-with-arrow:focus.btn-dark {
  padding-left: 2.6rem;
  padding-right: 3.4rem;
  color: white;
  background-color: black;
}
.btn-with-arrow:hover::after, .btn-with-arrow:focus::after {
  width: 3.4rem;
}

.navbar {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.3s ease background;
  background-color: rgb(0, 0, 0);
}
.navbar.navbar-dark {
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar:has(.navbar-collapse.collapse.show), .navbar:has(.navbar-collapse.collapsing) {
  background-color: rgba(0, 0, 0, 0.6);
}
.navbar .navbar-nav {
  --bs-nav-link-font-weight: 300;
  --bs-nav-link-font-size: 0.875rem;
  --bs-nav-link-color: #fff;
  --bs-navbar-nav-link-padding-x: 1.6rem;
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
}

section#contato {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
  background-image: url("/assets/placeholder/bg-contato.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-attachment: fixed;
  background-size: contain;
  padding-bottom: 0;
}
section#contato form {
  padding: 35px 35px 50px 35px;
  border-radius: 30px 30px 0 0;
  background-color: var(--bs-black);
}

@media (max-width: 1199px) {
  section#contato {
    background-size: cover;
    background-position: center;
  }
}
@media (min-width: 1200px) {
  section#representantes {
    background-size: cover;
  }
}
@media (min-width: 1200px) {
  .fixTop {
    height: 40px;
  }
}
.bg-white {
  background-color: white;
}