@font-face {
  font-family: "Proxima Nova";
  font-weight: 200;
  font-style: normal;
  src: url("../../fonts/proxima_nova_thin-webfont.woff2") format("woff2"),
    url("../../fonts/proxima_nova_thin-webfont.woff") format("woff");
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 300;
  font-style: normal;
  src: url("../../fonts/proxima_nova_light-webfont.woff2") format("woff2"),
    url("../../fonts/proxima_nova_light-webfont.woff") format("woff");
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-style: normal;
  src: url("../../fonts/proxima_nova_regular-webfont.woff2") format("woff2"),
    url("../../fonts/proxima_nova_regular-webfont.woff") format("woff");
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 500;
  font-style: normal;
  src: url("../../fonts/proxima_nova_semibold-webfont.woff2") format("woff2"),
    url("../../fonts/proxima_nova_semibold-webfont.woff") format("woff");
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 600;
  font-style: normal;
  src: url("../../fonts/proxima_nova_bold-webfont.woff2") format("woff2"),
    url("../../fonts/proxima_nova_bold-webfont.woff") format("woff");
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 700;
  font-style: normal;
  src: url("../../fonts/proxima_nova_extrabold-webfont.woff2") format("woff2"),
    url("../../fonts/proxima_nova_extrabold-webfont.woff") format("woff");
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 800;
  font-style: normal;
  src: url("../../fonts/proxima_nova_black-webfont.woff2") format("woff2"),
    url("../../fonts/proxima_nova_black-webfont.woff") format("woff");
}

body {
  text-align: center;
}
body,
td {
  color: #262426;
  font-weight: 400;
  font-family: "Proxima Nova", "Segoe UI", "Roboto", "Helvetica Neue",
    "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
body > section > .container {
  padding-left: 8%;
  padding-right: 8%;
}
a,
h1,
h2,
h4 {
  color: #262426;
  transition: 0.3s;
}
a:hover {
  color: #262426;
}
h1,
h2 {
  line-height: 100%;
}
hr {
  border-top-color: #262426;
  opacity: 0.75;
}
section strong {
  font-weight: 600;
}

#cursor {
  z-index: 999;
  position: fixed;
  height: 40px;
  width: 40px;
  pointer-events: none;
  background-position: center;
  background-repeat: no-repeat;
}
#cursor::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 1px solid white;
  opacity: 0.7;
  border-radius: 50%;
  mix-blend-mode: difference;
}

