a,
abbr,
acronym,
address,
applet,
article,
aside,
b,
big,
blockquote,
body,
center,
cite,
code,
dd,
del,
dfn,
div,
div pre,
dl,
dt,
em,
figcaption,
figure,
font,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
li,
nav,
object,
ol,
p,
q,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
sup,
tt,
u,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
html {
  height: 100%;
}
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  -ms-user-drag: none;
  user-drag: none;
}
a,
a:hover,
button,
button:hover,
div,
div:hover,
span,
span:hover {
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0.3, 0.25, 0.9);
  -o-transition: all 0.4s cubic-bezier(0.2, 0.3, 0.25, 0.9);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0.3, 0.25, 0.9);
  transition: all 0.4s cubic-bezier(0.2, 0.3, 0.25, 0.9);
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
li,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
article,
aside,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  font-family: Lato, sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  color: #4d4d4d;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  text-decoration: none !important;
  color: #2eacff;
}
div.copyright a {
  color: #2eacff;
}
div.copyright a:hover {
  color: #0056b3;
  -webkit-transition: color 0.4s cubic-bezier(0.2, 0.3, 0.25, 0.9);
  -o-transition: color 0.4s cubic-bezier(0.2, 0.3, 0.25, 0.9);
  -moz-transition: color 0.4s cubic-bezier(0.2, 0.3, 0.25, 0.9);
  transition: color 0.4s cubic-bezier(0.2, 0.3, 0.25, 0.9);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}
