@import url("./normalize.css");
@import url("./bootstrap.min.css");
@import url("./slick.css");
@import url("./slick.min.css");
@import url("./slick-theme.min.css");

* {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

:root {
  --color-1: #0860db;
  --color-2: #24d17a;
  --color-3: #021e46;
  --color-4: #0856c3;
  --color-5: #ffffff;
}

body,
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

dialog:not([open]) {
  display: none;
}

dialog {
  border: none;
  width: 100vw;
  max-width: 100vw;
  max-height: 100vh;
  margin: 0 20px;
  padding: 40px 50px 40px 0;
  background: transparent;
  overflow-y: scroll;
  overflow-x: hidden;
}

.dialog-inner,
.dialog-login {
  max-width: 95vw;
  width: 100%;
  background-color: #fff;
  position: relative;
  /*margin: 0 auto;*/
  border-radius: 40px;
  padding: 25px;
  /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);*/
}

#login-popover {
  display: none;
  position: absolute;
  z-index: 999;
  top: calc(100% + 10px);
  left: -330px;
}

.login-dialog {
  position: relative;
}

.login-dialog p {
  color: #021e46;
  font-weight: 400;
}

.dialog-login {
  padding: 24px 24px;
  width: 40%;
  border-radius: 1rem;
}

.modal-header {
  border-bottom: none;
}

.g-recaptcha{
  width: 90%;
}

.modal-header img {
  max-width: 150px;
}

.dialog-login form .field-contato {
  border-radius: 8px;
  background: #f9f9f9;
  color: #616773;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.16px;
  margin-bottom: 1rem;
  width: 100%;
  border: none;
  padding: 16px;
}

.dialog-login form label {
  font-size: 0.75rem;
}

.dialog-login a {
  color: #959595;
  /*text-align: right;*/
  text-align: left;
  padding-bottom: 10px;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  display: block;
}

.dialog-login::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 84%;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent white transparent;
}
@media only screen and (max-width: 768px) {
  .dialog-login::before {
    display: none;
  }
  .dialog-login form .field-contato {
    padding: 12px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  #close-login-popover {
    top: 5px;
    right: 5px;
  }
}

button[close-dialog] {
  cursor: pointer;
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  transition: all 300ms;
  margin-top: -5px;
  float: right;
  clear: both;
}

button[close-dialog] img {
  width: 45px;
}

button[close-dialog]:hover {
  opacity: 0.7;
}

.scroll-container {
  max-width: 100%;
  overflow-x: auto;
}

.header-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  box-sizing: border-box;
  transition: all 300ms;
}

.header-main.bg {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.header-main.white .main-menu .nav-link:not(.buttom-menu),
.header-main.white .main-menu .nav-link.buttom-signin {
  color: var(--color-5);
}

.header-main.white .transparent-color {
  width: 161px;
  border: none;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.04);
  padding: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}


.header-main.bg .main-menu .nav-link:not(.buttom-menu),
.header-main.blue .main-menu .nav-link:not(.buttom-menu) {
  color: var(--color-3);
}
.header-main.bg .main-menu .nav-link:not(.buttom-menu):hover,
.header-main.blue .main-menu .nav-link:not(.buttom-menu):hover {
  border-bottom-color: var(--color-3);
}
.header-main.bg .main-menu .nav-link.buttom-signin,
.header-main.blue .main-menu .nav-link.buttom-signin {
  color: var(--color-3);
  border-color: var(--color-3);
}
.header-main.bg .main-menu .nav-link.buttom-signin:hover,
.header-main.blue .main-menu .nav-link.buttom-signin:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.header-main .navbar .navbar-toggler {
  text-align: right;
  outline: none;
}
.header-main .navbar-toggler .navbar-toggler-icon {
  background-image: url("../images/icon-menu.png");
  height: 1em;
}

.header-main.scrolled .nav-link svg path {
  stroke: var(--color-3);
}

.active.opening svg,
.active.closing svg {
  transform: rotate(0deg);
  transition: transform ease-in-out 0.1s;
}