.btn {
  border-radius: 12px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 500;
  min-width: 200px;
  color: #000000;
}
.btn-primary {
  padding: 12px 30px;
  background-color: #62d440;
  border-color: #62d440;
}
.btn-primary:hover {
  background-color: #62d440;
  border-color: #62d440;
}
.btn-secundary {
  padding: 12px 30px;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #62d440;
}
.btn-secundary:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: #62d440;
  border-color: #62d440;
}
.btn-whatsapp {
  background-color: #25d366 !important;
  border-color: #25d366 !important;
  padding: 14px 30px 10px 30px;
}
.btn-whatsapp:hover {
  background-color: #2bf978 !important;
  border-color: #2bf978 !important;
}
.btn-whatsapp::before {
  content: "\f232";
  font-family: "Font Awesome 6 Brands";
  margin-right: 6px;
  font-size: 1.65em;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.breadcrumb-item + .breadcrumb-item::before,
.breadcrumb-item,
.breadcrumb-item.active {
  color: #757575;
  font-size: 0.9rem;
}
.breadcrumb-item.active {
  font-weight: 500;
}
.swiper-button-prev {
  background-image: url("../../img/swiper_prev.webp");
}
.swiper-button-next {
  background-image: url("../../img/swiper_next.webp");
}
.justify-content-between .swiper-container {
  width: 100% !important;
  max-width: 100% !important;
}
.justify-content-between .swiper-wrapper {
  justify-content: space-between;
}
.accordion .collapsed {
  background-color: #4e5b61;
  color: 262426;
}
.accordion-item {
  border: none;
  margin-bottom: 10px;
  border-radius: 0 !important;
}
.accordion-button {
  border-radius: 0 !important;
  font-weight: 500;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: #62d440;
  color: 262426;
}
.accordion-button::after {
  display: inline-block;
  content: "";
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-bottom: 0;
  border-left: 0.35em solid transparent;
  background: none;
  width: auto;
  height: auto;
}
.accordion-body {
  background-color: #f6f7f7;
}
.form-control,
.form-control:focus,
.form-select,
.form-select:focus {
  background-color: #f5f6f7;
  border-radius: 0;
  border-color: #f5f6f7;
  color: #818e95;
}
.form-floating label,
form {
  color: #818e95;
}
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  color: #304148;
  font-size: 0.9rem;
}
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-select ~ label::after {
  background: transparent;
}
.form-floating.empty label {
  color: #818e95;
  transform: none;
  font-size: 1rem;
}
.form-floating input[type="file"] {
  color: transparent;
  position: relative;
}
.form-floating input[type="file"]::before {
  content: "Anexar arquivo (Formato PDF)";
  display: inline-block;
  height: 63px;
  line-height: 63px;
  background-color: #f5f6f7;
  color: #818e95;
  padding: 0 0.75rem;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
}
.form-floating input[type="file"]::after {
  content: "\f0c6";
  font: normal 900 1em/1 "Font Awesome 6 Free";
  color: #818e95;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  position: absolute;
  right: 24px;
  top: 22px;
}
.dropdown.select button {
  padding-left: 1rem;
  padding-right: 1rem;
}
.dropdown.select button::after {
  float: right;
  border-width: 0.45em;
  margin-top: 8px;
}
.dropdown.select ul {
  position: relative !important;
  transform: none !important;
  border-radius: 0;
  background-color: #f6f7f7;
}
.dropdown.select a:hover {
  color: #62d440;
  background: transparent;
}
.page-link {
  color: #304148;
  border-color: #304148 !important;
  width: 42px;
  height: 42px;
  text-align: center;
  font-weight: 500;
  padding: 0;
  line-height: 42px;
}
.page-link.icon {
  font-size: 1.5rem;
  line-height: 38px;
}
.page-link:hover {
  background-color: #f5f6f7;
}
.active > .page-link,
.page-link.active {
  background-color: #62d440;
  border-color: #62d440;
}

.bg-grey {
  background-color: #f5f6f7;
}
.bd-grey {
  border: 10px solid #e3e5e7;
}
.txt-grey {
  color: #304148;
}
.source {
  border-top: 1px solid #304148;
  border-bottom: 1px solid #304148;
  padding: 18px 0;
  margin: 50px 0;
}
.source a {
  color: #304148;
  text-decoration: none;
  display: block;
  background: url("../../img/ico_link.webp") right center no-repeat;
  width: 99%;
}
.source a:hover {
  color: #62d440;
  background-image: url("../../img/ico_link_hover.webp");
}
.title {
  margin-top: 20px;
}
.title h1 + p {
  color: #788388;
  font-size: 1.2rem;
  line-height: 110%;
}