ul {
  margin-bottom: 0;
}
button:active,
input,
select {
  outline: 0;
}
a.main-button {
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 5px 23px 6px;
  margin: 0 0 20px;
  background-color: #b2282f;
  color: #fff;
  letter-spacing: 1.5px;
  -webkit-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
  color: #fff !important;
  white-space: pre;
}
a.main-button:hover {
  background-color: #a70a12;
  color: #fff !important;
}
.tag-mesconsum {
  position: absolute;
  top: -120px;
  left: -webkit-calc(50% - 212.5px);
  left: -moz-calc(50% - 212.5px);
  left: calc(50% - 212.5px);
  width: 425px;
}
a.main-button-azul {
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 5px 23px 6px;
  margin: 0 0 20px;
  background-color: #b2282f;
  letter-spacing: 1.5px;
  -webkit-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
  color: #fff !important;
  white-space: pre;
  border: none;
  -webkit-box-shadow: 0 1px 5px #0000005e;
  -moz-box-shadow: 0 1px 5px #0000005e;
  box-shadow: 0 1px 5px #0000005e;
}
a.main-button-azul:hover {
  background-color: #a70a12;
}
a.main-button-ajuda {
  display: inline-block;
  font-size: 17px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 5px 23px 6px;
  margin: 0 0 20px;
  border: solid 1px #fff;
  letter-spacing: 1.5px;
  color: #fff !important;
  white-space: pre;
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
a.main-button-ajuda:hover {
  background-color: #fff;
  color: #000 !important;
  font-weight: 500;
  letter-spacing: 1.3px;
}
a.main-button-outline {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 5px 23px 6px;
  background-color: #fff;
  letter-spacing: 1.5px;
  border: 2px solid #b2282f;
  -webkit-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
  color: #b2282f !important;
}
a.main-button-outline:hover {
  background-color: #b2282f;
  color: #fff !important;
}
a.main-button-outline-azul {
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px #053959;
  -moz-box-shadow: inset 0 0 0 2px #053959;
  box-shadow: inset 0 0 0 2px #053959;
  padding: 5px 23px 6px;
  margin: 0 0 20px;
  background-color: transparent;
  letter-spacing: 1.5px;
  -webkit-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
  color: #053959 !important;
  white-space: pre;
}
a.main-button-outline-azul:hover {
  background-color: #053959;
  color: #fff !important;
}
a.main-button-outline-branco {
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
  -moz-box-shadow: inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 2px #fff;
  padding: 5px 23px 6px;
  margin: 0 0 20px;
  background-color: transparent;
  letter-spacing: 1.5px;
  -webkit-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
  color: #fff !important;
  white-space: pre;
}
a.main-button-outline-branco:hover {
  background-color: #fff;
  color: #000 !important;
}
@media (min-width: 600px) {
  .doisbotoes {
    margin-left: -10px;
  }
}
section {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
section h1 {
  font-size: 45px;
  line-height: 50px;
  letter-spacing: 1.4px;
  margin-bottom: 25px;
  color: #004671;
}
@media screen and (max-width: 600px) {
  section h1 {
    font-size: 38px;
    line-height: 40px;
    text-align: center;
  }
}
section h2 {
  font-size: 45px;
  line-height: 50px;
  letter-spacing: 1.4px;
  margin-bottom: 25px;
  color: #004671;
}
@media screen and (max-width: 600px) {
  section h2 {
    font-size: 28px;
    line-height: 35px;
  }
  .more-m h3 {
    font-size: 28px !important;
  }
}
section p {
  font-weight: 300;
  font-size: 21px;
  color: #626262;
  line-height: 27px;
  letter-spacing: 0;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .nl-box-text {
    font-size: 18px;
    line-height: 30px;
  }
}
.divisor {
  background-image: url(../images/divisor.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  margin: 20px auto;
  width: 80%;
  max-width: 686px;
  height: 2px;
}
.divisor-extra-margin {
  background-image: url(../images/divisor.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  margin: 40px auto;
  width: 80%;
  max-width: 686px;
  height: 1px;
}
.login-menu {
  width: 300px;
  padding: 10px;
}
.login-opcoes {
  display: inline-block;
  padding: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 14px;
  text-align: center;
  margin: 0 auto 5px;
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
  cursor: pointer;
}
.login-ico {
  text-align: center;
  margin: 10px 0;
}
.login-recuperar-senha {
  display: block;
  text-align: center;
  color: #4d4d4d;
  font-size: 15px;
  margin-top: 15px;
}
.login-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #000;
  z-index: 5;
}
.login-bar form {
  margin: 14px;
}
.login-bar span {
  color: #fff;
  font-size: 15px;
  margin: 10px;
}
.login-button {
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 23px;
  background-color: #b2282f;
  color: #fff;
  border: 0;
  letter-spacing: 1.5px;
  -webkit-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
  margin-right: 5px;
  margin-left: 5px;
}
.login-button:hover {
  background-color: #cc3e45;
  color: #fff;
}
.login-button-mobile {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 23px;
  background-color: #b2282f;
  color: #fff;
  border: 0;
  letter-spacing: 1.5px;
  -webkit-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
  text-align: center;
}
.login-button-mobile:hover {
  color: #fff;
}
.login-field {
  display: inline-block;
  padding: 5px 8px;
  font-size: 15px;
  color: #848484;
  font-weight: 300;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 5px;
  margin-left: 5px;
}
.login-field-mobile {
  display: block;
  width: 100%;
  padding: 5px 8px;
  font-size: 18px;
  color: #848484;
  font-weight: 300;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #a9a9a9;
  margin: 15px 0;
}
#recuperar-senha-modal h5 {
  text-align: center;
}
bem #recuperar-senha-modal p {
  margin-bottom: 30px;
}
.navbar-light .navbar-toggler {
  background-image: url(../images/toggler.png);
  width: 40px;
  height: 40px;
  border: 0;
}
.navbar-light .navbar-toggler:focus {
  outline: 0;
}
.default-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
.navbar-logo {
  width: 180px;
  height: 39px;
  background-image: url(../images/logo-azul.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
}
.header-scrolled .navbar-logo {
  background-image: url(../images/logo-branco-cor.png);
}
.navbar {
  padding: 15px;
}
@media (max-width: 991px) {
  .navbar .navbar-collapse {
    background: #053959;
    margin-top: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }
}
.navbar .dropdown .dropdown-menu {
  display: none;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
  margin-left: 20px;
}
.navbar .dropdown .login-dropdown {
  display: none;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  margin-left: -180px;
  width: 270px;
}
@media (max-width: 992px) {
  .navbar .dropdown .dropdown-menu .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
.navbar .dropdown .dropdown-menu.show {
  display: block;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991px) {
  .navbar .dropdown .dropdown-menu.show {
    background: 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .navbar-nav {
    height: auto;
    padding: 15px 15px 30px;
    max-height: 550px;
    overflow-x: hidden;
  }
  .navbar-nav a {
    padding: 0;
  }
  .navbar-nav li {
    padding: 10px 0;
    overflow: hidden;
  }
}
.navbar-nav .navbar-link {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  padding: 20px;
  -webkit-transition: all 0.4s ease 0;
  -o-transition: all 0.4s ease 0;
  -moz-transition: all 0.4s ease 0;
  transition: all 0.4s ease 0;
}
.navbar .navbar-link:hover {
  opacity: 0.7;
}
.navbar-nav .login-boton-menu {
  padding: 8px 30px;
  background-color: #b2282f;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin-left: 20px;
}
.navbar-nav .dropdown .dropdown-item {
  color: #000001;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 300;
  min-width: 180px;
  -webkit-transition: all 0.4s ease 0;
  -o-transition: all 0.4s ease 0;
  -moz-transition: all 0.4s ease 0;
  transition: all 0.4s ease 0;
}
.navbar-nav .dropdown .dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.navbar-nav .dropdown .dropdown-item:active {
  background-color: rgba(0, 0, 0, 0);
}
.dropdown-item img {
  margin-right: 15px;
}
@media (max-width: 991px) {
  .navbar-nav .dropdown .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown .dropdown-item:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .navbar-nav .dropdown .dropdown-item:active {
    background-color: rgba(0, 0, 0, 0);
  }
}
.header-scrolled {
  top: 0;
  position: fixed;
  left: 0;
  width: 100%;
  background-color: #2c2c2cf0;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.bem-vindo {
  background-image: url(../../assets/images/bemvindo-home-bg.webp);
  background-repeat: no-repeat;
  background-position: bottom center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  padding: 150px 15px 50px;
  color: #fff;
}
@media (max-width: 1199px) {
  .bem-vindo {
    padding-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .bem-vindo {
    padding-bottom: 0;
  }
}
.bem-vindo h1 {
  font-weight: 400;
  font-size: 38px !important;
  line-height: 49px;
  letter-spacing: 0;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .bem-vindo h1 {
    text-align: center !important;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
  .bem-vindo h2 {
    text-align: center !important;
  }
}
@media screen and (max-width: 600px) {
  .bem-vindo h1 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
}
.bem-vindo h2 {
  font-size: 2.25rem;
}
.bem-vindo p {
  font-weight: 300;
  font-size: 22px;
  color: #fff;
  line-height: 28px;
  letter-spacing: 0.25px;
  margin-bottom: 15px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .bem-vindo p {
    text-align: center;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 600px) {
  .bem-vindo p {
    font-size: 20px;
    line-height: 23px;
  }
}
.bem-vindo .integra-home {
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  max-width: 340px;
}
.bem-vindo .integra-home .logo-integra {
  width: 150px;
  padding-right: 15px;
  border-right: 2px solid #fff;
  display: inline-block;
  margin: 0;
}
.bem-vindo .integra-home p {
  font-size: 16px;
  line-height: 20px;
  padding: 0 0 0 15px;
  width: 200px;
  display: inline-block;
  text-align: left;
  margin-bottom: 0;
}
.bem-vindo-botoes-box {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .bem-vindo-botoes-box {
    text-align: center;
  }
  .bem-vindo .integra-home p {
    margin-right: auto;
    margin-left: 0;
  }
  .bem-vindo .integra-home {
    margin: auto;
  }
}
.bem-vindo-botoes {
  display: inline-block;
  padding: 10px 20px 10px 50px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
  line-height: 1.2;
  color: #fff;
  font-size: 18px;
  -webkit-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
  margin: 10px 5px;
  text-align: left;
  background-repeat: no-repeat;
  background-position: 13px center;
  max-width: 160px;
}
@media (max-width: 1199px) {
  .bem-vindo-botoes {
    font-size: 15px;
    max-width: 138px;
  }
}
@media (max-width: 991px) {
  .bem-vindo-botoes {
    font-size: 18px;
    max-width: none;
  }
}
.bem-vindo-botoes:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.bem-vindo-botoes-software {
  background-image: url(../images/icones/software-small-ico.png);
}
.bem-vindo-botoes-software:hover {
  background-image: url(../images/icones/software-small-ico.png);
}
.bem-vindo-botoes-marketing {
  background-image: url(../images/icones/marketing-small-ico.png);
}
.bem-vindo-botoes-site {
  background-image: url(../images/icones/site-small-ico.png);
  margin-right: 0;
}
.download-button {
  max-height: 50px;
  margin: 15px 0;
  -webkit-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
}
.download-button:hover {
  -webkit-filter: invert(15%) brightness(120%);
  filter: invert(15%) brightness(120%);
}
@media (max-width: 411px) {
  .download-button {
    max-height: 40px;
  }
}
@media (max-width: 348px) {
  .download-button {
    max-height: 35px;
  }
}
.download-button-box {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .download-button-box {
    text-align: center;
  }
}
.bem-vindo .tela {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
@media (max-width: 991px) {
  .bem-vindo .tela {
    max-width: 600px;
  }
}
.bem-vindo .sticker-usuarios {
  z-index: 1;
  position: absolute;
  top: -75px;
  right: -35px;
  width: 185px;
}
@media (max-width: 1199px) {
  .bem-vindo .sticker-usuarios {
    top: -50px;
    right: -16px;
    width: 185px;
  }
}
@media (max-width: 991px) {
  .bem-vindo .sticker-usuarios {
    top: -39px;
    right: 20px;
    width: 180px;
  }
}
@media (max-width: 767px) {
  .bem-vindo .sticker-usuarios {
    top: -43px;
    right: -28px;
    width: 179px;
  }
}
@media (max-width: 500px) {
  .bem-vindo .sticker-usuarios {
    top: -10px;
    right: 0;
    width: 130px;
  }
}
.navbar-logo-container {
  background-image: url(../images/logo-container.png);
  background-repeat: no-repeat;
  background-position: top -40px right -50px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 130px;
}
@media screen and (max-width: 1199px) {
  .navbar-logo-container {
    background-image: url(../images/logo-container2.png);
    background-repeat: no-repeat;
    background-position: top 0 right 210px;
  }
}
@media screen and (max-width: 991px) {
  .navbar-logo-container {
    background-image: url(../images/logo-container.png);
    background-repeat: no-repeat;
    background-position: bottom 0 right -300px;
  }
}
@media screen and (max-width: 768px) {
  .navbar-logo-container {
    background-image: url(../images/logo-container.png);
    background-repeat: no-repeat;
    background-position: bottom 0 right -300px;
    width: 60%;
  }
}
@media screen and (max-width: 576px) {
  .navbar-logo-container {
    background-image: url(../images/logo-container2.png);
    background-repeat: no-repeat;
    background-position: top 0 left -460px;
    width: 80%;
  }
}
.section-software {
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .section-software {
    text-align: center;
  }
}
@media screen and (max-width: 425px) {
  .tag-mesconsum {
    position: absolute;
    top: -126px;
    left: -webkit-calc(50% - 125px);
    left: -moz-calc(50% - 125px);
    left: calc(50% - 125px);
    width: 250px;
  }
}
.section-software h2 {
  font-weight: 400;
}
.section-software-img {
  background-image: url(../images/software-home-img.png);
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  height: 500px;
}
.centralizar-vertical {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ilustracao {
  display: block;
  margin: 25px auto;
  width: 100%;
  max-width: 500px;
}
.funcoes-software-home {
  background-image: url(../images/funcoes-software-home-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 15px 20px 0;
}
.funcoes-software-icone {
  background-color: #b2282f;
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 100px 100px 100px 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px 100px 100px 100px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25),
    inset 0 5px 0 rgba(250, 250, 250, 0.15);
  -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25),
    inset 0 5px 0 rgba(250, 250, 250, 0.15);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25),
    inset 0 5px 0 rgba(250, 250, 250, 0.15);
  -webkit-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
  background-repeat: no-repeat;
  background-position: center center;
}
.funcoes-software-icone-cadastro {
  background-image: url(../images/icones/cadastro-de-processos-home.png);
}
.funcoes-software-icone-intimacoes {
  background-image: url(../images/icones/pesquisa-de-intimacoes-home.png);
}
.funcoes-software-icone-clientes {
  background-image: url(../images/icones/gestao-de-clientes-home.png);
}
.funcoes-software-home h4 {
  color: #fff;
  font-size: 28px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 15px;
}
.funcoes-software-home p {
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 0 5px;
}
.funcoes-software-home .funcao-coluna {
  padding: 15px 20px;
}
.numeros-promad {
  background-color: #c33;
  background-image: url(../images/numeros-promad-bg.png);
  background-position: top center;
  padding: 70px 0 40px;
  text-align: center;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.numeros-promad h2 {
  color: #fff;
  margin-bottom: 40px;
}
.numeros-promad h5 {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  padding-left: 50px;
}
.numeros-promad span {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding-left: 50px;
}
.numeros-promad .processos-cadastrados {
  background-image: url(../images/icones/processos-cadastrados.png);
  background-repeat: no-repeat;
  background-position: top 12px left 10px;
  -webkit-background-origin: content-box;
  -moz-background-origin: content-box;
  -o-background-origin: content-box;
  background-origin: content-box;
  max-width: 300px;
  margin: auto;
  padding-bottom: 40px;
}
.numeros-promad .advogados-ativos {
  background-image: url(../images/icones/advogados-ativos.png);
  background-repeat: no-repeat;
  background-position: top 12px left 10px;
  -webkit-background-origin: content-box;
  -moz-background-origin: content-box;
  -o-background-origin: content-box;
  background-origin: content-box;
  max-width: 300px;
  margin: auto;
  padding-bottom: 40px;
}
.numeros-promad .jovens-advogados {
  background-image: url(../images/icones/jovens-advogados.png);
  background-repeat: no-repeat;
  background-position: top 12px left 10px;
  -webkit-background-origin: content-box;
  -moz-background-origin: content-box;
  -o-background-origin: content-box;
  background-origin: content-box;
  max-width: 300px;
  margin: auto;
  padding-bottom: 20px;
}
.marketing-juridico-home {
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .marketing-juridico-home {
    text-align: center;
  }
}
.jovem-advogado-home {
  background-color: #0063a1;
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url(../images/jovem-advogado-bg-escuro.webp);
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  margin-top: 80px;
}
.jovem-advogado-home h2 {
  color: #fff;
}
.gratuidade-caixa-verde {
  padding: 5px 15px 5px 38px;
  background-color: #44a31b;
  color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 18px;
  text-transform: initial;
  background-image: url(../images/planos-check.png);
  background-repeat: no-repeat;
  background-position: center left 11px;
  margin: -15px 0 20px;
  display: inline-block;
}
.jovem-advogado-home p {
  color: #fff;
  max-width: 460px;
  display: block;
  margin: 0 auto 20px;
}
.adv-home-p {
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .adv-home-p {
    margin-bottom: 63px !important;
  }
}
@media screen and (max-width: 767px) {
  .adv-home-p {
    margin-bottom: 20px !important;
  }
}
.jovem-adv-home-icone {
  background-color: #b2282f;
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 100px 100px 100px 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px 100px 100px 100px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25),
    inset 0 5px 0 rgba(250, 250, 250, 0.15);
  -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25),
    inset 0 5px 0 rgba(250, 250, 250, 0.15);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25),
    inset 0 5px 0 rgba(250, 250, 250, 0.15);
  -webkit-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px;
  -o-background-size: 50px;
  background-size: 50px;
  margin-bottom: 30px;
}
.jovem-home-icone {
  background-image: url(../images/icones/jovem-home-ico.png);
}
@media screen and (max-width: 767px) {
  .jovem-home-icone {
    margin-top: 50px;
  }
}
.adv-home-icone {
  background-image: url(../images/icones/adv-home-ico.png);
}
.jovem-adv-home-content {
  margin-top: -65px;
  position: relative;
}
.site-advogado-home {
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
}
.site-advogado-home p {
  max-width: 500px;
}
@media screen and (max-width: 600px) {
  .site-advogado-home {
    text-align: center;
  }
}
.nossos-clientes {
  text-align: center;
  padding-top: 0;
  padding-bottom: 50px;
}
.nossos-clientes h2 {
  margin-bottom: 40px;
}
.nossos-clientes-logo {
  margin: 10px;
  text-align: center;
}
.duvidas {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 20px;
}
.duvidas h2 {
  line-height: 42px;
  margin-top: -20px;
}
.duvidas h3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 35px;
  letter-spacing: 1.4px;
  margin-bottom: 25px;
  color: #004671;
}
@media screen and (max-width: 600px) {
  .duvidas h3 {
    font-size: 26px;
    line-height: 26px;
  }
}
.oab {
  background-color: #102f4c;
  padding-top: 30px;
  padding-bottom: 50px;
  margin-bottom: 0;
}
.oab h2 {
  font-size: 35px;
  color: #fff;
  text-transform: initial;
  padding-top: 20px;
}
@media screen and (max-width: 600px) {
  .oab h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
.oab p {
  color: #fff;
  font-size: 18px;
  line-height: 21px;
}
.oab-advogado-valorizado {
  display: block;
  margin: 15px auto;
}
.oab-logo {
  display: block;
  text-align: left;
  margin: 10px 0 30px;
}
.oab li {
  font-size: 15px;
  color: #fff;
  margin: 5px;
}
.oab span {
  display: block;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 23px;
  margin: 20px 0;
}
.planos-titulo {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  background-image: url(../images/planos-bg-escuro.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 140px 15px 30px;
}
.planos-titulo h1 {
  font-weight: 400;
  font-size: 45px;
  line-height: 50px;
  letter-spacing: 0;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .planos-titulo h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
.planos-titulo p {
  font-weight: 300;
  font-size: 25px;
  color: #fff;
  line-height: 28px;
  letter-spacing: 0.25px;
  margin-bottom: 150px;
  position: relative;
  text-align: center;
}
.plano-box {
  background-color: #fff;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
  position: relative;
  top: -98px;
}
.plano-box-titulo {
  height: 98px;
  background-color: #004671;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  color: #fff;
  font-size: 25px;
  padding: 15px;
  font-weight: 400;
  text-align: center;
  line-height: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
}
.plano-box-titulo-intermediario {
  border-color: #b2282f;
  height: 98px;
  background-color: #b2282f;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  color: #fff;
  font-size: 25px;
  padding: 15px;
  font-weight: 400;
  text-align: center;
  line-height: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
}
.plano-box-conteudo {
  text-align: center;
  padding: 15px;
  color: #4d4d4d;
  font-size: 15px;
}
.plano-caracteristicas {
  margin: 25px;
  padding-bottom: -15px;
}
.plano-caracteristicas li {
  text-align: left;
  font-size: 16px;
  color: #004671;
  line-height: 25px;
}
.plano-caracteristicas-cinza li {
  line-height: 220%;
  font-size: 17px;
  color: #4d4d4d;
}
.plano-caracteristica-space-xl {
  height: 27px;
}
.plano-caracteristica-space-lg {
  height: 0;
}
.plano-caracteristica-space-md {
  height: 28px;
}
.check-texto {
  color: #48aaaa;
}
.plano-preco {
  font-size: 25px;
  color: #004671;
}
.plano-preco-consultar {
  color: #004671;
  font-size: 30px;
  font-weight: 800;
  line-height: 28px;
}
.plano-preco-gratuito {
  color: #004671;
  font-size: 25px;
  font-weight: 800;
  line-height: 28px;
  max-width: 250px;
  margin: auto;
}
.plano-preco-gratuito-asterisco {
  font-size: 20px !important;
}
.preco-num {
  color: #004671;
  font-size: 32px;
  font-weight: 800;
}
.plano-paragrafo {
  color: #b2282f;
  margin: 20px;
  line-height: 20px;
}
.plano-paragrafo-menor {
  font-size: 14px;
  margin: 20px;
  line-height: 28px;
}
.planos-botao-software {
  color: #004671;
  font-size: 16px;
  line-height: 20px;
  margin-top: -5px;
  margin-bottom: 20px;
  position: relative;
  display: block;
}
.plano-box-conteudo .main-button {
  margin-top: 30px;
}
.planos-jovem-adv {
  background-color: #0063a1;
  background-image: url(../images/mes-do-advogado-2022/planos-jovem-advogado-bg-grey.png);
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 70px 20px 40px;
  text-align: left;
  margin-top: -45px;
}
.plano-mais-funcionalidades {
  margin: 0;
  text-align: left;
  padding-top: 0px;
  padding-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .planos-jovem-adv {
    text-align: center;
  }
}
.planos-jovem-adv h2 {
  color: #fff;
}
.planos-jovem-adv h4 {
  color: #fff;
  font-size: 28px;
  margin-top: -15px;
  margin-bottom: 20px;
  font-weight: 300;
}
.planos-jovem-adv p {
  color: #fff;
}
.planos-jovem-adv img {
  display: block;
  margin: 30px auto 50px;
}
.arrow {
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 96px;
  height: 36px;
  position: absolute;
  top: -71px;
  left: 50%;
  margin-left: -48px;
}
.texto-caixa-verde {
  padding: 0 15px 0 35px;
  background-color: #1c8d4c;
  color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-weight: 400;
  position: absolute;
  top: -20px;
  font-size: 18px;
  text-transform: initial;
  background-image: url(../images/planos-check.png);
  background-repeat: no-repeat;
  background-position: center left 11px;
  margin: auto;
  display: inline-block;
}
.texto-caixa-ilimitado {
  padding: 3px 8px;
  background-color: #1c8d4c;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-style: italic;
  font-size: 16px;
}
.mkt-titulo {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  background-image: url(../images/mkt-juridico-bg-escuro-mesadv2.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 140px 15px 250px;
}
.mkt-titulo h1 {
  font-weight: 400;
  font-size: 45px;
  line-height: 50px;
  letter-spacing: 0;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
}
.mkt-titulo p {
  font-weight: 300;
  font-size: 25px;
  color: #fff;
  line-height: 28px;
  letter-spacing: 0.25px;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}
.mkt-main-image {
  width: 100%;
  max-width: 800px;
  display: block;
  margin: 20px auto 0;
  text-align: center;
  position: relative;
  margin-top: -210px;
}
.section-mkt {
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
  margin-bottom: 60px;
  margin-top: -10px;
}
@media screen and (max-width: 600px) {
  .section-mkt {
    text-align: center;
  }
}
.section-mkt h2 {
  font-weight: 400;
  font-size: 33px;
  margin-bottom: 10px;
  margin-top: 30px;
}
.section-mkt p {
  max-width: 500px;
}
.section-mkt-servicos {
  background-color: #fff;
  color: #4d4d4d;
}
.section-mkt-servicos h2 {
  text-align: center;
  color: #00446e;
  margin-bottom: 90px;
  font-size: 35px;
}
#servicos {
  position: absolute;
  top: -120px;
}
.mkt-servicos-box {
  background-color: #fff;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 80px;
  padding: 20px 15px 5px;
  text-align: center;
}
.mkt-servicos-box h4 {
  color: #272b27;
  margin: 60px 0 20px;
  font-weight: 800;
}
.mkt-servico-paragrafo {
  font-size: 18px;
  line-height: 23px;
}
.mkt-servico-caracteristicas {
  margin: 30px;
}
.mkt-servico-caracteristicas li {
  margin-left: -10px;
  font-size: 18px;
  list-style-image: url(../images/li-img.png);
  list-style-position: inside;
}
.mkt-servicos-icone {
  display: block;
  width: 100px;
  height: 100px;
  background-color: #053959;
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0 5px 8px 0 #000 inset 0 5px 0 red;
  -moz-box-shadow: 0 5px 8px 0 #000 inset 0 5px 0 red;
  box-shadow: 0 5px 8px 0 #000 inset 0 5px 0 red;
  -webkit-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
  background-repeat: no-repeat;
  background-position: center center;
}
.marca-ico {
  background-image: url(../images/icones/marca-ico.png);
}
.redesign-ico {
  background-image: url(../images/icones/redesign-ico.png);
}
.site-ico {
  background-image: url(../images/icones/site-ico.png);
}
.sinalizacao-ico {
  background-image: url(../images/icones/sinalizacao-ico.png);
}
.digital-web-ico {
  background-image: url(../images/icones/digital-web-ico.png);
}
.papelaria-ico {
  background-image: url(../images/icones/papelaria-ico.png);
}
.mkt-combo-box {
  background-color: #fff;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
  padding: 15px 15px 5px;
  text-align: center;
}
.mkt-combo-titulo {
  background-color: #053959;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 25px;
  -webkit-box-shadow: inset 0 5px 0 rgba(250, 250, 250, 0.1);
  -moz-box-shadow: inset 0 5px 0 rgba(250, 250, 250, 0.1);
  box-shadow: inset 0 5px 0 rgba(250, 250, 250, 0.1);
  color: #fff;
  font-weight: 700;
  word-spacing: 3px;
}
.mkt-servicos-botao {
  margin-top: 25px;
  -webkit-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
  color: #0063a1;
}
.mkt-servicos-botao a {
  color: #0063a1;
  font-weight: 700;
}
.mkt-servicos-botao a:hover {
  color: #0063a1;
}
.btn-outline-primary {
  border-color: #053959 !important;
  color: #053959 !important;
}
.btn-outline-primary:hover {
  background-color: #e9e9e9 !important;
}
.btn-warning {
  background-color: #b2282f !important;
  border-color: #b2282f;
  font-weight: 700;
  color: #fff !important;
}
.btn-warning:hover {
  background-color: #a70a12 !important;
  border-color: #a70a12;
  color: #fff !important;
}
.mkt-servicos-box:hover .mkt-servicos-botao {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.mkt-combo-box:hover .mkt-servicos-botao {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.mkt-preco {
  margin: 30px 0 40px;
  color: #004671;
  line-height: 32px;
}
.mkt-preco-num {
  font-size: 40px;
  font-weight: 800;
}
.mkt-marca-space-xl {
  display: block;
  height: 23px;
}
.mkt-site-space-xl {
  display: block;
  height: 27px;
}
.mkt-sinalizacao-space-xl {
  display: block;
  height: 150px;
}
.mkt-papelaria-space-xl {
  display: block;
  height: 12px;
}
.mkt-redesign-space-lg {
  display: block;
  height: 27px;
}
.mkt-site-space-lg {
  display: block;
  height: 135px;
}
.mkt-digital-web-space-lg {
  display: block;
  height: 42px;
}
.mkt-papelaria-space-lg {
  display: block;
  height: 0;
}
.mkt-marca-space-md {
  display: block;
  height: 22px;
}
.mkt-site-space-md {
  display: block;
  height: 83px;
}
.mkt-papelaria-space-md {
  display: block;
  height: 12px;
}
.mkt-combo2-space-xl {
  display: block;
  height: 68px;
}
.mkt-combo2-space-lg {
  display: block;
  height: 117px;
}
.mkt-combo3-space-xl {
  display: block;
  height: 68px;
}
.mkt-combo3-space-lg {
  display: block;
  height: 117px;
}
.mkt-portfolio h2 {
  text-align: center;
}
.mkt-portfolio img {
  width: 100%;
  margin: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 30px;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
  cursor: pointer;
}
.mkt-portfolio img:hover {
  opacity: 1;
}
@media screen and (max-width: 600px) {
  .mkt-portfolio {
    text-align: center;
  }
}
.mkt-contratar {
  background-image: url(../images/mkt-contratar-bg-grey.png);
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 80px 0 20px;
  text-align: center;
  margin-bottom: 80px;
  margin-top: 10px;
}
.mkt-contratar h2 {
  color: #fff;
  margin-bottom: 15px;
}
.mkt-contratar p {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.mkt-contratar h3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 35px;
  letter-spacing: 1.4px;
  margin-bottom: 25px;
  color: #004671;
}
.mkt-contratar-botao {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.numeros-promad h5 {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  padding-left: 50px;
}
.site-titulo {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  background-image: url(../images/site-bg-escuro.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 140px 15px 230px;
}
.site-titulo h1 {
  font-weight: 400;
  font-size: 45px;
  line-height: 50px;
  letter-spacing: 0;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
}
.site-titulo p {
  font-weight: 300;
  font-size: 25px;
  color: #fff;
  line-height: 28px;
  letter-spacing: 0.25px;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}
.site-main-image {
  width: 100%;
  max-width: 600px;
  display: block;
  margin: 20px auto 0;
  text-align: center;
  position: relative;
  margin-top: -220px;
}
.site-funcoes {
  background-image: url(../images/site-funcoes-bg.png);
  background-repeat: repeat-y;
  background-position: center;
  padding: 15px 20px 0;
  margin-top: 120px;
}
.site-funcoes-icone {
  background-color: #b2282f;
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 100px 100px 100px 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px 100px 100px 100px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25),
    inset 0 5px 0 rgba(250, 250, 250, 0.15);
  -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25),
    inset 0 5px 0 rgba(250, 250, 250, 0.15);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25),
    inset 0 5px 0 rgba(250, 250, 250, 0.15);
  -webkit-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
  background-repeat: no-repeat;
  background-position: center center;
}
.site-funcoes-icone-conteudo {
  background-image: url(../images/icones/conteudo-ico.png);
}
.site-funcoes-icone-aparencia {
  background-image: url(../images/icones/aparencia-ico.png);
}
.site-funcoes-icone-redes {
  background-image: url(../images/icones/redes-ico.png);
}
.site-funcoes-icone-noticias {
  background-image: url(../images/icones/noticias-ico.png);
}
.site-funcoes h4 {
  font-size: 28px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 15px;
  font-weight: 700;
}
.site-funcoes p {
  font-size: 18px;
  text-align: center;
  padding: 0 5px 10px;
}
.site-funcoes-content {
  margin-top: -65px;
  position: relative;
}
.site-caracteristicas-section {
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: left;
}
.site-dominio {
  background-image: url(../images/dominio-bg.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top center;
  padding-top: 80px;
  padding-bottom: 0;
  text-align: center;
}
.site-dominio h2 {
  color: #fff;
  line-height: 50px;
}
.site-dominio p {
  color: #fff;
  max-width: 600px;
  margin: 0 auto 30px;
}
.site-dominio img {
  width: 100%;
  max-width: 800px;
  display: block;
  margin: auto;
}
.collapse-link {
  cursor: pointer;
}
.collapse-titulo {
  height: 95px;
  margin-top: 30px;
  margin-left: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: middle;
  -webkit-justify-content: middle;
  -ms-flex-pack: middle;
  -moz-box-pack: middle;
  justify-content: middle;
  padding-top: 10px;
}
.collapse-titulo-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.collapse-titulo h3 {
  color: #4d4d4d;
  font-weight: 400;
  margin-top: 15px;
}
.collapse-caracteristicas-icone {
  background-color: #767676;
  width: 95px;
  height: 95px;
  border-radius: 100px 100px 100px 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px 100px 100px 100px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25),
    inset 0 5px 0 rgba(250, 250, 250, 0.15);
  -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25),
    inset 0 5px 0 rgba(250, 250, 250, 0.15);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25),
    inset 0 5px 0 rgba(250, 250, 250, 0.15);
  -webkit-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
}
.collapse-link:hover .collapse-caracteristicas-icone {
  background-color: #065281;
}
.collapse-caracteristicas-icone-presenca {
  background-image: url(../images/icones/presenca-ico.png);
}
.collapse-caracteristicas-icone-personalizacao {
  background-image: url(../images/icones/personalizacao-ico.png);
}
.collapse-caracteristicas-icone-relacionamento {
  background-image: url(../images/icones/relacionamento-ico.png);
}
.collapse-caracteristicas-icone-processos {
  background-image: url(../images/icones/processos-ico.png);
}
.collapse-caracteristicas-icone-escritorio {
  background-image: url(../images/icones/escritorio-ico.png);
}
.collapse-caracteristicas-icone-clientes {
  background-image: url(../images/icones/clientes-ico.png);
}
.collapse-link[aria-expanded="true"] .collapse-caracteristicas-icone {
  background-color: #053959;
}
.collapse-link[aria-expanded="true"] .collapse-titulo h3 {
  color: #004671;
  font-weight: 700;
}
.collapse-conteudo-list {
  margin-left: 120px;
  margin-top: 10px;
}
.collapse-conteudo-list li {
  list-style-image: url(../images/li-img.png);
  list-style-position: inside;
  font-size: 20px;
}
.collapse-caracteristica-box {
  margin: 50px 0;
}
.site-caracteristicas-mobile {
  margin: 30px auto 0;
}
.collapse-caracteristicas-icone-mobile {
  background-color: #053959;
  width: 95px;
  height: 95px;
  border-radius: 100px 100px 100px 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px 100px 100px 100px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25),
    inset 0 5px 0 rgba(250, 250, 250, 0.15);
  -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25),
    inset 0 5px 0 rgba(250, 250, 250, 0.15);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25),
    inset 0 5px 0 rgba(250, 250, 250, 0.15);
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto 30px;
}
.site-caracteristicas-mobile h3 {
  color: #004671;
  font-weight: 700;
  text-align: center;
}
.site-caracteristicas-mobile p {
  text-align: center;
}
.collapse-conteudo-list-mobile {
  margin-top: 0;
}
.collapse-conteudo-list-mobile li {
  list-style-image: url(../images/li-img.png);
  list-style-position: inside;
  font-size: 20px;
  text-align: center;
}
.site-formatar {
  background: #212121;
  background: -o-radial-gradient(circle, #212121 0, #000 100%);
  background: -webkit-radial-gradient(circle, #212121 0, #000 100%);
  background: -moz-radial-gradient(circle, #212121 0, #000 100%);
  background: radial-gradient(circle, #212121 0, #000 100%);
  padding: 30px 0;
}
.site-formatar h2 {
  color: #fff;
  text-transform: none;
  max-width: 480px;
}
.site-formatar p {
  color: #fff;
}
.software-titulo {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  background-image: url(../images/software-bg-escuro.webp);
  background-repeat: no-repeat;
  background-position: bottom center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 140px 15px 230px;
}
.software-titulo h1 {
  font-weight: 400;
  font-size: 45px;
  line-height: 50px;
  letter-spacing: 0;
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
}
.software-titulo p {
  font-weight: 300;
  font-size: 25px;
  color: #fff;
  line-height: 28px;
  letter-spacing: 0.25px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.software-titulo .sticker-usuarios {
  z-index: 1;
  position: absolute;
  bottom: -120px;
  right: 130px;
  width: 130px;
}
@media (max-width: 1199px) {
  .software-titulo .sticker-usuarios {
    position: absolute;
    bottom: -120px;
    right: -20px;
    width: 130px;
  }
}
@media (max-width: 991px) {
  .software-titulo .sticker-usuarios {
    position: absolute;
    bottom: -120px;
    right: -30px;
    width: 130px;
  }
}
@media (max-width: 767px) {
  .software-titulo .sticker-usuarios {
    position: absolute;
    bottom: -90px;
    right: 20px;
    width: 100px;
  }
}
@media (max-width: 500px) {
  .software-titulo .sticker-usuarios {
    position: absolute;
    bottom: -80px;
    right: -10px;
    width: 90px;
  }
}
.software-main-image {
  width: 100%;
  max-width: 700px;
  display: block;
  margin: 20px auto 0;
  text-align: center;
  position: relative;
  margin-top: -220px;
}
.software-caracteristicas-section {
  margin: 60px 0 30px 10px;
}
.software-caracteristicas-section h2 {
  text-align: center;
  color: #004671;
  margin-bottom: 20px;
  font-size: 40px;
}
.software-caracteristica {
  display: block;
  margin: 30px 0 0;
  height: 80px;
}
.software-caracteristica h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 25px;
}
.software-caracteristica p {
  line-height: 18px;
}
.software-caracteristica-texto {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-left: 100px;
}
.software-caracteristicas-icone {
  background-color: #b2282f;
  width: 80px;
  height: 80px;
  border-radius: 100px 100px 100px 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px 100px 100px 100px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25),
    inset 0 5px 0 rgba(250, 250, 250, 0.15);
  -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25),
    inset 0 5px 0 rgba(250, 250, 250, 0.15);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25),
    inset 0 5px 0 rgba(250, 250, 250, 0.15);
  -webkit-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
  margin-right: 20px;
}
.software-caracteristicas-icone-painel-financeiro {
  background-image: url(../images/icones/painel-financeiro-ico.png);
}
.software-caracteristicas-icone-intimacoes {
  background-image: url(../images/icones/intimacoes-ico.png);
}
.software-caracteristicas-icone-processo-eletronico {
  background-image: url(../images/icones/proc-eletronico-ico.png);
}
.software-caracteristicas-icone-movimentacao {
  background-image: url(../images/icones/movimentacao-ico.png);
}
.software-caracteristicas-icone-usuarios {
  background-image: url(../images/icones/usuarios-ico.png);
}
.software-caracteristicas-icone-relatorios {
  background-image: url(../images/icones/relatorios-ico.png);
}
.software-caracteristicas-icone-acessos {
  background-image: url(../images/icones/acessos-ico.png);
}
.software-caracteristicas-icone-seguranca {
  background-image: url(../images/icones/seguranca-ico.png);
}
.software-caracteristicas-icone-app {
  background-image: url(../images/icones/app-ico.png);
}
.software-funcoes-section {
  padding-top: 60px;
  padding-bottom: 30px;
}
.software-funcoes-carousel {
  height: 600px;
  width: 100%;
}
@media (max-width: 991px) {
  .software-funcoes-carousel {
    height: 550px;
    margin-bottom: -100px;
  }
}
@media (max-width: 767px) {
  .software-funcoes-carousel {
    height: 650px;
  }
}
@media (max-width: 430px) {
  .software-funcoes-carousel {
    height: 850px;
  }
}
.software-funcoes-carousel-img {
  width: 50%;
  position: absolute;
  top: 50px;
  right: 0;
}
.carousel-indicators li {
  width: 30px;
  height: 6px;
  background-color: #0067a9;
  opacity: 0.4;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' fill='%230067a9' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' fill='%230067a9' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-control-prev {
  left: -25px;
}
@media (max-width: 991px) {
  .carousel-control-prev {
    left: -30px;
  }
}
@media (max-width: 767px) {
  .carousel-control-prev {
    top: -550px;
    left: 30px;
  }
}
@media (max-width: 429px) {
  .carousel-control-prev {
    top: -750px;
    left: 30px;
  }
}
.carousel-control-next {
  right: -25px;
}
@media (max-width: 991px) {
  .carousel-control-next {
    right: -30px;
  }
}
@media (max-width: 767px) {
  .carousel-control-next {
    top: -550px;
    right: 30px;
  }
}
@media (max-width: 429px) {
  .carousel-control-next {
    top: -750px;
    right: 30px;
  }
}
.carousel-funcoes-icone {
  background-color: #0063a1;
  width: 95px;
  height: 95px;
  border-radius: 100px 100px 100px 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px 100px 100px 100px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25),
    inset 0 5px 0 rgba(250, 250, 250, 0.15);
  -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25),
    inset 0 5px 0 rgba(250, 250, 250, 0.15);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25),
    inset 0 5px 0 rgba(250, 250, 250, 0.15);
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
}
@media (max-width: 991px) {
  .carousel-funcoes-icone {
    float: none;
    margin: auto;
  }
}
.carousel-funcoes-icone-processos {
  background-image: url(../images/icones/processos-ico.png);
}
.carousel-funcoes-icone-escritorio {
  background-image: url(../images/icones/escritorio-ico.png);
}
.carousel-funcoes-icone-clientes {
  background-image: url(../images/icones/clientes-ico.png);
}
.carousel-titulo {
  height: 95px;
  margin-top: 30px;
  margin-left: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: middle;
  -webkit-justify-content: middle;
  -ms-flex-pack: middle;
  -moz-box-pack: middle;
  justify-content: middle;
  padding-top: 10px;
}
@media (max-width: 991px) {
  .carousel-titulo {
    margin-left: 0;
    text-align: center;
  }
}
.carousel-titulo-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.carousel-titulo h3 {
  color: #4d4d4d;
  font-weight: 400;
  margin-top: 15px;
}
.carousel-conteudo-list {
  margin-left: 120px;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .carousel-conteudo-list {
    margin-left: auto;
    margin-right: auto;
    max-width: 550px;
  }
}
.carousel-conteudo-list li {
  list-style-image: url(../images/li-img.png);
  list-style-position: inside;
  font-size: 20px;
}
.software-section {
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .software-section {
    text-align: center;
  }
}
.section-software-app {
  background-image: url(../images/avaliacoes-bg-grey.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-size: cover;
  padding: 40px 0;
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}
.top-info {
  width: 100px;
  height: 36px;
  position: absolute;
  top: -74px;
  left: 50%;
  margin-left: -50px;
}
@media screen and (min-width: 992px) {
  .more-m {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .section-software-app {
    text-align: center;
  }
}
.section-software-app img.tela-app {
  max-width: 230px;
  position: relative;
  margin-top: -100px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.3);
}
.section-software-app h3 {
  max-width: 600px;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 27px;
}
@media screen and (max-width: 991px) {
  .section-software-app img.tela-app {
    margin-top: 30px;
  }
  .section-software-app img.mkp-info {
    margin-top: 30px;
  }
  .more-m p {
    max-width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .info-sect {
    text-align: center;
  }
  .more-m p {
    font-size: 32px !important;
    max-width: 100% !important;
    line-height: 40px;
  }
}
.more-m h3 {
  max-width: none !important;
  font-weight: 400 !important;
  font-size: 45px;
  margin-bottom: 25px !important;
}
.section-software-app img.mkp-info {
  position: relative;
  max-width: 100%;
  margin-top: -100px;
}
.more-m p {
  font-size: 21px;
  max-width: 92%;
}
@media screen and (max-width: 380px) {
  .section-intimacoes-app h3 {
    font-size: 25px;
  }
}
.section-software-app .app-caracteristicas {
  float: left;
  margin: 20px 0;
  padding: 0;
  font-size: 17px;
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .section-software-app .app-caracteristicas {
    max-width: 300px;
    float: none;
    margin: 35px auto;
  }
}
.section-software-app .app-caracteristicas .icone {
  position: absolute;
  width: 100px;
}
.section-software-app .app-caracteristicas span {
  display: block;
  margin-left: 110px;
}
.section-software-app .app-button {
  display: inline-block;
  border: 2px solid #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 8px 15px 8px 12px;
  font-size: 17px;
  color: #fff;
  background-position: left 5px center;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px;
  -o-background-size: 20px;
  background-size: 20px;
  background-repeat: no-repeat;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
}
.section-software-app .app-button:hover {
  color: #4d4d4d;
  background-color: #fff;
}
.section-software-app .app-button2 img {
  margin-top: 30px;
  margin-right: 10px;
  height: 40px !important;
  -webkit-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
}
.jovem-titulo {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  background-image: url(../images/jovem-adv-bg-escuro.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 140px 15px 250px;
}
.jovem-titulo h1 {
  font-weight: 400;
  font-size: 45px;
  line-height: 50px;
  letter-spacing: 0;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
}
.jovem-titulo p {
  font-weight: 300;
  font-size: 25px;
  color: #fff;
  line-height: 28px;
  letter-spacing: 0.25px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
.jovem-main-image {
  width: 100%;
  max-width: 600px;
  display: block;
  margin: 20px auto 0;
  text-align: center;
  position: relative;
  margin-top: -250px;
}
.section-jovem {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 45px;
}
@media screen and (max-width: 600px) {
  .section-jovem {
    text-align: center;
  }
}
.section-jovem h2 {
  font-weight: 400;
  font-size: 37px;
}
.section-jovem2 {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 60px;
}
.section-jovem2 h2 {
  font-size: 32px;
}
.jovem-numeros {
  background-color: #c33;
  background-image: url(../images/numeros-promad-bg.webp);
  background-position: top center;
  padding: 70px 0 30px;
  text-align: center;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.jovem-numeros h5 {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.jovem-numeros span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 20px;
  padding: 0 30px;
}
.jovem-numeros img {
  position: absolute;
  top: 30%;
  right: -10px;
}
.jovem-numeros-div {
  padding-bottom: 40px;
}
.quem-somos-titulo {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  background-image: url(../images/quem-somos-bg-escuro.webp);
  background-repeat: no-repeat;
  background-position: bottom center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 140px 15px 120px;
}
.quem-somos-titulo h1 {
  font-weight: 400;
  font-size: 45px;
  line-height: 50px;
  letter-spacing: 0;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .quem-somos-titulo h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
.quem-somos-titulo p {
  font-weight: 300;
  font-size: 25px;
  color: #fff;
  line-height: 28px;
  letter-spacing: 0.25px;
  margin: 0 auto 30px;
  position: relative;
  text-align: center;
  max-width: 450px;
}
.section-quem-somos {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 40px;
}
.section-quem-somos h3 {
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .section-quem-somos h3 {
    font-size: 20px;
  }
}
.section-quem-somos p {
  text-align: justify;
  line-height: 26px;
}
.foto-equipe {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.quem-somos-vagas {
  background-color: #1775b2;
  background-image: url(../images/vagas-bg-escuro.webp);
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 30px 0 60px;
  background-color: #1775b2;
  text-align: center;
  margin-bottom: 0;
}
.quem-somos-vagas h3 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}
.contato-side {
  min-height: 100vh;
  background-color: #295c8f;
  background-image: url(../images/contato-bg-escuro.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 30px;
}
.contato-side ul {
  position: absolute;
  bottom: 30px;
  right: 50px;
  color: #fff;
  text-align: right;
  max-width: 320px;
}
.contato-side li {
  margin: 10px 0;
}
.contato-side li img {
  position: absolute;
  right: -30px;
  margin-top: 8px;
}
.contato-side-md {
  background-color: #295c8f;
  background-image: url(../images/contato-bg-escuro.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  padding: 20px;
}
.contato-side-md ul {
  display: block;
  margin: 45px auto;
  color: #fff;
  text-align: center;
  max-width: 320px;
}
.contato-side-md li {
  margin: 10px 0;
}
.contratar-software-side {
  min-height: 100vh;
  background-color: #295c8f;
  background-image: url(../images/contratar-software-bg-escuro.webp);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 30px;
}
.contratar-software-side ul {
  position: absolute;
  bottom: 30px;
  right: 50px;
  color: #fff;
  text-align: right;
  max-width: 320px;
}
.contratar-software-side li {
  margin: 10px 0;
}
.contratar-software-side li img {
  position: absolute;
  right: -30px;
  margin-top: 8px;
}
.contratar-software-side-md {
  background-color: #295c8f;
  background-image: url(../images/contratar-software-bg-escuro.webp);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  padding: 20px;
}
.contratar-software-side-md ul {
  display: block;
  margin: 45px auto;
  color: #fff;
  text-align: center;
  max-width: 320px;
}
.contratar-software-side-md li {
  margin: 10px 0;
}
.contratar-marketing-side {
  min-height: 100vh;
  background-color: #162e50;
  background-image: url(../images/contratar-marketing-bg-escuro-azul.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 30px;
}
.contratar-marketing-side ul {
  position: absolute;
  bottom: 30px;
  right: 50px;
  color: #fff;
  text-align: right;
  max-width: 320px;
}
.contratar-marketing-side li {
  margin: 10px 0;
}
.contratar-marketing-side li img {
  position: absolute;
  right: -30px;
  margin-top: 8px;
}
.contratar-marketing-side-md {
  background-color: #162e50;
  background-image: url(../images/contratar-marketing-bg-escuro-azul.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  padding: 20px;
}
.contratar-marketing-side-md ul {
  display: block;
  margin: 45px auto;
  color: #fff;
  text-align: center;
  max-width: 320px;
}
.contratar-marketing-side-md li {
  margin: 10px 0;
}

.teste-side {
  min-height: 100vh;
  background-color: #b2282f;
  background-image: url(../images/teste-bg-azul.webp);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 30px;
  text-align: center;
  color: #fff;
}
.teste-side ul {
  display: block;
  margin: auto;
  position: relative;
  top: 100%;
  margin-top: -130px;
  color: #fff;
  text-align: center;
}
.teste-side ul a {
  color: #fff;
  font-weight: 700;
}
.teste-side-md {
  background-color: #b2282f;
  background-image: url(../images/teste-bg-azul.webp);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  padding: 20px;
  text-align: center;
  color: #fff;
  min-height: 200px;
}
.teste-side-md ul {
  display: block;
  color: #fff;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}
.teste-side-md ul a {
  color: #fff;
  font-weight: 700;
}
.teste-gratuidade-box {
  display: inline-block;
  margin: 10px 10px -10px;
}
@media (max-width: 375px) {
  .teste-gratuidade-box {
    margin: 0 0 -10px;
  }
}
.teste-gratuidade {
  background-color: #d9d9d9;
  background-image: url(../images/teste-check.png);
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  padding: 3px 15px 3px 35px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-size: 15px !important;
  white-space: pre;
}
.gratuidade-condicao {
  font-size: 14px !important;
}
@media (max-width: 375px) {
  .gratuidade-condicao {
    font-size: 13px !important;
  }
}
@media (max-width: 375px) {
  .teste-gratuidade {
    font-size: 13px !important;
  }
}
.arrow-contato {
  background-image: url(../images/arrow-contato.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 34px;
  height: 97px;
  position: absolute;
  top: 50%;
  margin-top: -48px;
  right: 0;
}
.arrow-contato-md {
  background-image: url(../images/arrow-contato.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 34px;
  height: 97px;
  position: absolute;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 50%;
  margin-left: -17px;
  margin-top: 0;
  bottom: -32px;
}
.div-centralizar {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 30px 0;
}
.form-box {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 600px;
}
.form-button {
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 5px 23px;
  background-color: #b2282f;
  color: #fff;
  border: 0;
  letter-spacing: 1.5px;
  -webkit-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
  margin: 20px auto;
  display: block;
}
.form-button:hover {
  background-color: #cc3e45;
  color: #fff;
}
.form-button-azul {
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 5px 23px;
  background-color: #053959;
  color: #fff;
  border: 0;
  letter-spacing: 1.5px;
  -webkit-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
  margin: 20px auto;
  display: block;
}
.form-button-azul:hover {
  background-color: #024b78;
  color: #fff;
}
.form-field {
  padding: 5px 8px 5px 15px;
  font-size: 20px;
  color: #848484;
  font-weight: 300;
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 25px auto;
  display: block;
  width: 100%;
}
.form-field-oab {
  display: inline;
  padding: 5px 8px 5px 15px;
  font-size: 20px;
  color: #848484;
  font-weight: 300;
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 0 auto 25px;
  width: 40%;
  float: left;
}
.form-field-estado {
  display: inline;
  padding: 5px 8px 5px 15px;
  font-size: 20px;
  color: #848484;
  font-weight: 300;
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 0 auto 25px;
  width: 56%;
  float: right;
  height: 42px;
}
.form-field-cpfcnpj {
  display: inline;
  padding: 5px 8px 5px 15px;
  font-size: 20px;
  color: #848484;
  font-weight: 300;
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 0 auto 25px;
  width: 56%;
  float: left;
  height: 42px;
}
.form-field-cep {
  display: inline;
  padding: 5px 8px 5px 15px;
  font-size: 20px;
  color: #848484;
  font-weight: 300;
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 0 auto 25px;
  width: 40%;
  float: right;
}
.form-field-numero {
  display: inline;
  padding: 5px 8px 5px 15px;
  font-size: 20px;
  color: #848484;
  font-weight: 300;
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 0 auto 25px;
  width: 40%;
  float: left;
}
.form-field-complemento {
  display: inline;
  padding: 5px 8px 5px 15px;
  font-size: 20px;
  color: #848484;
  font-weight: 300;
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 0 auto 25px;
  width: 56%;
  float: right;
  height: 42px;
}
.form-field-cidade {
  display: inline;
  padding: 5px 8px 5px 15px;
  font-size: 20px;
  color: #848484;
  font-weight: 300;
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 0 auto 25px;
  width: 66%;
  float: left;
  height: 42px;
}
.form-field-estado-end {
  display: inline;
  padding: 5px 8px 5px 15px;
  font-size: 20px;
  color: #848484;
  font-weight: 300;
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 0 auto 25px;
  width: 30%;
  float: right;
  height: 42px;
}
.form-field-personalizado {
  display: inline;
  padding: 5px 8px 5px 5px;
  font-size: 20px;
  color: #848484;
  font-weight: 300;
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 0 auto 25px;
  height: 42px;
  float: left;
  width: -webkit-calc(100% - 210px);
  width: -moz-calc(100% - 210px);
  width: calc(100% - 210px);
}
.form-text {
  font-size: 17px;
  line-height: 20px;
  float: left;
  text-align: left;
  height: 42px;
  width: 210px;
  padding: 10px 10px 15px 0;
  float: left;
}
.form-checklist {
  font-size: 20px;
  margin: 25px auto;
  display: block;
  width: 100%;
  text-align: left;
  line-height: 20px;
}
.form-logo {
  display: block;
  margin: 20px auto 0;
}
.contato-form {
  background-color: #f3f3f3;
  text-align: center;
  padding: 20px;
}
.contato-form h1 {
  color: #295c8f;
  font-weight: 900;
  margin-bottom: 15px;
  line-height: 40px;
}
@media screen and (max-width: 600px) {
  .contato-form h1 {
    font-size: 32px;
  }
}
.contato-form p {
  font-size: 20px;
  line-height: 25px;
}
.contato-form .divisor {
  margin: 40px auto;
}
.nlbox {
  position: fixed;
  bottom: 0;
  z-index: 10;
  width: 100%;
}
.nl-box-conteudo {
  background-color: #000e1cdb;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #d2d6de;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding-top: 14px;
  padding-bottom: 10px;
}
.nl-fechar {
  background-image: url(../images/fechar.png);
  z-index: 9999;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  right: -4px;
  top: -5px;
  float: right;
  width: 33px;
  height: 33px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
  -webkit-filter: contrast(0);
  filter: contrast(0);
}
footer a.link:hover,
footer a.sublink:hover {
  color: #3587f2;
  -webkit-transition: color 0.4s cubic-bezier(0.2, 0.3, 0.25, 0.9);
  -o-transition: color 0.4s cubic-bezier(0.2, 0.3, 0.25, 0.9);
  -moz-transition: color 0.4s cubic-bezier(0.2, 0.3, 0.25, 0.9);
  transition: color 0.4s cubic-bezier(0.2, 0.3, 0.25, 0.9);
}
.nl-fechar:hover {
  background-color: #ddd;
  -webkit-filter: unset;
  filter: unset;
}
.image-envelope {
  display: block;
  margin: -20px auto 0;
  width: 100px;
}
@media screen and (max-width: 991px) {
  .image-envelope {
    margin: -20px auto 40px;
  }
}

.nl-box-text {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
.nl-box-field {
  display: inline-block;
  height: 40px;
  width: 60%;
  padding: 0 15px;
  color: #848484;
  font-weight: 300;
  -webkit-border-radius: 30px 0 0 30px;
  -moz-border-radius: 30px 0 0 30px;
  border-radius: 30px 0 0 30px;
  margin-right: 0;
  border: 1px solid #a9a9a9;
  border-right: 0;
}
.nl-box-cadastrar {
  display: inline-block;
  height: 40px;
  width: 40%;
  font-size: 17px;
  font-weight: 400;
  background-color: #b2282f;
  color: #fff;
  letter-spacing: 1.5px;
  -webkit-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
  padding: 0 15px;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  margin-top: 0;
  border: 1px solid #88373b;
  border-left: 0;
}
.nl-box-cadastrar:hover {
  background-color: #cc3e45;
}
.button-teste {
  display: inline-block;
  background-color: #b2282f;
  padding: 10px 25px !important;
  font-size: 18px;
  font-weight: 300;
  width: 40%;
  text-align: center;
  height: 44px;
  min-width: 250px;
  margin: 10px !important;
}
.button-teste:hover {
  background-color: #cc3e45;
}
.button-ajuda {
  display: inline-block;
  background-image: url(../images/ajuda-ico.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  padding: 10px 25px !important;
  font-size: 18px;
  font-weight: 300;
  width: 40%;
  text-align: center;
  height: 44px;
  min-width: 250px;
  margin: 10px !important;
}
.button-ajuda:hover {
  background-image: url(../images/mes-do-advogado-2022/ajuda-ico-b.png);
}
.nl-space {
  height: 20px;
}
.bem-vindo.mes-do-adv {
  padding-bottom: 60px;
}
.bem-vindo.mes-do-adv h1 {
  font-size: 36px;
  text-align: center;
}
.fieldset-border {
  border: 1px solid #fff !important;
  padding: 0 1.4em !important;
  margin: 1em 0 0.5em !important;
  -webkit-box-shadow: 0 0 0 0 #000;
  -moz-box-shadow: 0 0 0 0 #000;
  box-shadow: 0 0 0 0 #000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center !important;
}
.fieldset-border p {
  margin-bottom: 0;
  text-align: center !important;
  padding-top: 10px;
}
.fieldset-border p strong {
  margin-top: 10px !important;
  display: block;
  margin-bottom: 0;
}
.fieldset-border .legend-border {
  font-size: 1.2em !important;
  text-align: center !important;
  width: auto;
  padding: 0 10px;
  border-bottom: none;
  color: #fff;
  font-weight: 400;
}
.jovem-adv-mes-do-adv {
  display: inline-block;
  padding: 5px 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #ffcd54;
  margin-bottom: 20px;
  border: 1px solid #ffcd54;
}
.jovem-adv-mes-do-adv strong {
  font-size: 20px;
}
.section-software .mes-do-adv {
  background-color: #f88912;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 10px;
  color: #fff;
  width: auto !important;
  display: inline-block;
}
.section-software .mes-do-adv strong {
  font-weight: 600;
}
.section-software h1 {
  margin-top: 15px;
}
.teste-mes-do-adv {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 10px;
  color: #fff !important;
  width: auto !important;
  display: inline-block;
  border: 2px solid #295c8f;
  color: #295c8f;
  background-color: #295c8f;
}
.nl-box-conteudo .tag {
  color: #004671;
  padding: 5px 13px;
  display: inline-block;
  margin: -15px auto 0;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 25px;
  line-height: 29px;
}
.nl-box-conteudo hr {
  margin-bottom: 40px;
}
.teste-termos .fieldset-border {
  border: 1px solid #717171 !important;
  padding: 0 1.4em 1.4em !important;
  margin: 0 0 2em !important;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-align: center !important;
}
.teste-termos .fieldset-border p {
  text-align: left !important;
}
.teste-termos .fieldset-border p strong {
  margin-top: 10px !important;
  display: block;
  margin-bottom: 0;
}
.teste-termos .fieldset-border .legend-border {
  font-size: 1em !important;
  text-align: left !important;
  width: auto;
  padding: 0 10px;
  border-bottom: none;
  font-weight: 600;
  color: #4d4d4d;
}
.gratuidade-caixa-verde-mes-do-adv {
  padding: 5px 15px 5px 38px;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 18px;
  text-transform: initial;
  background-image: url(../images/planos-check.png);
  background-repeat: no-repeat;
  background-position: center left 11px;
  margin: -15px 0 20px;
  display: inline-block;
}
@media screen and (max-width: 435px) {
  .gratuidade-caixa-verde-mes-do-adv {
    font-size: 16px;
  }
}
@media screen and (max-width: 399px) {
  .gratuidade-caixa-verde-mes-do-adv {
    font-size: 12.5px;
    font-weight: 300;
  }
}
.mkt-combo-titulo.mes-do-adv {
  background-color: #0063a1;
}
.mes-do-adv-15off {
  width: 80px;
  height: 80px;
  background-color: #000;
  position: absolute;
  left: -5px;
  top: -20px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background-image: url(../images/mes-do-adv-selo-15off.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}
.bf-20off {
  width: 80px;
  height: 80px;
  background-color: #981b23;
  position: absolute;
  left: -5px;
  top: -20px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background-image: url(../images/bf-selo-20off.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}
.mc-15off {
  width: 80px;
  height: 80px;
  background-color: transparent;
  position: absolute;
  left: -5px;
  top: -20px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background-image: url(../images/15off-mc.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}
.mc-20off {
  width: 80px;
  height: 80px;
  background-color: transparent;
  position: absolute;
  left: -5px;
  top: -20px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background-image: url(../images/mes-do-advogado-2022/mes-advogado-15off.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}
.mes-do-adv-precoespecial {
  width: 120px;
  height: 120px;
  position: absolute;
  left: -10px;
  top: -25px;
  background-image: url(../images/mes-do-advogado-2022/condicoespeciais.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bf-precoespecial {
  width: 120px;
  height: 120px;
  position: absolute;
  left: -10px;
  top: -25px;
  background-image: url(../images/bf-selo-precoespecial.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.mkt-titulo.mes-do-adv p {
  line-height: 36px;
}
.mkt-titulo.mes-do-adv img {
  width: 20px;
}
.mkt-titulo.mes-do-adv p strong {
  line-height: 36px;
  font-weight: 500;
}
.mkt-titulo.mes-do-adv p span {
  background-color: #f88912;
  color: #fff;
  font-weight: 600;
  padding: 3px 10px;
  margin: 0 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  white-space: pre;
}
.mes-do-adv-selo {
  width: 150px;
  height: 150px;
  position: absolute;
  background-image: url(../images/mes-do-adv-selo.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  bottom: -120px;
  left: -webkit-calc(50% - 75px);
  left: -moz-calc(50% - 75px);
  left: calc(50% - 75px);
  z-index: 5;
}
.mkt-main-image.mes-do-adv {
  width: 100%;
  max-width: 900px;
  display: block;
  margin: 20px auto 0;
  text-align: center;
  position: relative;
  margin-top: -250px;
}
.nl-box-conteudo.bf {
  background-color: rgba(0, 45, 73, 0.95);
}
.nl-box-conteudo.bf .nl-fechar {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.nl-box-conteudo.bf .nl-box-text {
  color: #fff;
  padding: 0 40px;
}
.nl-box-conteudo.bf .button-ajuda {
  background-color: transparent;
  border: 2px solid #fff;
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px;
  -o-background-size: 40px;
  background-size: 40px;
  background-position: left -0.5px top;
}
.nl-box-conteudo.bf .tag-bf {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
}
.selo-30dias-mesdoconsum {
  position: absolute;
  width: 130px;
  margin-top: -90px;
  z-index: 9;
}
@media screen and (max-width: 1200px) {
  .selo-30dias-mesdoconsum {
    position: absolute;
    width: 130px;
    margin-top: -20px;
    margin-left: 10px;
    z-index: 9;
  }
}
@media screen and (max-width: 767px) {
  .selo-30dias-mesdoconsum {
    position: absolute;
    width: 120px;
    margin-top: -90px;
    margin-left: 20px;
    z-index: 9;
  }
}
@media screen and (max-width: 600px) {
  .selo-30dias-mesdoconsum {
    position: absolute;
    width: 100px;
    margin-top: -140px;
    margin-left: -80px;
    z-index: 9;
  }
}
footer {
  margin-bottom: 0;
}
.back-top {
  background-image: url(../images/back-top.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 100px;
  height: 36px;
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -50px;
}
.footer-area {
  background-color: #1f1f1f;
  color: #fff;
  padding: 25px 15px 15px;
  margin-bottom: 0;
}
.footer-area img {
  margin-bottom: 15px;
  max-width: 150px;
}
.footer-area p {
  line-height: 19px;
  margin-bottom: 15px;
}
.footer-area .link {
  font-size: 18px;
  display: inline-block;
  font-weight: 700;
  color: #fff;
  margin-top: 10px;
}
.footer-area .sublink {
  font-size: 18px;
  font-weight: 300;
  display: block;
  color: #fff;
  line-height: 1.8;
}
.footer-area .redes-button {
  display: inline-block;
  width: 45px;
  height: 45px;
  background-color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin: 15px 10px;
  -webkit-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
}
.footer-area .redes-button:hover {
  background-color: #cc3e45;
}
.fb {
  background-image: url(../images/fb-ico.png);
  background-position: center center;
}
.ig {
  background-image: url(../images/ig-ico.png);
  background-position: center center;
}
.linkedin {
  background-image: url(../images/linkedin-ico.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.footer-area .nl-text {
  display: block;
  margin: 0 0 15px 10px;
}
.footer-area .nl-field {
  display: inline-block;
  font-size: 17px;
  height: 40px;
  width: 60%;
  padding: 0 15px;
  color: #000;
  font-weight: 500;
  border: 0;
  -webkit-border-radius: 30px 0 0 30px;
  -moz-border-radius: 30px 0 0 30px;
  border-radius: 30px 0 0 30px;
  margin-right: 0;
}
.nl-field::-webkit-input-placeholder {
  color: #999;
  -webkit-transition: ease-in-out color 0.4s;
  transition: ease-in-out color 0.4s;
}
.nl-field:focus::-webkit-input-placeholder {
  color: #000;
}
.nl-field:-moz-placeholder {
  color: #999;
  -moz-transition: ease color 0.4s;
  transition: ease color 0.4s;
}
.nl-field:focus:-moz-placeholder {
  color: #000;
}
.nl-field::-moz-placeholder {
  color: #999;
  -moz-transition: ease color 0.4s;
  transition: ease color 0.4s;
}
.nl-field:focus::-moz-placeholder {
  color: #000;
}
.nl-field:-ms-input-placeholder {
  color: #999;
  -ms-transition: ease color 0.4s;
  transition: ease color 0.4s;
}
.nl-field:focus:-ms-input-placeholder {
  color: #000;
}
.footer-area .nl-cadastrar {
  display: inline-block;
  height: 40px;
  width: 40%;
  font-size: 18px;
  font-weight: 400;
  background-color: #b2282f;
  color: #fff;
  letter-spacing: 1.5px;
  -webkit-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
  padding: 0 15px;
  border: 0;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  margin-left: 0;
}
.footer-area .nl-cadastrar:hover {
  background-color: #a70a12;
}
.copyright {
  text-align: center;
  background-color: #191919;
  color: #fff;
  margin: 0;
  padding: 20px;
}
.login-erro {
  color: red;
  font-size: 9px;
  margin-top: -2px;
  margin-bottom: 10px;
}
.border-erro {
  border: 1px solid red;
}
.cadastro-erro {
  color: red;
  font-size: 15px;
  margin-top: -2px;
  margin-bottom: 10px;
}
.contato-form-sucesso {
  background-color: #f3f3f3;
  text-align: center;
  padding: 20px;
  display: none;
}
.contato-form-sucesso h1 {
  color: #295c8f;
  font-weight: 900;
  margin-bottom: 15px;
  line-height: 40px;
}
@media screen and (max-width: 600px) {
  .contato-form-sucesso h1 {
    font-size: 32px;
  }
}
.contato-form-sucesso p {
  font-size: 20px;
  line-height: 25px;
}
.contato-form-sucesso .divisor {
  margin: 40px auto;
}
.recuperar-senha-sucesso {
  color: green;
  font-weight: 777;
  text-align: center;
  display: none;
}
.recuperar-senha-falha {
  color: red;
  font-weight: 777;
  text-align: center;
  display: none;
}
#frmAlteraSenha .error {
  color: navy;
  font-weight: 777;
  text-align: center;
}
.chkCustom {
  width: 30px;
}
.fonte-maior {
  font-size: 30px;
}
.lgpdbar {
  position: fixed;
  bottom: 0;
  z-index: 999999;
  width: 100%;
  left: 0;
}
.lgpdbar section {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.lgpdbar .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.lgpdbar-conteudo {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  border-top: 1px solid #d2d6de;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
}
.lgpdbar-conteudo p {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}
.lgpdbar-conteudo p + p {
  margin-top: 0;
  margin-bottom: 0;
}
.lgpdbar-conteudo a.main-button {
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .lgpdbar-conteudo a.main-button {
    width: -webkit-calc(100% - 15px);
    width: -moz-calc(100% - 15px);
    width: calc(100% - 15px);
    text-align: center;
    float: none;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.form-div {
  height: 41px;
}
.form-div > ::-webkit-input-placeholder {
  color: #1a1a1a;
}
.form-div > ::-moz-placeholder {
  color: #1a1a1a;
}
.form-div > :-ms-input-placeholder {
  color: #1a1a1a;
}
.form-div > ::-ms-input-placeholder {
  color: #1a1a1a;
}
.form-div > :-moz-placeholder {
  color: #1a1a1a;
}
.form-div > ::placeholder {
  color: #1a1a1a;
}
.btn_n {
  background-color: #115076 !important;
  border-color: #115076 !important;
}
.btn_n:hover {
  background-color: #053959 !important;
  border-color: #053959 !important;
}
.top-obg {
  background-color: #323232;
  padding: 20px;
}
.btn-primary {
  background-color: #115076 !important;
  border-color: #115076 !important;
}
.btn_n:hover {
  background-color: #053959 !important;
  border-color: #053959 !important;
}
.top-obg {
  background-color: #323232;
  padding: 20px;
}
.display-4 {
  font-size: clamp(2em, 2em + 2vw, 3.5rem) !important;
}

#box-popup {
  margin: -24px auto 1px;
  padding: 0 15px;
}
.popup-container {
  position: fixed;
  z-index: 10000;
  inset: 0 0 0 0;
  background: #000000ad;
}
.popup-container > .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 !important;
}
.popup-close {
  position: absolute;
  margin: 0 auto;
  display: inline-block;
  font-size: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-weight: 500;
  color: #444;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 39px;
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0.3, 0.25, 0.9);
  -o-transition: all 0.4s cubic-bezier(0.2, 0.3, 0.25, 0.9);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0.3, 0.25, 0.9);
  transition: all 0.4s cubic-bezier(0.2, 0.3, 0.25, 0.9);
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  -ms-user-drag: none;
  user-drag: none;
}
.popup-close:hover {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
#popup-img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  -ms-user-drag: none;
  user-drag: none;
}
.noscroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}
.popup-animated a {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 550px) {
  #popup-img {
    max-width: 100%;
  }
  .popup-close {
    inset: -4% 0 0 87%;
  }
}