.active svg {
  transform: rotate(-90deg);
  transition: transform ease-in-out 0.1s;

}

.closing svg {
  transform: rotate(0deg);
  transition: transform ease-in-out 0.1s;
}


.main-menu {
  padding: 1rem 0;
}
.main-menu .nav-item {
  margin-right: 1.5rem;
}
.main-menu .nav-link:not(.buttom-menu) {
  border-bottom: solid 2px transparent;
}
.main-menu .nav-link:not(.buttom-menu):hover {
  border-bottom-color: #fff;
}
.main-menu .nav-item:last-child {
  margin-right: 0;
}
.main-menu .navbar-nav {
  justify-content: center;
  align-items: center;
  display: flex;
}
.main-menu .nav-item .nav-link {
  color: #fff;
  font-weight: 600;
  font-size: 1.25rem;
  transition: all 0.3s;
}
.main-menu .nav-item .nav-link:hover {
  color: #fff;
}

@media (max-width: 1500px) {
  .main-menu .nav-item .nav-link {
    font-size: 1rem;
  }
}
.buttom-menu {
  padding: 0.75rem 2.25rem !important;
  border-radius: 5rem;
  text-align: center;
  width: auto !important;
  font-size: 1.25rem;
  font-weight: 600;
}
.buttom-menu.buttom-signin:hover {
  background: rgba(255, 255, 255, 0.2);
}
.btn-349{
  width: 349px !important;
}
.transparent-color {
  border: 1px solid var(--grey-05, #fff);
  background-color: transparent;
  width: 161px;
}
.green-color {
  background-color: #24d17a;
  border: solid 1px #24d17a;
  color: #0a3c24 !important;
  width: 212px;
}
.title-default {
  font-size: 3.5rem;
  line-height: 4rem;
  font-weight: 600;
  color: var(--color-3);
}

.tag-section {
  font-weight: 500;
  font-size: 1.25rem;
  color: #0860db;
  margin: 0 0 8px 0;
}
.title-section {
  font-weight: 700;
  font-size: 4rem;
  color: #021e46;
  margin: 0 0 16px 0;
  line-height: 72px;
}
.description-section {
  font-weight: 400;
  font-size: 1.25rem;
  color: #021e46;
  margin: 0 0 24px 0;
}
.px-100 {
  padding-left: 100px;
  padding-right: 100px;
}

.main-cta-servicos .title {
  font-size: 3.5rem;
  margin-top: 0;
}
.main-cta-servicos .title span {
  color: var(--color-1);
}

footer {
  position: relative;
  display: flex;
  flex-direction: column;
}

.box-menu-footer {
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .container-banner {
  position: relative;
  margin-top: 300px;
  margin-bottom: -65px;
}
footer .container-banner .bg-footer {
  position: absolute;
  z-index: 2;
  right: 170px;
  bottom: 0;
}

@media  screen and (min-width: 1600px){
  footer .container-banner .bg-footer {
    right: 200px;
  }
}

@media  screen and (min-width: 2000px){
  footer .container-banner .bg-footer {
    right: 300px;
  }

  footer .bg-footer img {
    height: 600px;
  }

}

@media  screen and (min-width: 2200px){
  footer .container-banner .bg-footer {
    right: 350px;
  }

  footer .bg-footer img {
    height: 900px;
  }

}

.g-recaptcha {
  transform: scale(1);
  transform-origin: 0 0;
}

@media screen and (max-width: 800px) {
  .g-recaptcha {
    transform: scale(0.90);
    transform-origin: 0 0;
  }
}

@media  screen and (min-width: 2500px){
  footer .container-banner .bg-footer {
    right: 360px;
  }
  footer .container-banner .box-banner h3 {
    font-size: 4.5rem !important;
  }
}

footer .container-banner .bg-footer::before{
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="126" height="122" viewBox="0 0 126 122" fill="none"><path d="M6.98047 6.86328H118.98V115.185C57.1246 115.185 6.98047 66.6878 6.98047 6.86328Z" stroke="%2324D17A" stroke-width="12.4472" stroke-miterlimit="10"/></svg>');
  position: absolute;
  right: calc(100% - 70px);
  top: 70%;
}
footer .container-banner .bg-footer::after{
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="126" height="122" viewBox="0 0 126 122" fill="none"><path d="M118.98 115.186H6.98047V6.86362C68.8364 6.86362 118.98 55.361 118.98 115.186Z" stroke="%2324D17A" stroke-width="12.4472" stroke-miterlimit="10"/></svg>');
  position: absolute;
  left: calc(100% - 70px);
  top: auto;
  bottom: 30%;
  z-index: -1;
}
footer .container-banner .box-banner {
  border-radius: var(--radius-none, 0rem) 6.5rem var(--radius-none, 0rem) var(--radius-none, 0rem);
  background: #064AAB;
  z-index: 1;
  width: 100%;
  padding: 3.875rem 3.5rem;
  bottom: 0;
  max-width: 100%;
  /* background-image: url("../images/icon-left.png"),
    url("../images/icon-right.png"); */
  background-repeat: no-repeat;
  background-position: calc(100% - 400px) calc(100% - 50px),
  calc(100% - 50px) calc(100% - 150px);
}

footer .container-banner .box-banner .tag {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 8px 0;
}
footer .container-banner .box-banner h3 {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 32px 0;
}

footer .menu-footer {
  background-color: #0856c3;
  width: 100%;
  padding-top: 124px;
  padding-bottom: 72px;
  display: flex;
  flex-direction: column;
}

#menu-footer-login-ext{
  padding-top: 33px;
  padding-bottom: 0px;
}

.box-footer {
  display: flex;
}

.box1-menu-footer {
  display: flex;
  flex-direction: column;
}
.box-menu-footer .box-menu-footer {
  min-width: 50%;
}

.box-menu-footer--title {
  display: flex;
  flex-direction: column;
}

.atendimento {
  font-weight: 600 !important;
}

@media (max-width: 1024px) {
  .box-footer {
    width: 100%;
  }

  .description-footer {
    max-width: 100% !important;
    margin-bottom: 32px !important;
    text-align: left;
  }

  .itens-menu-footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100% !important;
  }

  .box-menu-footer {
    display: flex;
    flex-direction: column;
  }

  .box-menu-footer {
    text-align: center;
  }

  .menu-termos {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 0.875rem !important;
    font-weight: 300 !important;
    gap: 1rem;
  }

  .footer-institucionais {
    display: flex;
    flex-direction: column;
  }

  .copyright {
    text-align: center !important;
  }

  .tag-section {
    font-size: 0.875 !important;
  }
  .title-section {
    font-size: 2rem !important;
    line-height: 45px !important;
  }
  .banner-mobile {
    max-width: 100% !important;
    display: flex;
    flex-direction: column;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .container-price {
    max-width: 100% !important;
    margin-top: 5rem;
  }
  .integracao-mobile {
    max-width: 100% !important;
    display: flex;
    flex-direction: column;
  }
  .intergracao-mobile--img {
    max-width: 100% !important;
  }
  .integracao-mobile img {
    width: 300px !important;
  }
  .intergracao-mobile--button {
    visibility: hidden;
  }
  .paghiper-mobile-img {
    width: 320px !important;
  }
  .depoimentos .pessoas .pessoa {
    margin-top: 0 !important;
    margin-right: 0 !important;
  }
  .loginDisplayNone {
    display: none;
  }
  .buttonDisplayNone {
    display: block !important;
  }
  .dialog-login-mobile {
    color: #959595;
    text-align: right;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    display: block;
  }
  .nav-link svg path {
    stroke: var(--color-3);
  }
}

.description-footer {
  max-width: 50%;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 149px;
  margin-top: 30px;
}

.itens-menu-footer {
  display: flex;
  justify-content: space-between;
  align-items: top;
  gap: 3rem;
}
.col-menu-footer p,
.col-menu-footer a {
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 32px;
}
.col-menu-footer a {
  font-weight: 600;
  display: block;
}
.icons-redes {
  display: flex;
  justify-content: space-between;
}
.icons-redes a {
  display: inline-block;
}

.footer-institucionais {
  margin: 72px 0;
}
.copyright {
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  text-align: left;
}
.menu-termos {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.menu-termos a {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-decoration-line: underline;
}
.developement {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
}

.cta {
  border-radius: 5rem;
  max-width: 100%;
  padding:10px;
  text-align: center;
  background-color: #24d17a;
  width: 245px;
  color: #0a3c24;
  text-decoration: none !important;
  font-size: 1.25rem;
  font-weight: 600;
  transition: background-color 0.3s ease;
  display: inline-block;
  outline: none !important;
  cursor: pointer;
  border: 0;
}
.cta:hover {
  color: #0a3c24;
  background-color: #1cc06e;
}

.box-cta{

}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

.slick-dots {
  position: relative !important;
  margin-top: 18px !important;
}
.slick-dots button {
  width: 10px !important;
  height: 10px !important;
  background: #1E78F5 !important;
  border-radius: 50%;
}
.slick-dots button::before {
  content: none !important;
}
.slick-dots .slick-active button {
  width: 20px !important;
  border-radius: 7px !important;
  background: #000 !important;
}

.buttom-menu {
  transition: all 0.3s;
  cursor: pointer;
  outline: none !important;
}
.buttom-menu:hover {
  background: #20b96e;
  text-decoration: none !important;
}

.main-hero-pix {
  height: auto;
  padding-top: 15rem;
  min-height: 650px;
}

@media screen and (min-width: 1440px){
  .main-hero-pix{
    height: 840px;
    padding-bottom: 290px;
  }
}

.main-hero-pix .container,
.main-hero-pix .row {
  height: 100%;
}

.main-hero-pix .title {
  color: var(--color-3);
  font-family: 'Montserrat', sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4.5rem;
}

.legend {
  color: #0860DB !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.main-hero-pix {
  color: var(--color-3) !important;
  font-size: 20px;
  font-weight: 500;
  line-height: 24.38px;
  margin: 0;
}
.main-hero-pix .description {
  color: var(--color-3) !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
}
.main-hero-pix button {
  width: 100%;
  max-width: 349px;
}
.main-hero-pix  .hero-image{
  position: absolute;
  top: 0;
  right: 0;
  left: calc(50% - 150px);
  width: 100%;
  height: auto;
  max-height: 750px;
  object-fit: contain;
  object-position: left top;
}

@media screen and (max-width: 767px){
  .main-hero-pix .hero-image{
    right: auto !important;
    left: 0;
  }
}

.logo-footer img{
  width: 100%;
  max-width: 281px;
  height: auto;
}

/* .main-hero-pix .hero-image {
  position: absolute;
  top: 0;
  aspect-ratio: 1920 / 1022;
  height: auto;
  position: absolute;
  max-width: 50%;
  width: 100%;
  right: 0;
} */
/* .main-hero-pix .hero-image {
  position: absolute;
  top: 0;
  right: 0;
  aspect-radio: 1920 / 1022;
	height: 100%;
	position: absolute;
	max-width: 100%;
	object-fit: cover;	
} */
.navbar-brand {
  width: 200px;
  aspect-ratio: 218/56;
  position: relative;
  margin-bottom: 15px;
}
.navbar-brand img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  object-fit: contain;
  transition: opacity 300ms;
}


.header-main.bg .navbar-logo-white,
.header-main.white-logo:not(.bg) .navbar-logo {
  opacity: 0;
}

.header-main.white-logo:not(.bg) .navbar-logo-white {
  opacity: 1;
}

/* @media screen and  (max-width:  767px){
  .header-main:not(.bg) .navbar-logo-white {
    opacity: 1 !important;
  }

  .header-main:not(.bg) .navbar-logo{
    opacity: 0 !important;
  }
} */

.header-main.bg .navbar-toggler .navbar-toggler-icon,
.header-main.blue .navbar-toggler .navbar-toggler-icon {
  background-image: url("../images/icon-menu-blue.png");
}

#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
  border-top: solid 1px #f1f1f1 !important;
}