#logo {
  max-width: 150px;
  position: relative;
  top: 0px;
}
header {
  padding: 10px 0;
  width: 100%;
  background-color: #fff;
  height: 100%;
  z-index: 100;
}
header .offcanvas-header,
header .offcanvas-body,
header .navbar-nav {
  width: 100%;
}
header .navbar-brand,
header .navbar-brand:hover {
  color: #262426;
}
header .navbar-toggler {
  border: none;
}
header .nav-link,
header .dropdown-item {
  color: #262426;
}
header .dropdown-toggle::before {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  margin-right: 10px;
}
header .navbar-nav > .dropdown > .dropdown-toggle::before,
header .dropdown-toggle::after {
  display: none;
}
header .navbar-nav > .dropdown > .dropdown-menu {
  border: none;
}
header .navbar-nav > .dropdown > .dropdown-menu > li > .dropdown-item {
  padding-left: 1.15rem;
  padding-right: 1.5rem;
  min-width: 190px;
}
header .navbar-nav .dropdown-menu .dropdown-menu {
  position: relative;
  border: none;
  padding-left: 1rem;
  padding-top: 0;
}
header .navbar-nav .dropdown-menu .dropdown-menu .dropdown-item {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
header .dropdown-item:focus,
header .dropdown-item:hover,
header .dropdown-item.show {
  background: transparent !important;
  color: #262426;
}
header .dropdown-item.active,
header .dropdown-item:active {
  background: transparent !important;
}
header .dropdown-toggle.show,
header .navbar-nav .nav-link.show {
  font-weight: 500;
}
header .dropdown.has-submenu .dropdown-item {
  margin-left: 22px;
}
header .dropdown.has-submenu .dropdown-item.dropdown-toggle {
  margin-left: 0;
}
header .ms-lg-3 {
  margin-right: 1rem;
}

footer {
  background-color: #62d440;
  padding: 50px 0 0;
}
footer .footer_top {
  padding: 0 0 50px;
}
footer li {
  list-style: none;
}
footer li a {
  color: 262426;
  text-decoration: none;
  transition: all 1s;
}
footer li a:hover {
  color: #000;
}
footer .icon:hover {
  color: #262426;
}
footer .footer_copy {
  padding: 50px 0 10px;
  border-top: 1px solid #262426;
}
footer .footer_copy a {
  color: 262426;
  transition: all 1s;
}
footer .footer_copy a:hover {
  color: #262426;
}

#home_video_thumb {
  position: relative;
}
#home_video_thumb img {
  width: 100%;
}
#home_video_thumb .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
#home_video_thumb .play:hover {
  filter: brightness(0) saturate(100%) invert(21%) sepia(8%) saturate(308%)
    hue-rotate(10deg) brightness(89%) contrast(83%);
  cursor: pointer;
}

#home_video.hidden {
  display: none;
}
#home_video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
#home_video iframe {
  width: 90%;
  max-width: 1200px;
  height: auto;
  aspect-ratio: 16/9;
}
#close_modal {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

#numeros {
  background-color: #fff;
  padding: 50px 0 100px 0;
}
#numeros .container {
  padding: 0 10%;
}
#numeros h2 {
  color: #62d440;
}
#numeros p {
  text-align: center;
}
#numeros .numeros-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#home_empreendimentos {
  padding: 0 0 50px 0;
  background-color: #fff;
}
#home_empreendimentos h2 {
  padding: 50px 0;
}
#home_empreendimentos h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#home_empreendimentos .container .pt-3 {
  border-left: 1px solid #262426;
  border-right: 1px solid #262426;
  border-bottom: 1px solid #262426;
  text-align: center;
  padding: 0 15px;
  height: 115px;
}
#home_empreendimentos .btn {
  background-color: #62d440;
  z-index: 1;
  position: relative;
  overflow: hidden;
  border: none;
}
#home_empreendimentos .btn::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #262426;
  border-radius: 12px;
  transition: width 0.6s ease;
  border: 1px solid #62d440;
}
#home_empreendimentos .btn:hover {
  color: #62d440;
}
#home_empreendimentos .btn:hover::after {
  width: 100%;
}
#home_empreendimentos .btn:active {
  top: 2px;
}