.moove-gdpr-info-bar-container {
  max-width: 1252px !important;
}

.moove-gdpr-button-holder {
  flex-direction: row-reverse;
}

.moove-gdpr-cookie-notice a,
.moove-gdpr-cookie-notice button {
  color: #1a9154 !important;
}

#moove_gdpr_cookie_info_bar
.moove-gdpr-info-bar-container
.moove-gdpr-info-bar-content
button.mgbutton {
  outline: none !important;
  color: #1a9154 !important;
}

#moove_gdpr_cookie_info_bar
.moove-gdpr-info-bar-container
.moove-gdpr-info-bar-content
button.mgbutton,
#moove_gdpr_cookie_modal
.moove-gdpr-modal-content
.moove-gdpr-modal-footer-content
.moove-gdpr-button-holder
button.mgbutton,
.gdpr_cookie_se {
  color: #0a3c24 !important;
}

#moove_gdpr_cookie_info_bar
.moove-gdpr-info-bar-container
.moove-gdpr-info-bar-content
button.mgbutton:hover,
#moove_gdpr_cookie_modal
.moove-gdpr-modal-content
.moove-gdpr-modal-footer-content
.moove-gdpr-button-holder
button.mgbutton:hover,
.gdpr_cookie_se:hover {
  background-color: #1cc06e !important;
}

.moove-gdpr-cookie-notice p {
  font-weight: 400 !important;
}

#privacy_overview,
.moove-gdpr-modal-title {
  background-color: #0860db !important;
}

#privacy_overview p,
.moove-gdpr-modal-title {
  color: #fff !important;
  margin-bottom: 0 !important;
}

.moove-gdpr-modal-title .tab-title {
  color: #fff !important;
}

.moove-gdpr-modal-title {
  padding: 30px !important;
}

#moove_gdpr_cookie_modal
.moove-gdpr-modal-content.moove_gdpr_modal_theme_v2
.moove-gdpr-modal-right-content {
  padding-top: 0 !important;
}

#moove_gdpr_cookie_modal
.moove-gdpr-modal-content.moove_gdpr_modal_theme_v2
.moove-gdpr-modal-title
.moove-gdpr-company-logo-holder {
  right: 30px !important;
}

#moove_gdpr_cookie_modal
.moove-gdpr-modal-content.moove_gdpr_modal_theme_v2
.moove-gdpr-modal-title
.moove-gdpr-company-logo-holder
img {
  object-fit: contain;
}

#privacy_overview .moove-gdpr-tab-main-content {
  padding: 0 30px 30px 30px !important;
  margin-bottom: 25px !important;
}

#moove_gdpr_cookie_modal
.moove-gdpr-modal-content.moove_gdpr_modal_theme_v2
.moove-gdpr-modal-right-content {
  padding-inline: 0 !important;
}