#home-empreendimento-destaque {
  background-color: #262426;
}
#home-empreendimento-destaque .row {
  width: 100%;
}
#home-empreendimento-destaque .col-md-12 {
  background-color: #262426;
}
#home-empreendimento-destaque h3 {
  color: #62d440;
  text-transform: uppercase;
}
#home-empreendimento-destaque p {
  color: #fff;
}
#home-empreendimento-destaque .col-md-6 {
  padding: 0;
}
#home-empreendimento-destaque .container {
  padding: 0 10%;
}
#home-empreendimento-destaque .btn {
  background-color: #62d440;
  z-index: 1;
  position: relative;
  overflow: hidden;
  border: none;
}
#home-empreendimento-destaque .btn::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #262426;
  border-radius: 12px;
  transition: width 0.6s ease;
  border: 1px solid #62d440;
}
#home-empreendimento-destaque .btn:hover {
  color: #62d440;
}
#home-empreendimento-destaque .btn:hover::after {
  width: 100%;
}
#home-empreendimento-destaque .btn:active {
  top: 2px;
}

#home-sobre {
  padding: 100px 0;
  background-color: #62d440;
}
#home-sobre p {
  text-align: center;
  color: #100f10;
}

#linhas {
  position: relative;
  padding: 100px 0 0;
  background-color: #fff;
}
#linhas .swiper-container {
  margin: auto;
}
#linhas .swiper-slide img {
  margin-bottom: 20px;
  object-fit: cover;
}
#linhas .swiper-slide a {
  font-weight: bold;
}
#linhas .swiper-button-next,
#linhas .swiper-button-prev {
  top: 85px;
}

#linhas .btn {
  position: absolute;
  bottom: 50%;
  left: calc(50% - 100px);
}

#home-noticias {
  padding: 100px 0 0;
}
#home-noticias .noticia_btn {
  text-decoration: none;
  color: #62d440;
}
#home-noticias .noticia_btn:hover {
  background-color: #62d440;
  color: #262426;
  border-radius: 45px;
  padding: 5px 20px;
}
#home-noticias img {
  border-radius: 12px;
}
#home-noticias h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#home-noticias p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#produtos {
  background-color: #fff;
  padding: 100px 0;
  border-top: 1px solid #62d440;
}

#produtos .row {
  gap: 30px 0;
}

#produtos .content {
  padding: 10px 0;
  border-left: 1px solid #4b464b;
  border-bottom: 1px solid #4b464b;
  border-right: 1px solid #4b464b;
}

#produtos .content h2 {
  margin: 0 10px;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#produtos .content p {
  margin: 0 10px;
  font-size: 16px;
}

#produtos .img-container {
  overflow: hidden;
  position: relative;
}

#produtos img {
  width: 100%;
  transition: transform 0.5s ease;
  object-fit: cover;
}

#produtos img:hover {
  transform: scale(1.3);
}

#produtos .produtosNavegation {
  margin: 48px 0;
  display: flex;
  gap: 16px;
  justify-content: center;
}

#produtos .produtosNavegation a {
  padding: 12px 20px;
  border: 1px solid #25d366;
  color: #262426;
  border-radius: 8px;
  text-decoration: none;
  transition: all 500ms;
}

#produtos .produtosNavegation a.active,
#produtos .produtosNavegation a:hover {
  background-color: #25d366;
  color: #262426;
}

.btn-empreendimentos {
  border: 1px solid #4b464b;
  color: 262426;
}
.btn-empreendimentos:hover {
  border: 1px solid #4b464b;
  color: 262426;
}
.btn-empreendimentos:active {
  border: 1px solid #4b464b;
  color: 262426;
  background-color: transparent;
}

.custom-select {
  padding: 10px;
  border: 1px solid #ccc;
  cursor: pointer;
  position: relative;
}
.dropdown-options {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  width: 100%;
  z-index: 1;
}
.dropdown-options.show {
  display: block;
}
.dropdown-options li {
  padding: 8px 12px;
  cursor: pointer;
}
.dropdown-options li:hover {
  background-color: #62d440;
  color: white;
}
.dropdown-options .selected {
  font-weight: bold;
  background-color: #f1f1f1;
}

#empreendimento_descricao {
  background-color: #fff;
  padding: 50px 0;
}
#empreendimento_infos {
  background-color: #fff;
  padding: 50px 0;
}
#empreendimento_infos .btn {
  background-color: #62d440;
  color: #fff;
  z-index: 1;
  position: relative;
  overflow: hidden;
  border: none;
}
#empreendimento_infos .btn::after {
  border: none;
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #62d440;
  transition: width 0.6s ease;
}
#empreendimento_infos .btn:hover {
  color: #ffffff;
}
#empreendimento_infos .btn:hover::after {
  width: 100%;
}
#empreendimento_infos .btn:active {
  top: 2px;
}
#empreendimento_galeria {
  background-color: #fff;
  padding: 50px 0;
}
#empreendimento_galeria .col-md-12 {
  color: #62d440;
  border-bottom: 1px solid #62d440;
}
#empreendimento_mapa {
  background-color: #fff;
  padding: 50px 0;
}
#empreendimento_mapa .col-md-12 {
  color: #62d440;
  border-bottom: 1px solid #62d440;
}
#empreendimento_mapa iframe {
  padding: 100px 0 0;
}
#empreendimento_contato {
  background-color: #fff;
  padding: 50px 0;
}
#empreendimento_contato .col-md-12 {
  color: #62d440;
  border-bottom: 1px solid #62d440;
}
#empreendimento_contato form {
  padding: 100px 0 0;
}
#empreendimento_contato form input {
  border: 1px solid #62d440;
  background-color: transparent;
  color: #262426;
}
#empreendimento_contato form input::placeholder {
  color: #262426;
}
#empreendimento_contato form input:focus {
  box-shadow: none;
}
#empreendimento_contato form textarea {
  border: 1px solid #62d440;
  background-color: transparent;
  color: 262426;
}
#empreendimento_contato form textarea::placeholder {
  color: #ffffff79;
}
#empreendimento_contato form textarea:focus {
  box-shadow: none;
}
#empreendimento_contato .btn {
  align-self: center;
  color: 262426;
  background: transparent;
  cursor: pointer;
  transition: all 0.6s ease;
  position: relative;
  display: inline-block;
  outline: none;
}
#empreendimento_contato .btn {
  background-color: #62d440;
  z-index: 1;
  position: relative;
  overflow: hidden;
  border: none;
}
#empreendimento_contato .btn::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #fff;
  transition: width 0.6s ease;
}
#empreendimento_contato .btn:hover {
  color: #62d440;
}
#empreendimento_contato .btn:hover::after {
  width: 100%;
}
#empreendimento_contato .btn:active {
  top: 2px;
}
#banner {
  position: relative;
  width: 100%;
  height: auto;
}
#banner img {
  width: 100%;
  height: auto;
  max-height: 75vh;
  object-fit: cover;
  object-position: center;
}

#noticias {
  background-color: #fff;
  padding: 100px 0;
  border-top: 1px solid #62d440;
}
#noticias .row {
  gap: 50px 0;
}
#noticias .noticia_btn {
  text-decoration: none;
  color: #62d440;
}
#noticias .noticia_btn:hover {
  background-color: #62d440;
  color: #262426;
  border-radius: 45px;
  padding: 5px 20px;
}
#noticias h5 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#noticias p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#noticia {
  background-color: #fff;
  padding: 100px 0;
  border-top: 1px solid #62d440;
}
#noticia p {
  text-align: justify;
}
#noticia .btn {
  width: 30%;
  align-self: center;
  color: 262426;
  background: transparent;
  cursor: pointer;
  transition: all 0.6s ease;
  position: relative;
  display: inline-block;
  outline: none;
}
#noticia .btn {
  background-color: #62d440;
  z-index: 1;
  position: relative;
  overflow: hidden;
  border: none;
}
#noticia .btn::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #fff;
  border-radius: 12px;
  transition: width 0.6s ease;
  border: 1px solid #62d440;
}
#noticia .btn:hover {
  color: #62d440;
}
#noticia .btn:hover::after {
  width: 100%;
}
#noticia .btn:active {
  top: 2px;
}