.moove-gdpr-tab-content > div:not(:first-child) {
  padding-inline: 30px !important;
}

.nav-item--bg {
  display: none;
}

.box-parceiros .marquee-container .slick-track{
  display: flex;
  align-items: center;
}

@media (max-width: 1199px) {
  .main-hero-pix .title {
    font-size: 2.4rem;
  }
  .main-hero-pix .description {
    font-size: 16px;
    line-height: 1.6;
  }
}

@media (max-width: 1024px) {
  .icons-redes{
    justify-content: center;
    gap: 24px;
  }
  .col-menu-footer p.active ~ a{
    display: block;
  }
  .col-menu-footer:not(:last-of-type) a{
    display: none;
  }
  .col-menu-footer:not(:last-of-type) p{
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M1.57812 4.66699L8.24479 11.3337L14.9115 4.66699" stroke="white" stroke-width="2" stroke-linecap="round"/></svg>') no-repeat right center;
  }
  .col-menu-footer:not(:last-of-type) p.active{
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M14.4219 11.333L7.75521 4.66634L1.08854 11.333" stroke="white" stroke-width="2" stroke-linecap="round"/></svg>') no-repeat right center;
  }
  .logo-footer img{
    width: 100%;
    max-width: 100%;
  }
  .col-menu-footer{
    display: block;
    width: 100%;
  }

  .box-menu-footer .box-menu-footer{
    max-width: 100% !important;
    width: 100% !important;
  }

  .page-template-home .header-main:not(.bg) .navbar-logo-white,
  .page-template-pix .header-main:not(.bg) .navbar-logo-white,
  .page-template-boleto .header-main:not(.bg) .navbar-logo-white {
    opacity: 1;
  }

  .page-template-home .header-main:not(.bg) .navbar-logo,
  .page-template-pix .header-main:not(.bg) .navbar-logo,
  .page-template-boleto .header-main:not(.bg) .navbar-logo {
    opacity: 0;
  }

  .main-hero-pix .hero-image {
    height: 110vw;
    width: 150%;
    max-width: 150%;
  }
  .main-hero-pix {
    height: auto;
    min-height: auto;
    padding-top: 117%;
  }
  /* .main-hero-pix .container-fluid {
    display: block !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    min-height: auto;
  } */

  .main-hero-pix .hero-image {
    z-index: 0;
  }
  .main-hero-pix .column-content {
    margin: 0;
    padding: 0 24px;
    max-width: 100%;
  }
  .main-hero-pix .title {
    margin-top: 8px;
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 39.01px;
    font-weight: 700;
  }
  .main-hero-pix {
    color: var(--color-2) !important;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.38px;
    margin: 0;
  }
  .legend {
    color: #0860db !important;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.38px;
    margin: 0;
  }
  .main-hero-pix .description {
    font-size: 14px;
    line-height: 17.07px;
    font-weight: 400;
  }
  .main-hero-pix button {
    width: 100%;
    max-width: 100%;
  }

  .cookies-bar .buttons-wrapper .cookies-accept,
  .cookies-bar .buttons-wrapper .cookies-config{
    width: 100%;
  }
  .cookies-bar{
    gap: 30px;
  }

  .box-contato{
    padding: 24px 16px !important;
  }

  .logo-footer img{
    width: 100%;
    max-width: 300px;
    height: auto;
  }
}

@media (max-width: 990px) {
  .navbar-nav {
    justify-content: start !important;
    /* background: red */
    align-items: start !important;
    flex-direction: column;
    gap: 1rem;
    /* height: 100vh; */
    margin-top: 3.5rem;
  }

  .navbar-nav .nav-item {
    width: 100%;
    text-align: start;
    margin-top: 1.5rem;
  }

  .nav-item--bg {
    display: block;
    position: absolute;
    left: 90%;
    top: 55%;
    transform: translate(-50%, -50%) scale(1);
    z-index: -1;
  }
  /* .main-cta-servicos {
    text-align: center;
  } */
  .main-cta-servicos .title {
    margin-top: 60px;
    font-size: 36px;
    line-height: 1.2;
  }
  /* footer .container-banner .bg-footer {
    height: 300px;
    left: 50%;
    transform: translateX(-50%);
  } */
  footer .container-banner .box-banner {
    padding: 30px 10px 350px 10px;
    background-repeat: no-repeat;
    background-position: 13% 95%, 90% 80%;
    background-size: 20%;
  }
  footer .container-banner .box-banner h3 {
    font-size: 30px;
  }
  footer .container-banner {
    margin-top: 100px;
  }
  .title-section {
    font-size: 32px;
    line-height: 1.2;
  }
  dialog {
    margin: 0;
    padding: 40px 0;
  }

  #cookiesModal .modal-header h5{
    font-size: 17px;
    line-height: normal;
  }

  #cookiesModal .modal-header,
  #cookiesModal .modal-body{
    padding: 32px;
  }
}