#contato {
  background-color: #fff;
  border-top: 1px solid #62d440;
}
#contato .container {
  padding: 100px;
}
#contato ul {
  list-style: none;
}
#contato form {
  background-color: #fff;
  padding: 60px 30px;
  border-radius: 12px;
}
#contato label {
  color: #000;
}
#contato form input {
  border: 1px solid #62d440;
  background-color: transparent;
  color: #000000;
  border-radius: 12px;
}
#contato form input:focus {
  box-shadow: none;
}
#contato form textarea {
  border: 1px solid #62d440;
  background-color: transparent;
  color: #000000;
  border-radius: 12px;
}
#contato form textarea:focus {
  box-shadow: none;
}
#contato .btn {
  align-self: center;
  color: 262426;
  background: transparent;
  cursor: pointer;
  transition: all 0.6s ease;
  position: relative;
  display: inline-block;
  outline: none;
}
#contato .btn {
  background-color: #62d440;
  z-index: 1;
  position: relative;
  overflow: hidden;
  border: none;
}
#contato .btn::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #fff;
  transition: width 0.6s ease;
}
#contato .btn:hover {
  color: #62d440;
}
#contato .btn:hover::after {
  width: 100%;
}
#contato .btn:active {
  top: 2px;
}

#sobre {
  background-color: #fff;
  padding: 100px 0 0;
  border-top: 1px solid #62d440;
  text-align: justify;
}
#sobre_historia {
  padding-bottom: 100px;
}
#sobre_mvv {
  background-color: #62d440;
  padding: 100px;
  color: #fff;
}
#sobre_quem_somos {
  overflow-x: hidden;
  background-color: #fff;
}
#sobre_quem_somos p {
  text-align: justify;
}

@media (max-width: 991px) {
  header #navbarContent {
    padding: 50px 0 0;
  }
  header .navbar-nav .nav-link.show,
  header .navbar-nav .nav-link:hover,
  header .navbar-nav .nav-link:focus {
    background: transparent !important;
    color: #62d440;
  }
  header .navbar-nav > .dropdown > .dropdown-menu {
    padding-top: 0;
  }
  header .navbar-nav > .dropdown > .nav-link.show {
    padding-bottom: 0;
  }

  #numeros .col-md-3 {
    width: 50%;
  }
  #numeros .col-md-12 p {
    text-align: justify;
  }
  #numeros .col-md-3 .numeros-box p {
    text-align: center !important;
  }

  #home_empreendimentos .container .pt-3 {
    width: 100%;
  }

  #home_empreendimentos {
    padding: 50px 0;
  }
  #home_empreendimentos .col-md-4 {
    display: contents;
  }

  #home-empreendimento-destaque {
    padding: 50px 0;
  }
  #home-empreendimento-destaque .row {
    padding: 50px 0 0;
    margin: 0;
  }
  #home-empreendimento-destaque p {
    text-align: justify !important;
  }
  #home-empreendimento-destaque img {
    padding: 50px 0 0;
  }

  #home-sobre p {
    text-align: justify;
  }

  #linhas {
    padding: 50px 0 0;
  }

  #home-noticias {
    padding: 50px 0 0;
  }
  #home-noticias .noticias_container {
    padding: 50px 0;
  }
  #home-noticias .col-md-4 {
    padding: 25px 0;
  }
  #home-noticias .col-md-4 p {
    margin: 0 8%;
  }
  #home-noticias .col-md-4 img {
    border-radius: 0;
  }

  #produtos {
    padding: 50px;
  }

  #noticias {
    padding: 50px;
  }

  #sobre {
    padding: 50px;
  }
  #sobre_historia {
    padding: 0px;
  }
  #sobre_mvv {
    padding: 50px;
  }
  #sobre_mvv .col-md-3 {
    margin-top: 20px;
  }
  #sobre_mvv .col-md-3 p {
    text-align: justify;
  }
  #sobre_quem_somos {
    background-color: #262426;
  }
  #sobre_quem_somos .row {
    flex-direction: column-reverse;
  }
  #sobre_quem_somos .row .container {
    padding: 50px;
  }
  #sobre_quem_somos .row .container .container {
    padding: 0px;
    text-align: justify;
  }

  #contato .container {
    padding: 0px;
  }
  #contato .container .container {
    padding: 50px;
  }
  #contato form {
    border-radius: 0px;
  }

  footer {
    padding: 50px 0 0px;
  }
  footer .footer_top {
    padding: 0 0;
  }
  footer .container {
    display: flex;
    justify-content: center;
  }
  footer .row {
    gap: 30px 0;
    width: 100%;
  }
  footer .w-100 {
    display: flex;
    flex-direction: column;
  }
  footer .w-100 ul {
    padding: 0;
    margin: 0;
    flex-direction: column;
  }
  footer .w-100 ul li {
    margin-bottom: 2px;
  }
  footer .footer_social ul {
    justify-content: center !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .container,
  .container-sm {
    max-width: 576px;
  }
  .over-grid {
    width: 110%;
    margin-left: -5%;
  }
}

@media (min-width: 640px) and (max-width: 767px) {
  .over-grid {
    width: 130%;
    margin-left: -15%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .over-grid {
    width: 120%;
    margin-left: -10%;
  }
}

@media (max-width: 289px) {
  header .navbar-brand em {
    display: none;
  }
}

@media (min-width: 992px) {
  body {
    text-align: left;
  }
  header .navbar .nav-link {
    color: #262426;
    font-weight: 500;
  }
  header .navbar .nav-link:hover {
    color: #a6adb0;
  }
  header .navbar .offcanvas {
    position: relative;
    top: -12px;
  }
  header .navbar .language {
    position: absolute;
    top: -35px;
    right: 0;
  }
  header .navbar-brand em {
    top: -8px;
    font-size: 1rem;
  }
  header .navbar-nav > .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: -3px;
    border: none;
    border-top: 4px solid #a6adb0;
  }
  header .navbar-nav > .dropdown > .dropdown-menu > .dropdown-menu-arrow {
    top: -28px;
    left: 15%;
    width: 0;
    height: 0;
    position: relative;
  }
  header .navbar-nav > .dropdown > .dropdown-menu > .dropdown-menu-arrow:before,
  header .navbar-nav > .dropdown > .dropdown-menu > .dropdown-menu-arrow:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-width: 7px 8px;
    border-style: solid;
    border-color: transparent;
    z-index: 1001;
  }
  header .navbar-nav > .dropdown > .dropdown-menu > .dropdown-menu-arrow:after {
    bottom: -18px;
    right: -8px;
    border-bottom-color: #a6adb0;
  }
  header
    .navbar-nav
    > .dropdown
    > .dropdown-menu
    > .dropdown-menu-arrow:before {
    bottom: -17px;
    right: -8px;
    border-bottom-color: rgba(0, 0, 0, 0.15);
  }
}

@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 3rem;
  }
  .title h1 + p {
    font-size: 1.5rem;
  }
  header {
    height: 120px;
  }
  header .navbar .offcanvas {
    position: relative;
    top: -5px;
  }
  header .navbar .language {
    position: absolute;
    top: -50px;
    right: 0;
  }
  header .navbar-brand em {
    font-size: 1.3rem;
  }
}

@media (min-width: 1600px) {
  html,
  body,
  td {
    font-size: 1.1em;
  }
  .container {
    max-width: 1400px;
  }
  header .container,
  footer .container {
    max-width: 86%;
  }
  header .navbar .offcanvas {
    position: relative;
    top: -10px;
  }
  header .dropdown.has-submenu .dropdown-item {
    margin-left: 25px;
  }
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .dropdown-menu li {
    position: relative;
  }
  .nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }
  .nav-item .submenu-left {
    right: 100%;
    left: auto;
  }
  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: 0.5rem;
  }
}
/* ============ small devices .end// ============ */