.dialog-login form label {
  font-size: 0.75rem;
  display: block;
  margin: 0;
}

.captcha-login {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.buttonDisplayNone {
  display: none;
}

@media screen and (max-width: 767px) {
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl{
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  footer .bg-footer{
    position: absolute;
    left: 50%;
    bottom: -83px !important;
    transform: translateX(-50%);
    z-index: 9;
    width: 65%;
  }

  footer .bg-footer img{
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  footer .container-banner{
    overflow: hidden !important
  }

  footer .container-banner .bg-footer::before{
    transform: scale(0.7);
    top: 57%;
  }

  footer .container-banner .bg-footer::after{
    transform: scale(0.7);
    bottom: 26%;
  }

  .cookies-bar .cookies-text{
    text-align: justify;
  }

}

@media screen and (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl{
    max-width: 1216px !important;
  }

  .cookies-bar .cookies-text{
    max-width: 805px;
  }

  .perguntas-banner{
    transform: translate(10%);
  }
}

@media screen and (min-width: 2150px){
  html{
    font-size: 1.5rem;
  }

  .cookies-bar .cookies-text {
    max-width: 70%;
  }
}

@media screen and (min-width: 1440px){
  .container-fluid{
    padding-left: 112px !important;
    /*padding-right: 112px !important;*/
  }
}


.nav-item.dropdown-vendedor,
.nav-item.dropdown-suporte {
  position: relative;
}


.nav-item.dropdown-vendedor .dropdown-menu.para-vendedor,
.nav-item.dropdown-suporte .dropdown-menu.suporte{
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0.5rem;
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  border-radius: 1.5rem;
  border: none !important;
  z-index: 1000;
  min-width: 200px;
}


.nav-item.dropdown-vendedor.show .dropdown-menu.para-vendedor,
.nav-item.dropdown-suporte.show .dropdown-menu.suporte {
  display: block;
}

.dropdown-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.dropdown-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.875rem 1rem;
  color: #021E46;
  text-decoration: none;
  font-weight: bold;
  gap: 10px;
}

.dropdown-item:hover {
  background-color: #f7f7f7;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.dropdown-item img {
  width: 15px;
  height: 15px;
}

.dropdown-toggle::after {
  display: none;
}

@media (min-width: 900px) and (max-width: 1440px) {
  #menuLinksSimplificados,
  #menuLinksSimplificadosSuporte {
    display: none !important;
  }
}

@media (max-width: 899px), (min-width: 1441px) {
  #menuLinksSimplificados,
  #menuLinksSimplificadosSuporte {
    display: flex !important;
  }
}

.destaque-palavra {
  color: var(--blue-05, #0860DB);
  font-family: 'Montserrat', sans-serif;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
}

@media screen and (max-width: 767px) {
  .nav-item.dropdown .dropdown-menu {
    display: none;
    position: relative;
    flex-direction: column;
    box-shadow: none;
    gap: 10px;
  }

  .dropdown-grid {
    grid-template-columns: 1fr;
  }

  .dropdown-item {
    padding: 10px 0;
  }

  .destaque-palavra {
    font-size: 2rem;
  }

}

.field-contato, select, textarea, button {
  background: #f9f9f9;
  padding: 1rem;
  border-radius: 8px;
  border: 0;
  width: 100%;
  box-sizing: border-box;
}

textarea {
  resize: none;
}



.conta-opcoes {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

.conta-box {
  flex: 1;
  padding: 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.principal {
  background: #0860db;
  color: white;
}

.subconta {
  background: #0860db;
  color: white;
}

.cookie-opcoes {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 15px;
  justify-content: left;
}

.cookie-box {
  max-width: 65%;
  /*flex: 1;*/
  padding: 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.aceitar-cookie {
   background: #ffffff;
   color: #000000;
 }
@media screen and (max-width: 280px) {
  .conta-opcoes {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}