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%;
}
.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: Roboto, sans-serif;
  background-color: #faf6ed;
  font-size: 19px;
  line-height: 25px;
  font-weight: 300;
  font-weight: 300;
  color: #4d4d4d;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  text-decoration: none !important;
  color: #ff9655;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}
ul {
  margin-bottom: 0;
}
button:active,
input,
select {
  outline: 0;
}

.main-button,.main-button-white,.main-button-blue{
  display: inline-block;
  font-size: 17px !important;
  font-weight: 400;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 23px 6px;
  margin: 0 0 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: pre;
}

.main-button-blue{
  background: none;
  color: #0a9494!important;
  border: solid 2px #0a9494;
  font-weight: 500;
}

.main-button-blue:hover,.main-button-blue:active{
  background: #0a9494;
  color: #fff!important;
}

a.main-button-white {
  background: none;
  color: #fff !important;
  border: solid 1px white;
}

a.main-button-white:hover,a.main-button-white:active {
  color: #ffffff !important;
  background: #ffffff2b;
}

a.main-button {
  background-color: #ff7f30;
  color: #fff;
}

a.main-button:hover {
  background-color: #ff9655;
  color: #fff !important;
}

a.main-button:active {
  background-color: #ef6e1f;
  color: #fff !important;
}

#p2 {
  font-size: 27px;
  line-height: 34px;
  letter-spacing: -1px;
}
div.main-button.disable {
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 23px 6px;
  margin: 0 0 10px;
  background-color: #ff7f30;
  color: #fff;
  cursor: default;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff !important;
  white-space: pre;
}
div.main-button.disable:hover {
  color: #fff !important;
}
div.main-button.disable:active {
  color: #fff !important;
}
a.main-button.outline {
  -webkit-box-shadow: inset 0 0 0 1px #626262;
  -moz-box-shadow: inset 0 0 0 1px #626262;
  box-shadow: inset 0 0 0 1px #626262;
  background-color: transparent;
  color: #626262 !important;
}
a.main-button.outline:hover {
  color: #626262 !important;
  background-color: rgba(98, 98, 98, 0.15);
}
a.main-button.outline:active {
  background-color: rgba(98, 98, 98, 0.2);
  color: #626262 !important;
}
a.main-button.outline-branco {
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  -moz-box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #fff;
  background-color: transparent;
  color: #fff !important;
}
a.main-button.outline-branco:hover {
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff !important;
}
a.main-button.outline-branco:active {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff !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-weight: 700;
  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: 40px;
  line-height: 43px;
  color: #004671;
}
@media screen and (max-width: 600px) {
  section h2 {
    font-size: 28px;
    line-height: 35px;
  }
}
section p {
  color: #626262;
  letter-spacing: 0;
  position: relative;
}
@media screen and (max-width: 600px) {
  section p {
    font-size: 19px;
    line-height: 25px;
  }
}
.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;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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: 5px;
}
.login-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 5;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.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: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  padding: 1px 18px;
  background-color: #ff7f30;
  color: #fff;
  border: 0;
  letter-spacing: 1.5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 0;
  margin-left: 0;
  height: 30px;
  width: 100%;
}
.login-button:hover {
  background-color: #ff9655;
  color: #fff;
}
.login-button:active {
  background-color: #ef6e1f;
  color: #fff;
}
.login-button-red {
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 1px 18px;
  background-color: #f21635;
  color: #fff;
  border: 0;
  letter-spacing: 1.5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 0;
  margin-left: 5px;
  height: 30px;
}
.login-button-red:hover {
  background-color: #ff3e59;
  color: #fff;
}
.login-button-red:active {
  background-color: #d60d29;
  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: #ff7f30;
  color: #fff;
  border: 0;
  letter-spacing: 1.5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}
.login-button-mobile:hover {
  color: #fff;
}
.logout-button {
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 1px 18px;
  background-color: #dc3545;
  color: #fff;
  border: 0;
  letter-spacing: 1.5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 0;
  margin-left: 5px;
  height: 30px;
}
.logout-button:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.logout-button:active {
  background-color: #ef6e1f;
  color: #fff;
}
.login-field-publicacoes {
  display: inline;
  width: -webkit-calc(100% - 85px);
  width: -moz-calc(100% - 85px);
  width: calc(100% - 85px);
  padding: 5px 8px;
  font-size: 18px;
  color: #848484;
  font-weight: 300;
  border: 0;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  border: 1px solid #a9a9a9;
  margin: 15px 0;
}
.login-field-empresarial {
  display: inline;
  width: 100%;
  padding: 5px 8px;
  font-size: 18px;
  color: #848484;
  font-weight: 300;
  border: 0;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  border: 1px solid #a9a9a9;
  margin: 15px 0;
}
.login-field {
  display: inline;
  width: 100%;
  padding: 5px 8px;
  font-size: 18px;
  color: #848484;
  font-weight: 300;
  border: 0;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  border: 1px solid #a9a9a9;
  margin: 15px 0;
}
.login-select {
  width: 70px;
  padding: 5px 8px;
  font-size: 18px;
  color: #848484;
  font-weight: 300;
  border: 0;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  border: 1px solid #a9a9a9;
  margin: 15px 0 15px 10px;
  display: inline;
}
.login-senha {
  display: inline;
  width: 100%;
  padding: 5px 8px;
  font-size: 18px;
  color: #848484;
  font-weight: 300;
  border: 0;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  border: 1px solid #a9a9a9;
  margin: 0 0 15px;
}
.login-field-mobile {
  display: inline;
  width: -webkit-calc(100% - 90px);
  width: -moz-calc(100% - 90px);
  width: calc(100% - 90px);
  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;
}
.login-select-mobile {
  width: 70px;
  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 15px 15px;
  display: inline;
}
.login-senha-mobile {
  display: inline;
  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: 0 0 15px;
}
#recuperar-senha-modal h5 {
  text-align: center;
}
#recuperar-senha-modal p {
  margin-bottom: 30px;
}
.navbar-light .navbar-toggler {
  background-image: url(../images/toggler.png);
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 30px;
  height: 30px;
  border: 0;
}
.navbar-light .navbar-toggler:focus {
  outline: 0;
}
.default-header {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  z-index: 20;
}
@media (max-width: 991px) {
  .default-header {
    top: 60px;
  }
}
.navbar-logo {
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
  max-width: 320px;
  height: 53px;
  background: url(../images/logo.png) no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: left center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar {
  padding: 15px;
}
@media (max-width: 991px) {
  .navbar .navbar-collapse {
    background: #000001;
    margin-top: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }
  .header-scrolled .navbar .navbar-collapse {
    background: 0 0;
    margin-top: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }
}
.navbar .dropdown .dropdown-menu {
  display: none;
  margin-top: 15px;
  opacity: 0;
  visibility: hidden;
  margin-left: 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
.navbar .dropdown .login-dropdown {
  display: none;
  margin-top: 5px;
  opacity: 0;
  visibility: hidden;
  margin-left: -222px;
  width: 320px;
  padding: 15px;
  -webkit-border-radius: 0.25rem 0 0.25rem 0.25rem;
  -moz-border-radius: 0.25rem 0 0.25rem 0.25rem;
  border-radius: 0.25rem 0 0.25rem 0.25rem;
}
@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;
    max-height: 550px;
    overflow-x: hidden;
  }
  .navbar-nav a {
    padding: 0;
  }
  .navbar-nav li {
    padding: 10px 0;
    overflow: hidden;
  }
  .li-btne-cont  span{
    display: none;
  }
  .li-btne-cont{
    padding: 20px 0px 20px 10px !important;
  }
}
.navbar-nav .navbar-link {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  padding: 18px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.navbar .navbar-link:hover {
  opacity: 0.7;
}
@media (max-width: 1200px) {
  .navbar-nav .navbar-link {
    padding: 10px;
  }
  .navbar .dropdown .login-dropdown {
    margin-left: -221px;
  }
}
.navbar-link.login {
  background-color: #e96819;
  padding: 10px 15px;
  margin: 10px;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.navbar-link.login:hover {
  opacity: 1;
  background-color: #fe9556;
}
.dropdown.show .navbar-link.login {
  background-color: #d4601a;
  -webkit-border-radius: 0.25rem 0.25rem 0 0;
  -moz-border-radius: 0.25rem 0.25rem 0 0;
  border-radius: 0.25rem 0.25rem 0 0;
}
.navbar-link.experimente {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
  margin: 10px;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.navbar-link.experimente:hover {
  opacity: 1;
  background-color: #fe9556;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  .navbar .navbar-collapse .navbar-link.experimente {
    background-color: transparent;
    padding: 10px;
    margin: 0;
  }
}
.navbar-nav .login-boton-menu {
  padding: 8px 30px;
  background-color: #ff7f30;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin-left: 20px;
}
.navbar-nav .dropdown .dropdown-item {
  color: #000001;
  padding: 7px 20px;
  font-size: 16px;
  font-weight: 300;
  min-width: 180px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.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: #005695;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  transition: background-color 0.4s;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.login-switch {
  background: #eee;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #eee),
    to(#dadada)
  );
  background: -o-linear-gradient(bottom, #eee 0, #dadada 100%);
  background: -webkit-linear-gradient(bottom, #eee 0, #dadada 100%);
  background: -moz-linear-gradient(bottom, #eee 0, #dadada 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), to(#dadada));
  background: linear-gradient(0deg, #eee 0, #dadada 100%);
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.login-switch .nav-pills {
  width: 100%;
  text-decoration: none;
}
.login-switch .nav-pills .nav-item {
  width: 50%;
  text-align: center;
  line-height: 20px;
}
.login-switch .nav-pills .nav-item a {
  color: #4d4d4d;
}
.login-switch .nav-pills .nav-item .nav-link.active {
  background: #0a8585;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #0a8585),
    to(#0a9494)
  );
  background: -o-linear-gradient(bottom, #0a8585 0, #0a9494 100%);
  background: -webkit-linear-gradient(bottom, #0a8585 0, #0a9494 100%);
  background: -moz-linear-gradient(bottom, #0a8585 0, #0a9494 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0a8585), to(#0a9494));
  background: linear-gradient(0deg, #0a8585 0, #0a9494 100%);
  color: #fff;
  -webkit-box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.2);
  font-weight: 400;
  text-decoration: none;
}
.bem-vindo {
  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/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;
  padding: 130px 15px 30px;
  color: #fff;
}
.bem-vindo h1 {
  font-weight: 500;
  font-size: 47px;
  line-height: 52px;
  letter-spacing: 0;
  color: #fff;
  text-align: left;
  margin: auto;
}
.bem-vindo .main-button {
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .bem-vindo {
    padding: 190px 15px 30px;
  }
  .bem-vindo h1 {
    text-align: center;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 600px) {
  .bem-vindo h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
.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;
  }
}
.download-button {
  max-height: 35px;
  margin: 8px 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.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;
  }
}
.header-button-box {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .header-button-box {
    text-align: center;
  }
}
.bem-vindo .tela {
  display: block;
  margin: 0 auto 30px;
  width: 100%;
  max-width: none;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
@media (max-width: 1500px) {
  .bem-vindo .tela {
    margin: 0 auto 20px;
  }
}
@media (max-width: 991px) {
  .bem-vindo .tela {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 420px) {
  .bem-vindo .tela {
    max-width: 500px;
    margin: 0 auto 20px;
  }
}
.circle-ico {
  background-color: #0a9494;
  width: 75px;
  height: 75px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin: 0 auto 15px;
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px;
  -o-background-size: 50px;
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
.home-produto-destaque .destaque-col {
  padding-left: 70px;
}
.home-produto-destaque .circle-ico {
  position: absolute;
  top: 15px;
  left: -45px;
}
.home-produto-destaque .circle-ico:before {
  border-top: 1.5px dashed #3c85d3;
  content: "";
  display: block;
  position: absolute;
  left: -160px;
  top: 40px;
  height: 1px;
  width: 150px;
}
.home-produto-destaque span {
  background-color: #0063a9;
  padding: 3px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
}
.home-produto-destaque h2 {
  color: #004671;
  font-size: 36px;
}
@media screen and (max-width: 991px) {
  .home-produto-destaque .destaque-col {
    text-align: center;
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .home-produto-destaque .circle-ico {
    position: static;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .home-produto-destaque .circle-ico:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    position: relative;
    left: 0;
    top: -40px;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    width: 60px;
  }
  .home-produto-destaque span {
    background-color: #0063a9;
    padding: 3px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    position: static;
  }
  .home-produto-destaque a {
    font-size: 14px;
  }
}
.circle-desc20 {
  background-image: url(../../assets/images/black-friday-2021/desc20.png);
  -webkit-background-size: 90px 90px;
  -moz-background-size: 90px;
  -o-background-size: 90px;
  background-size: 90px;
  background-color: #050808 !important;
}
.circle-desc15 {
  background-image: url(../../assets/images/mes-advogado-2022/15-off.png);
  -webkit-background-size: 90px 90px;
  -moz-background-size: 90px;
  -o-background-size: 90px;
  background-size: 90px;
  background-color: #f37e31 !important;
}
.ico-ico {
  background-color: transparent;
  position: absolute;
  width: 90px;
  height: 90px;
  left: -5px;
  top: -25px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-box-shadow: 0 10px 20px 0 #000;
  -moz-box-shadow: 0 10px 20px 0 #000;
  box-shadow: 0 10px 20px 0 #000;
  z-index: 2;
}
.seloprecoespecial {
  width: 120px;
  height: 120px;
  background-color: transparent;
  position: absolute;
  left: -17px;
  top: -32px;
  background-image: url(../../assets/images/mes-advogado-2022/preco-especial.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 2;
}
.circle-ico div.text-selo-oferta-v {
  width: 214px;
  height: 38px;
  position: absolute;
  margin-top: 65px;
  margin-left: -63px;
  z-index: 11;
  background-image: url(../../assets/images/black-friday-2021/selo-texto-icone-lg-v.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.circle-ico div.text-selo-oferta-v span {
  color: #fff;
  font-weight: 300;
  font-size: 16.5px;
  display: inline-block;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  margin-top: 12px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.circle-ico.processo-eletronico {
  background-image: url(../images/icones/peletronico.png);
}
.circle-ico.intimacoes {
  background-image: url(../images/icones/intimacoes.png);
}
.circle-ico.movimentacao {
  background-image: url(../images/icones/movimentacao.png);
}
.circle-ico.distribuicao {
  background-image: url(../images/icones/distribuicao.png);
}
.circle-ico.bases {
  background-image: url(../images/icones/bases.png);
}
.circle-ico.software {
  background-image: url(../images/icones/software.png);
}
.circle-ico.marketing {
  background-image: url(../images/icones/marketing.png);
}
.circle-ico.controladoria {
  background-image: url(../images/icones/controladoria.png);
}
.mkt-juridico-home-img img {
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: rotate(10deg);
  position: absolute;
  top: -25px;
  left: -25px;
  width: 110px;
}
.home-produtos {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0.05)),
    to(rgba(0, 0, 0, 0))
  );
  background: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.05) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.05) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.05) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top, right top,
    color-stop(0, rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0.05)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.05) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  margin-top: 59px;
  margin-bottom: 0 !important;
  padding-bottom: 30px;
}
.home-produtos #solucoes {
  position: absolute;
  margin-top: -140px;
}
.home-produtos span,
h3,
p {
  margin-left: none;
}
.home-produto-col {
  text-align: center;
  padding-bottom: 37px;
  margin-bottom: 20px;
  margin-top: -30px;
  position: relative;
  height: 100%;
}
.home-produto-col h2 {
  font-size: 28px;
  color: #004671;
}
.home-produto-col a {
  font-size: 14px;
}
.home-jovem-adv {
  background: #0d92a6;
  background: -o-linear-gradient(318deg, #0d92a6 0, #0470ab 100%);
  background: -webkit-linear-gradient(318deg, #0d92a6 0, #0470ab 100%);
  background: -moz-linear-gradient(318deg, #0d92a6 0, #0470ab 100%);
  background: linear-gradient(132deg, #0d92a6 0, #0470ab 100%);
  margin-top: 0 !important;
  padding: 30px;
}
.home-jovem-adv h2 {
  color: #fff;
  margin-bottom: 20px;
}
.home-jovem-adv span {
  color: #fff;
  background-color: #0a6884;
  padding: 10px 15px 8px 10px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}



@media screen and (max-width: 767px) {
  .home-jovem-adv {
    text-align: center;
  }
  .home-jovem-adv h2 {
    margin-top: 20px;
  }
  .home-jovem-adv span {
    font-size: 15px;
    padding: 8px 15px 8px 10px;
  }
}
.home-jovem-adv p {
  color: #fff;
  margin: 30px 0;
  font-size: 18.5px;
  max-width: 500px;
}
.jovem-adv-home-img {
  background-image: url(../images/jovem-adv-home.webp);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 3px solid #fff;
  display: block;
  width: 100%;
  height: 400px;
  max-width: 500px;
  position: relative;
  margin-top: -80px;
  margin-bottom: 0;
}
.btn-spt-ccnt{
  position: relative;
  width: 105px;
  margin-right: 7px;
}
.btn-spt{
  position: absolute;
  color: #ffffff;
  overflow: hidden;
  padding: 7.5px 20px;
  font-size: 17px;
  font-weight: 400;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  top: -6px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-spt:hover{
  color: #ffffff !important;
  background: #ffffff2b;
  
}
.btn-spt::before{
  position: absolute;
  width: 50%;
  top: 2px;
  left: 2px;
  bottom: 2px;
  content: '';
}

.btn-spt span:nth-child(1){
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
  background: #ff9241;
  -webkit-animation: animate1 3s linear;
     -moz-animation: animate1 3s linear;
       -o-animation: animate1 3s linear;
          animation: animate1 3s linear;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
     -moz-animation-iteration-count: 1;
       -o-animation-iteration-count: 1;
          animation-iteration-count: 1;

}
.btn-spt span:nth-child(2){
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  right: 0;
  background: #ff9241;
  -webkit-animation: animate2 3s linear;
     -moz-animation: animate2 3s linear;
       -o-animation: animate2 3s linear;
          animation: animate2 3s linear;
  -webkit-animation-delay: 1.5s;
     -moz-animation-delay: 1.5s;
       -o-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
     -moz-animation-iteration-count: 1;
       -o-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.btn-spt span:nth-child(3){
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #ff9241;
  -webkit-animation: animate3 3s linear;
     -moz-animation: animate3 3s linear;
       -o-animation: animate3 3s linear;
          animation: animate3 3s linear;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
     -moz-animation-iteration-count: 1;
       -o-animation-iteration-count: 1;
          animation-iteration-count: 1;

}
.btn-spt span:nth-child(4){
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 0;
  background: #ff9241;
  -webkit-animation: animate4 3s linear;
     -moz-animation: animate4 3s linear;
       -o-animation: animate4 3s linear;
          animation: animate4 3s linear;
  -webkit-animation-delay: 1.5s;
     -moz-animation-delay: 1.5s;
       -o-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
     -moz-animation-iteration-count: 1;
       -o-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.btn-spt span:nth-child(1),.btn-spt span:nth-child(2),.btn-spt span:nth-child(3),.btn-spt span:nth-child(4){
  z-index: 1;
}

.btn-spt span:nth-child(5){
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
}
.btn-spt span:nth-child(6){
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  right: 0;
  background: #fff;
}
.btn-spt span:nth-child(7){
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #fff;
}
.btn-spt span:nth-child(8){
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
  background: rgb(255, 255, 255);
}
@-webkit-keyframes animate1 {
  0%{
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
  }
  100%{
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
  }
  
}
@-moz-keyframes animate1 {
  0%{
      -moz-transform: translateX(-100%);
           transform: translateX(-100%);
  }
  100%{
      -moz-transform: translateX(100%);
           transform: translateX(100%);
  }
  
}
@-o-keyframes animate1 {
  0%{
      -o-transform: translateX(-100%);
         transform: translateX(-100%);
  }
  100%{
      -o-transform: translateX(100%);
         transform: translateX(100%);
  }
  
}
@keyframes animate1 {
  0%{
      -webkit-transform: translateX(-100%);
         -moz-transform: translateX(-100%);
           -o-transform: translateX(-100%);
              transform: translateX(-100%);
  }
  100%{
      -webkit-transform: translateX(100%);
         -moz-transform: translateX(100%);
           -o-transform: translateX(100%);
              transform: translateX(100%);
  }
  
}
@-webkit-keyframes animate2 {
  0%{
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
  }
  100%{
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
  }
  
}
@-moz-keyframes animate2 {
  0%{
      -moz-transform: translateY(-100%);
           transform: translateY(-100%);
  }
  100%{
      -moz-transform: translateY(100%);
           transform: translateY(100%);
  }
  
}
@-o-keyframes animate2 {
  0%{
      -o-transform: translateY(-100%);
         transform: translateY(-100%);
  }
  100%{
      -o-transform: translateY(100%);
         transform: translateY(100%);
  }
  
}
@keyframes animate2 {
  0%{
      -webkit-transform: translateY(-100%);
         -moz-transform: translateY(-100%);
           -o-transform: translateY(-100%);
              transform: translateY(-100%);
  }
  100%{
      -webkit-transform: translateY(100%);
         -moz-transform: translateY(100%);
           -o-transform: translateY(100%);
              transform: translateY(100%);
  }
  
}
@-webkit-keyframes animate3 {
  0%{
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
  }
  100%{
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
  }
  
}
@-moz-keyframes animate3 {
  0%{
      -moz-transform: translateX(100%);
           transform: translateX(100%);
  }
  100%{
      -moz-transform: translateX(-100%);
           transform: translateX(-100%);
  }
  
}
@-o-keyframes animate3 {
  0%{
      -o-transform: translateX(100%);
         transform: translateX(100%);
  }
  100%{
      -o-transform: translateX(-100%);
         transform: translateX(-100%);
  }
  
}
@keyframes animate3 {
  0%{
      -webkit-transform: translateX(100%);
         -moz-transform: translateX(100%);
           -o-transform: translateX(100%);
              transform: translateX(100%);
  }
  100%{
      -webkit-transform: translateX(-100%);
         -moz-transform: translateX(-100%);
           -o-transform: translateX(-100%);
              transform: translateX(-100%);
  }
  
}
@-webkit-keyframes animate4 {
  0%{
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
  }
  100%{
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
  }
  
}
@-moz-keyframes animate4 {
  0%{
      -moz-transform: translateY(100%);
           transform: translateY(100%);
  }
  100%{
      -moz-transform: translateY(-100%);
           transform: translateY(-100%);
  }
  
}
@-o-keyframes animate4 {
  0%{
      -o-transform: translateY(100%);
         transform: translateY(100%);
  }
  100%{
      -o-transform: translateY(-100%);
         transform: translateY(-100%);
  }
  
}
@keyframes animate4 {
  0%{
      -webkit-transform: translateY(100%);
         -moz-transform: translateY(100%);
           -o-transform: translateY(100%);
              transform: translateY(100%);
  }
  100%{
      -webkit-transform: translateY(-100%);
         -moz-transform: translateY(-100%);
           -o-transform: translateY(-100%);
              transform: translateY(-100%);
  }
  
}

@media screen and (max-width: 991px) {
  .jovem-adv-home-img {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .jovem-adv-home-img {
    margin-top: -80px;
    margin-bottom: 0;
  }
}
.home-numeros-pol .col-numero {
  margin: 20px 0;
  min-height: 105px;
}
.home-numeros-pol h2 {
  text-align: center;
  font-weight: 700;
  font-size: 38px;
}
.home-numeros-pol h3 {
  color: #004671;
  font-weight: 500;
  margin-left: 55px;
  font-size: 34px;
}
@media screen and (max-width: 1199px) {
  .home-numeros-pol h3 {
    font-size: 29px;
  }
}
@media screen and (max-width: 991px) {
  .home-numeros-pol h3 {
    font-size: 34px;
  }
}
.home-numeros-pol span {
  display: block;
  padding-top: 0;
  padding-left: 55px;
  font-size: 14px;
  line-height: 18px;
  margin-top: 5px;
}
.home-numeros-pol img {
  display: inline-block;
  position: absolute;
  width: 35px;
  height: 105px;
  top: 50%;
  margin-top: -52.5px;
}
.home-mkt-juridico {
  background-color: #004671;
  margin-top: 100px !important;
  padding: 40px;
}
.home-mkt-juridico h2 {
  color: #fff;
  margin-bottom: 20px;
}
.home-mkt-juridico p {
  color: #fff;
  max-width: 510px;
  font-size: 18.5px;
}
.home-mkt-juridico p + p {
  margin-top: 20px;
}
.mkt-juridico-home-img {
  background-image: url(../images/mkt-juridico-home.webp);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 3px solid #fff;
  display: block;
  width: 100%;
  height: 400px;
  max-width: 500px;
  position: relative;
  margin-top: -80px;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .mkt-juridico-home-img {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .home-mkt-juridico {
    text-align: center;
  }
  .mkt-juridico-home-img {
    margin-top: 20px;
    margin-bottom: -80px;
  }
}
.home-apoio-forense {
  background-color: #004671;
  background-image: url(../images/apoio-bg.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
}
.home-apoio-forense .logo {
  display: block;
  width: 150px;
  margin: 0 auto 20px;
}
.home-apoio-forense h2 {
  color: #fff;
  text-align: center;
  font-size: 38px;
}
.home-apoio-forense p {
  color: #fff;
  text-align: center;
}
.apoio-passo,
.home-apoio-forense .apoio-passo1 {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  margin: 30px 0 0;
}
.home-apoio-forense .apoio-passo1 .apoio-icone {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 3px solid #0063a9;
  margin: 40px auto 15px;
  background: #0a9494;
  border: 3px solid #0a9494;
  -webkit-background-size: 45px 45px;
  -moz-background-size: 45px;
  -o-background-size: 45px;
  background-size: 45px;
  background-repeat: no-repeat;
  background-position: center;
}
.home-apoio-forense .apoio-passo .apoio-icone {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 3px solid #0063a9;
  margin: 40px auto 15px;
  -webkit-background-size: 45px 45px;
  -moz-background-size: 45px;
  -o-background-size: 45px;
  background-size: 45px;
  background-repeat: no-repeat;
  background-position: center;
}
.apoio-icone.adv {
  background-image: url(../images/icones/adv.png) !important;
}
.apoio-icone.cadastro {
  background-image: url(../images/icones/cadastro.png) !important;
}
.apoio-icone.correspondentes {
  background-image: url(../images/icones/correspondentes.png) !important;
}
.apoio-icone.orgao {
  background-image: url(../images/icones/orgao.png) !important;
}
.apoio-icone.concluido {
  background-image: url(../images/icones/concluido.png) !important;
}
.apoio-icone.acesso {
  background-image: url(../images/icones/acesso.png) !important;
}
.home-apoio-forense .apoio-passo1 .apoio-icone:after {
  content: none;
}
.home-apoio-forense .apoio-passo .apoio-icone:after {
  border-top: 1px dashed #3c85d3;
  content: "";
  display: block;
  position: absolute;
  left: -35px;
  top: 80px;
  height: 1px;
  width: 68px;
}
@media only screen and (max-width: 1199px) {
  .home-apoio-forense .apoio-passo .apoio-icone:after {
    left: -25px;
    width: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .home-apoio-forense .apoio-passo .apoio-icone:after {
    left: -60px;
    width: 120px;
  }
}
@media only screen and (max-width: 575px) {
  .home-apoio-forense .apoio-passo .apoio-icone:after {
    content: none;
  }
  .apoio-passo {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.ilustracao {
  display: block;
  margin: 25px auto;
  width: 100%;
  max-width: 500px;
}
.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;
  }
}
.quem-somos-header {
  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/quem-somos-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;
  padding: 200px 30px 250px;
  color: #fff;
  text-align: center;
  font-size: 21px;
  line-height: 28px;
}
@media screen and (max-width: 991px) {
  .quem-somos-header {
    padding: 250px 30px;
  }
}
.section-historia h2 {
  display: block;
  color: #004671;
  max-width: 700px;
  padding-left: 60px;
  margin: 0 auto 40px 0;
  font-size: 30px;
  line-height: 36px;
}
.section-historia p {
  font-size: 21px;
  line-height: 32px;
}
@media screen and (max-width: 457px) {
  .section-historia h2 {
    font-size: 22px;
  }
}
.section-historia img {
  position: absolute;
  width: 30px;
  margin-top: 12px;
  margin-left: -60px;
}
.section-equipe {
  background: #0d92a6;
  background: -o-linear-gradient(318deg, #0d92a6 0, #0470ab 100%);
  background: -webkit-linear-gradient(318deg, #0d92a6 0, #0470ab 100%);
  background: -moz-linear-gradient(318deg, #0d92a6 0, #0470ab 100%);
  background: linear-gradient(132deg, #0d92a6 0, #0470ab 100%);
  margin-top: 100px;
}
.section-equipe img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 3px solid #fff;
  display: block;
  width: 100%;
  max-width: 500px;
  position: relative;
  margin-top: -40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .section-equipe img {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section-equipe img {
    margin-top: -40px;
    margin-bottom: 0;
  }
}
.section-equipe p {
  color: #fff;
  margin: 30px 0;
}
.marketing-header {
  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/marketing-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;
  padding: 130px 0 50px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .marketing-header {
    padding: 180px 0 50px;
  }
}
.marketing-header h1 {
  margin-bottom: 20px;
  max-width: 480px;
  font-size: 30px;
}
@media screen and (max-width: 1999px) {
  .marketing-header h1 {
    font-size: 38px;
  }
}
@media screen and (max-width: 991px) {
  .marketing-header h1 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .marketing-header p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.marketing-header p {
  max-width: 480px;
}
.marketing-header .ilustracao {
  margin: 0;
  max-width: 900px;
}
.mkt-caracteristica {
  padding-left: 80px;
  text-align: left;
  margin: 20px auto;
  max-width: 500px;
}
.mkt-caracteristica h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 10px;
  color: #004671;
}
.mkt-caracteristica img {
  position: absolute;
  top: 8px;
  left: 25px;
  width: 35px;
}
.mkt-produtos {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0.05)),
    to(rgba(0, 0, 0, 0))
  );
  background: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.05) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.05) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.05) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top, right top,
    color-stop(0, rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0.05)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.05) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  margin-top: 50px;
  margin-bottom: 0 !important;
  padding-bottom: 135px;
}
.mkt-produtos h2 {
  margin-top: 20px;
  font-weight: 700;
  font-size: 35px;
}
.mkt-produtos h2 + p {
  max-width: 550px;
  margin: auto;
}
.mkt-produtos .produto {
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 55px 20px 20px;
  height: 100%;
  -webkit-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.mkt-produtos .produto.disable {
  opacity: 0.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.produtos-mkt .disable {
  opacity: 0.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mkt-produtos .produto .product-icon {
  background-color: #0a9494;
  width: 110px;
  height: 70px;
  -webkit-border-radius: 60px 60px 0 0;
  -moz-border-radius: 60px 60px 0 0;
  border-radius: 60px 60px 0 0;
  margin: auto;
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -55px;
  -webkit-background-size: 48px 48px;
  -moz-background-size: 48px;
  -o-background-size: 48px;
  background-size: 48px;
  background-repeat: no-repeat;
  background-position: center 12px;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05),
    inset 0 -5px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05),
    inset 0 -5px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05),
    inset 0 -5px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mkt-produtos .produto:hover .product-icon {
  height: 80px;
  top: -50px;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.07),
    inset 0 -5px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.07),
    inset 0 -5px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.07),
    inset 0 -5px 10px 0 rgba(0, 0, 0, 0.1);
}
.mkt-produtos .produto.disable:hover .product-icon {
  height: 70px;
  top: -40px;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05),
    inset 0 -5px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05),
    inset 0 -5px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05),
    inset 0 -5px 10px 0 rgba(0, 0, 0, 0.1);
}
.product-icon.marca {
  background-image: url(../images/icones/marca.png);
}
.product-icon.redesign {
  background-image: url(../images/icones/redesign.png);
}
.product-icon.site-adv {
  background-image: url(../images/icones/site-adv.png);
}
.product-icon.sinalizacao {
  background-image: url(../images/icones/sinalizacao.png);
}
.product-icon.digital-web {
  background-image: url(../images/icones/digital-web.png);
}
.product-icon.papelaria {
  background-image: url(../images/icones/papelaria.png);
}
.mkt-produtos .produto h3 {
  color: #004671;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 26px;
}
.mkt-produtos .produto p {
  text-align: center;
  font-weight: 300;
  font-size: 16px;
}
.mkt-produtos .produto ul {
  margin-bottom: 60px;
  font-weight: 300;
  font-size: 16px;
}
.mkt-produtos .produto ul li {
  padding: 10px 0 10px 40px;
  background-image: url(../images/check-azul.png);
  background-repeat: no-repeat;
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px;
  -o-background-size: 15px;
  background-size: 15px;
  background-position: center left 5px;
}
.mkt-produtos .produto .main-button {
  width: -webkit-calc(100% - 70px);
  width: -moz-calc(100% - 70px);
  width: calc(100% - 70px);
  margin-bottom: 0;
  text-align: center;
  position: absolute;
  bottom: 20px;
}
.mkt-produtos .combo {
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 0 20px 20px;
  height: 100%;
  -webkit-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.mkt-produtos .combo h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
  background-color: #0a9494;
  padding: 15px;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  position: relative;
  left: -20px;
  width: -webkit-calc(100% + 40px);
  width: -moz-calc(100% + 40px);
  width: calc(100% + 40px);
  font-size: 1.45em;
}
.mkt-produtos .combo p {
  text-align: center;
  font-weight: 300;
  font-size: 16px;
}
.mkt-produtos .combo ul {
  margin-bottom: 60px;
  font-weight: 300;
  font-size: 16px;
}
.mkt-produtos .combo ul li {
  padding: 10px 0 10px 40px;
  background-image: url(../images/check-azul.png);
  background-repeat: no-repeat;
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px;
  -o-background-size: 15px;
  background-size: 15px;
  background-position: center left 5px;
}
.mkt-produtos .combo .main-button {
  width: -webkit-calc(100% - 70px);
  width: -moz-calc(100% - 70px);
  width: calc(100% - 70px);
  margin-bottom: 0;
  text-align: center;
  position: absolute;
  bottom: 20px;
}
.contratar-mkt {
  background-color: #036bad;
  text-align: center;
  padding: 60px 0 40px;
  margin-top: 0;
  background-image: url(../images/contratar-mkt.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.contratar-mkt h2 {
  color: #fff;
}
.contratar-mkt p {
  color: #fff;
  max-width: 520px;
  display: block;
  margin: auto;
}
.contratar-mkt .section-arrow {
  background-image: url(../images/section-mkt-arrow.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
  width: 80px;
  height: 33px;
  position: absolute;
  top: -93px;
  left: -webkit-calc(50% - 40px);
  left: -moz-calc(50% - 40px);
  left: calc(50% - 40px);
}
.contratar-mkt .main-button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.contratar-mkt-header {
  background-image: url(../images/contratar-mkt-main-image.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  margin-top: 0 !important;
  background-color: #0167ae;
  min-height: 400px;
}
.produtos-mkt {
  padding: 10px;
  width: 100%;
}
.produtos-mkt label {
  width: -webkit-calc(33% - 1px);
  width: -moz-calc(33% - 1px);
  width: calc(33% - 1px);
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .produtos-mkt label {
    width: -webkit-calc(50% - 3px);
    width: -moz-calc(50% - 3px);
    width: calc(50% - 3px);
  }
}
@media (max-width: 601px) {
  .produtos-mkt label {
    width: 100%;
    margin-bottom: 5px;
  }
}
.produtos-mkt label [type="checkbox"] {
  display: none;
}
.produtos-mkt span {
  float: left;
  white-space: pre;
}
.produtos-mkt [type="checkbox"] + span {
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.produtos-mkt [type="checkbox"] + span .bullet {
  background-color: rgba(255, 255, 255, 0);
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 3px solid rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0 0 0 1px #000;
  -moz-box-shadow: 0 0 0 1px #000;
  box-shadow: 0 0 0 1px #000;
  float: left;
  margin-right: 10px;
  margin-top: 4px;
}
.produtos-mkt :checked + span .bullet {
  background-color: #fff;
  border: 3px solid #0063af;
  -webkit-box-shadow: 0 0 0 1px #fff;
  -moz-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
}
.produtos-mkt :checked + span {
  background: #0063af;
  color: #fff;
}
.contato-header {
  background-image: url(../images/contato-main-image.webp);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  margin-top: 0 !important;
  background-color: #0167ae;
  min-height: 400px;
}
.section-form {
  position: relative;
  margin-top: -210px;
  padding-bottom: 30px;
}
.section-form h1 {
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}
.section-form p {
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
}
.form-container {
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.06);
}
.section-form form input[type="text"] {
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  margin: 10px;
  padding: 5px 10px 5px 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #cdcdcd;
  outline: 0;
  min-height: 38px;
}
.section-form form textarea {
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  margin: 10px;
  padding: 5px 10px 5px 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #cdcdcd;
  outline: 0;
  min-height: 38px;
}
.ico-field {
  background-repeat: no-repeat;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px;
  -o-background-size: 20px;
  background-size: 20px;
  background-position: center center;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  margin-top: 14px;
  margin-left: 16px;
}
.nome-ico {
  background-image: url(../images/icones/nome-ico.png);
}
.mail-ico {
  background-image: url(../images/icones/mail-ico.png);
}
.phone-ico {
  background-image: url(../images/icones/phone-ico.png);
}
.msg-ico {
  background-image: url(../images/icones/msg-ico.png);
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px;
  -o-background-size: 30px;
  background-size: 30px;
}
.section-form form button {
  background-color: #ff7f30;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 20px;
  border: none;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-form form button:hover {
  background-color: #ff904c;
}
.section-form form button:active {
  background-color: #e7691b;
}
.contato-info {
  background-color: #036bad;
  text-align: center;
  padding: 30px 0;
  background-image: url(../images/contratar-mkt.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
}
.contato-info .section-arrow {
  background-image: url(../images/section-mkt-arrow.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
  width: 80px;
  height: 33px;
  position: absolute;
  top: -63px;
  left: -webkit-calc(50% - 40px);
  left: -moz-calc(50% - 40px);
  left: calc(50% - 40px);
}
.contato-info p {
  color: #fff;
  font-size: 16px;
}
.tipo-contato {
  padding: 0 10px 10px;
  width: 100%;
  text-align: left;
}
.tipo-contato label {
  width: -webkit-calc(33.3% - 3px);
  width: -moz-calc(33.3% - 3px);
  width: calc(33.3% - 3px);
  margin: 0;
  text-align: left;
  font-size: 17px;
}
@media (max-width: 1199px) {
  .tipo-contato label {
    width: -webkit-calc(33.3% - 3px);
    width: -moz-calc(33.3% - 3px);
    width: calc(33.3% - 3px);
    margin-bottom: 5px;
  }
}
@media (max-width: 601px) {
  .tipo-contato label {
    width: 100%;
    margin-bottom: 5px;
  }
}
.tipo-contato label [type="radio"] {
  display: none;
}
.tipo-contato span {
  float: left;
  white-space: pre;
}
.tipo-contato [type="radio"] + span {
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tipo-contato [type="radio"] + span .bullet {
  background-color: rgba(255, 255, 255, 0);
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 3px solid rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0 0 0 1px #000;
  -moz-box-shadow: 0 0 0 1px #000;
  box-shadow: 0 0 0 1px #000;
  float: left;
  margin-right: 10px;
  margin-top: 4px;
}
.tipo-contato :checked + span .bullet {
  background-color: #fff;
  border: 3px solid #0063af;
  -webkit-box-shadow: 0 0 0 1px #fff;
  -moz-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
}
.tipo-contato :checked + span {
  background: #0063af;
  color: #fff;
}
.intimacoes-header {
  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/intimacoes-judiciais-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;
  padding: 150px 0 0;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .intimacoes-header {
    padding: 210px 0 0;
  }
}
.intimacoes-header p {
  text-align: center;
  max-width: 700px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 21px !important;
  line-height: 25px;
}
.intimacoes-header p strong {
  margin-top: 10px;
  display: block;
  font-size: 23px;
  line-height: 28px;
}
.intimacoes-header .ilustracao {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}
.intimacoes-header .play {
  background-image: url(../images/playbutton.png);
  background-repeat: no-repeat;
  -webkit-background-size: 80px 80px;
  -moz-background-size: 80px;
  -o-background-size: 80px;
  background-size: 80px;
  background-position: center;
  top: -webkit-calc(50% - 45px);
  top: -moz-calc(50% - 45px);
  top: calc(50% - 45px);
  left: -webkit-calc(50% - 45px);
  left: -moz-calc(50% - 45px);
  left: calc(50% - 45px);
  width: 90px;
  height: 90px;
  position: absolute;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.intimacoes-header .play:hover {
  -webkit-background-size: 90px 90px;
  -moz-background-size: 90px;
  -o-background-size: 90px;
  background-size: 90px;
}
span.video-description {
  display: block;
  font-size: 15px;
  text-align: center;
  color: #4d4d4d;
  position: static;
  margin: 0;
}
span.video-description a {
  color: #ff7f30;
  font-weight: 500;
  text-decoration: underline !important;
}
.intimacoes-caracteristicas {
  margin-top: 80px;
}
.intimacoes-caracteristicas h2 {
  margin-bottom: 20px;
  font-size: 37px;
}
.intimacoes-caracteristicas .circle-ico {
  float: left;
  margin-right: 20px;
  width: 80px;
  height: 80px;
}
.circle-ico.qualidade {
  background-image: url(../images/icones/qualidade.png);
}
.circle-ico.tecnologia {
  background-image: url(../images/icones/tecnologia.png);
}
.circle-ico.agilidade {
  background-image: url(../images/icones/agilidade.png);
}
.circle-ico.exportacao {
  background-image: url(../images/icones/exportacao.png);
}
.circle-ico.seguranca {
  background-image: url(../images/icones/seguranca.png);
}
.circle-ico.pesquisa {
  background-image: url(../images/icones/pesquisa.png);
}
.intimacoes-caracteristica-texto {
  position: relative;
  margin-left: 100px;
  margin-bottom: 20px;
}
@media screen and (max-width: 390px) {
  .intimacoes-caracteristicas .circle-ico {
    float: none;
    margin: auto;
    margin-bottom: 10px;
  }
  .intimacoes-caracteristica-texto {
    position: static;
    margin-left: 0;
    margin-bottom: 30px;
    text-align: center;
  }
}
.intimacoes-caracteristica-texto h3 {
  font-size: 23px;
  color: #004671;
  margin-bottom: 5px;
}
.intimacoes-caracteristica-texto p {
  line-height: 23px;
}
.intimacoes-eletronicas {
  background-color: #004671;
  background-image: url(../images/apoio-bg.webp);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
}
.intimacoes-eletronicas h2 {
  color: #fff;
  text-align: center;
  font-size: 38px;
}
.intimacoes-eletronicas p {
  color: #fff;
  text-align: center;
}
.ie-passo,
.intimacoes-eletronicas .ie-passo1 {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  margin: 30px 0 0;
}
.intimacoes-eletronicas .ie-passo1 .ie-icone {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 3px solid #0063a9;
  margin: 40px auto 15px;
  -webkit-background-size: 45px 45px;
  -moz-background-size: 45px;
  -o-background-size: 45px;
  background-size: 45px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.intimacoes-eletronicas .ie-passo .ie-icone {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 3px solid #0063a9;
  margin: 40px auto 15px;
  -webkit-background-size: 45px 45px;
  -moz-background-size: 45px;
  -o-background-size: 45px;
  background-size: 45px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.intimacoes-eletronicas .ie-passo:hover .ie-icone {
  background: #0a9494;
  border: 3px solid #0a9494;
  -webkit-background-size: 45px 45px;
  -moz-background-size: 45px;
  -o-background-size: 45px;
  background-size: 45px;
  background-repeat: no-repeat;
  background-position: center;
}
.intimacoes-eletronicas .ie-passo1:hover .ie-icone {
  background: #0a9494;
  border: 3px solid #0a9494;
  -webkit-background-size: 45px 45px;
  -moz-background-size: 45px;
  -o-background-size: 45px;
  background-size: 45px;
  background-repeat: no-repeat;
  background-position: center;
}
.ie-icone.peletronico {
  background-image: url(../images/icones/peletronico.png) !important;
}
.ie-icone.intimacoes-no-sistema {
  background-image: url(../images/icones/intimacoes-no-sistema.png) !important;
}
.ie-icone.concluido {
  background-image: url(../images/icones/concluido.png) !important;
}
.ie-icone.seguranca {
  background-image: url(../images/icones/seguranca.png) !important;
}
.intimacoes-eletronicas .ie-passo1 .ie-icone:after {
  content: none;
}
.intimacoes-eletronicas .ie-passo .ie-icone:after {
  border-top: 1px dashed #3c85d3;
  content: "";
  display: block;
  position: absolute;
  left: -35px;
  top: 80px;
  height: 1px;
  width: 68px;
}
@media only screen and (max-width: 1199px) {
  .intimacoes-eletronicas-forense .ie-passo .ie-icone:after {
    left: -25px;
    width: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .intimacoes-eletronicas .ie-passo .ie-icone:after {
    content: none;
  }
}
@media only screen and (max-width: 575px) {
  .ie-passo {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-software-basico {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0.05)),
    to(rgba(0, 0, 0, 0))
  );
  background: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.05) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.05) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.05) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top, right top,
    color-stop(0, rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0.05)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.05) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  padding-top: 2px;
  padding-bottom: 100px;
  margin-bottom: 0;
}
.section-software-basico h2 {
  color: #004671;
  max-width: 750px;
  margin: 0 auto 30px;
  font-size: 1.75em;
}
.section-software-basico h4 i {
  font-weight: 200;
}
.section-software-basico .tablinks {
  padding: 20px;
  margin: 5px 0;
  text-align: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  outline: 0;
  border: none;
  background-color: transparent;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-software-basico .tablinks:hover {
  background-color: rgba(98, 98, 98, 0.15);
}
.section-software-basico .tablinks.active {
  background-color: #0a9494;
}
.section-software-basico .tablinks h3 {
  color: #004671;
  margin-bottom: 5px;
  font-size: 1.3em;
}
.section-software-basico .tablinks.active h3 {
  color: #fff;
}
.section-software-basico .tablinks p {
  max-width: none;
  margin: default;
  font-weight: 300;
  font-size: 17px !important;
}
.section-software-basico .tablinks.active p {
  color: #fff;
}
.section-software-basico p {
  max-width: 670px;
  margin: auto;
  font-weight: 400;
}
.section-software-basico img {
  width: 100%;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .section-software-basico .tablinks {
    padding: 15px;
  }
  .section-software-basico .tablinks p {
    font-size: 15px !important;
    line-height: 21px;
  }
  .section-software-basico .tablinks h4 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 991px) {
  .section-software-basico .tablinks {
    text-align: center;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .section-software-basico img {
    margin: 20px 0;
  }
}
.section-software-basico svg.col1 {
  position: absolute;
  margin-left: -30px;
}
.section-software-basico svg.col2 {
  position: absolute;
  right: -15px;
}
#abrangencia {
  position: absolute;
  margin-top: -140px;
}
.section-abrangencia {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  margin-bottom: 0;
}
.section-abrangencia h2 {
  margin-bottom: 50px;
}
.section-abrangencia h3 {
  color: #004671;
  margin-bottom: 5px;
  font-size: 1.25rem;
}
.section-abrangencia p {
  margin-bottom: 10px;
}
.section-abrangencia p span {
  font-size: 12px;
}
.section-abrangencia .abrangencia-col {
  height: 240px;
  min-height: 150px;
  margin-bottom: 60px;
}
.section-abrangencia .abrangencia-col-box {
  background-color: #fff;
  height: 100%;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.section-abrangencia .abrangencia-col-box img {
  width: 40px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.section-abrangencia .main-button {
  position: absolute;
  bottom: 10px;
  left: -webkit-calc(50% - 60px);
  left: -moz-calc(50% - 60px);
  left: calc(50% - 60px);
  width: 120px;
}
.section-abrangencia hr {
  background-color: #fff;
  opacity: 0.4;
  margin: 10px;
}
@media screen and (max-width: 991px) {
  .section-abrangencia .abrangencia-col {
    height: 210px;
    min-height: 150px;
    margin-bottom: 40px;
  }
  .section-abrangencia {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-abrangencia .abrangencia-col {
    height: auto;
    min-height: auto;
    margin-bottom: 30px;
  }
  .section-abrangencia .main-button {
    position: static;
  }
}
.section-intimacoes-app {
  background-color: #004671;
  background-image: url(../images/app-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 40px 0;
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .section-intimacoes-app {
    text-align: center;
  }
}
.section-intimacoes-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);
}
@media screen and (max-width: 991px) {
  .section-intimacoes-app img.tela-app {
    margin-top: 30px;
  }
}
.section-intimacoes-app h2 {
  max-width: 600px;
  margin-bottom: 15px;
  font-size: 1.5em;
  color: #fff;
  line-height: 38px;
}
@media screen and (max-width: 380px) {
  .section-intimacoes-app h2 {
    font-size: 25px;
  }
}
.section-intimacoes-app .app-caracteristicas {
  float: left;
  margin: 20px 0;
  padding: 0;
  font-size: 16px;
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .section-intimacoes-app .app-caracteristicas {
    max-width: 300px;
    float: none;
    margin: 35px auto;
  }
}
.section-intimacoes-app .app-caracteristicas .icone {
  position: absolute;
  width: 70px;
}
.section-intimacoes-app .app-caracteristicas span {
  display: block;
  margin-left: 80px;
}
.section-intimacoes-app .app-button {
  display: inline-block;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 8px 13px 8px 10px;
  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;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-intimacoes-app .app-button:hover {
  color: #004671;
  background-color: #fff;
}
.section-intimacoes-controladoria-gestor {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0.05)),
    to(rgba(0, 0, 0, 0))
  );
  background: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.05) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.05) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.05) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top, right top,
    color-stop(0, rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0.05)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.05) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  margin-top: 0;
}
.section-intimacoes-controladoria-gestor h2 {
  color: #004671;
  margin: auto;
  max-width: 780px;
  font-size: 28px;
  line-height: 35px;
}
.section-intimacoes-controladoria-gestor .controladoria-gestor-box {
  background-color: #fff;
  height: 100%;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-intimacoes-controladoria-gestor .controladoria-gestor-box:hover {
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
.section-intimacoes-controladoria-gestor .controladoria-gestor-box h3 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  color: #004671;
}
@media (max-width: 1200px) {
  .section-intimacoes-controladoria-gestor .controladoria-gestor-box h3 {
    font-size: 20px;
  }
}
.section-intimacoes-controladoria-gestor .controladoria-gestor-box p {
  font-size: 16px;
  line-height: 22px;
}
.section-intimacoes-controladoria-gestor .controladoria-gestor-box img {
  width: 100%;
  max-width: 300px;
  margin: 10px 0;
}
.section-intimacoes-controladoria-gestor
  .controladoria-gestor-box
  .main-button {
  margin-bottom: 0;
}
.software-header {
  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/software-juridico-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;
  padding: 150px 0 0;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .software-header {
    padding: 210px 0 0;
  }
}
.software-header p {
  text-align: center;
  max-width: 700px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 21px !important;
  line-height: 25px;
}
.software-header p strong {
  margin-top: 10px;
  display: block;
  font-size: 23px;
  line-height: 28px;
}
.software-header .ilustracao {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}
.software-header .play {
  background-image: url(../images/playbutton.png);
  background-repeat: no-repeat;
  -webkit-background-size: 80px 80px;
  -moz-background-size: 80px;
  -o-background-size: 80px;
  background-size: 80px;
  background-position: center;
  top: -webkit-calc(50% - 45px);
  top: -moz-calc(50% - 45px);
  top: calc(50% - 45px);
  left: -webkit-calc(50% - 45px);
  left: -moz-calc(50% - 45px);
  left: calc(50% - 45px);
  width: 90px;
  height: 90px;
  position: absolute;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.software-header .play:hover {
  -webkit-background-size: 90px 90px;
  -moz-background-size: 90px;
  -o-background-size: 90px;
  background-size: 90px;
}
.software-caracteristicas {
  margin-top: 80px;
}
.software-caracteristicas h2 {
  text-align: center;
  margin-bottom: 50px;
}
.software-caracteristicas .circle-ico {
  float: left;
  margin-right: 20px;
  width: 80px;
  height: 80px;
}
.circle-ico.automacao-processos {
  background-image: url(../images/icones/automacao-processos.png);
}
.circle-ico.intimacoes-no-sistema {
  background-image: url(../images/icones/intimacoes-no-sistema.png);
}
.circle-ico.notificacoes-email {
  background-image: url(../images/icones/notificacoes-email.png);
}
.circle-ico.automacao-tarefas {
  background-image: url(../images/icones/automacao-tarefas.png);
}
.circle-ico.gerador-documentos {
  background-image: url(../images/icones/gerador-documentos.png);
}
.circle-ico.sistema-financeiro {
  background-image: url(../images/icones/sistema-financeiro.png);
}
.software-caracteristica-texto {
  position: relative;
  margin-left: 100px;
  margin-bottom: 30px;
  max-width: 230px;
}
.software-caracteristica-texto .texto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: initial;
  -webkit-justify-content: initial;
  -ms-flex-pack: initial;
  -moz-box-pack: initial;
  justify-content: initial;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  height: 80px;
  text-align: left;
}
.software-caracteristica-texto p {
  line-height: 23px;
}
@media screen and (max-width: 991px) {
  .software-caracteristica-texto {
    width: 500px;
  }
}
@media screen and (max-width: 390px) {
  .software-caracteristicas .circle-ico {
    float: none;
    margin: auto;
    margin-bottom: 10px;
  }
  .software-caracteristica-texto {
    position: static;
    margin: 0 auto 30px;
    text-align: center;
  }
  .software-caracteristica-texto .texto {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
  }
  .software-caracteristica-texto p {
    text-align: center;
  }
}
.software-planos {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0.05)),
    to(rgba(0, 0, 0, 0))
  );
  background: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.05) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.05) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.05) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top, right top,
    color-stop(0, rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0.05)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.05) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  margin-top: 50px;
  margin-bottom: 0 !important;
  padding-bottom: 60px;
  padding-top: 60px;
}
.software-planos h2 {
  margin-top: 20px;
  font-weight: 400;
  font-size: 40px;
}
.software-planos h2 + p {
  max-width: 550px;
  margin: auto;
}
.software-planos .plano {
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 0 20px 20px;
  height: 100%;
  -webkit-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.software-planos .plano.recomendado {
  -webkit-border-radius: 0 0 10px 10px !important;
  -moz-border-radius: 0 0 10px 10px !important;
  border-radius: 0 0 10px 10px !important;
}
.software-planos .plano.recomendado span.recomendado {
  background-color: #0a9494;
  color: #fff;
  display: block;
  position: absolute;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  padding: 6px;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  text-align: center;
  top: -35px;
  left: 15px;
  margin: auto;
  font-size: 15px;
  z-index: 10;
}
.software-planos .plano.recomendado span.testegratis {
  background-color: #ff7f30;
  color: #fff;
  display: block;
  position: absolute;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  padding: 6px;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  text-align: center;
  top: -35px;
  left: 15px;
  margin: auto;
  font-size: 15px;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .software-planos .plano.recomendado span.recomendado {
    top: -30px;
    left: 15px;
  }
}
.software-planos .recomendado-space-mobile {
  height: 30px;
}
.software-planos .plano .plano-header {
  background-color: #fff;
  position: sticky;
  position: -webkit-sticky;
  top: 83px;
  padding-top: 20px;
  z-index: 9;
}
.software-planos .plano h3 {
  color: #004671;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 26px;
  letter-spacing: 2px;
}
.software-planos .plano h3 span {
  color: #004671;
  font-style: italic;
  font-weight: 300;
  font-size: 19px;
}
.software-planos .plano .preco {
  color: #0166ae;
  text-align: center;
  font-weight: 600;
  font-size: 32px;
}
.plano-header .condicao {
  display: block;
  text-align: center;
  font-size: 12px;
}
.software-planos .plano .preco sup {
  font-size: 18px;
}
.software-planos .plano .preco span {
  color: #4d4d4d;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
}
.software-planos .plano ul {
  margin-bottom: 60px;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}
.software-planos .plano ul + ul {
  margin-top: -40px;
  margin-bottom: 60px;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
}
.software-planos .plano ul h5 {
  color: #004671;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 22px;
}
.software-planos .plano ul li {
  padding: 8px 0 3px 30px;
  background-image: url(../images/check-azul.png);
  background-repeat: no-repeat;
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px;
  -o-background-size: 15px;
  background-size: 15px;
  background-position: top 12px left;
  font-weight: 500;
}
.software-planos .plano ul li:after {
  border-top: 1.5px solid #4d4d4d;
  content: "";
  display: block;
  height: 1px;
  max-width: 150px;
  margin-top: 8px;
  margin-right: auto;
  opacity: 0.2;
}
.software-planos .plano ul li:last-child::after {
  border-top: 1.5px solid #4d4d4d;
  content: "";
  display: none;
  height: 1px;
  max-width: 150px;
  margin-top: 20px;
  margin-right: auto;
  opacity: 0.4;
}
.software-planos .plano ul li.opcional {
  background-image: url(../images/check-opcional.png) !important;
}
.software-planos .plano ul li.nao-incluso {
  background-image: url(../images/nao-incluso.png) !important;
  color: #a8a8a8;
  font-weight: 500;
}
.software-planos .plano ul li.nao-incluso span {
  visibility: hidden;
  font-size: 11px !important;
  padding: 0 6px 0 4px !important;
  display: inline-block !important;
}
@media screen and (max-width: 767px) {
  .software-planos .plano ul li.nao-incluso span {
    display: none;
  }
}
.software-planos .plano ul li span {
  display: block;
  font-weight: 400;
  font-size: 13px;
  padding: 2px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  white-space: pre;
  display: table;
}
.software-planos .plano ul li.opcional span {
  background-color: #0166ae;
  color: #fff;
  font-size: 11px;
  padding: 0 6px 0 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-style: italic;
  white-space: pre;
  display: inline-block;
}
.software-planos .plano .main-button {
  width: -webkit-calc(100% - 70px);
  width: -moz-calc(100% - 70px);
  width: calc(100% - 70px);
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  position: absolute;
  bottom: 20px;
}
.jovem-adv-header {
  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/jovem-adv-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;
  padding: 150px 0 0;
  color: #fff;
}
@media (max-width: 991px) {
  .jovem-adv-header {
    text-align: center;
    padding: 210px 0 0;
  }
}
.jovem-adv-header p {
  max-width: 610px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 21px !important;
  line-height: 25px;
}
.jovem-adv-header .ilustracao {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}
.jovem-adv-header .play {
  background-image: url(../images/playbutton.png);
  background-repeat: no-repeat;
  -webkit-background-size: 80px 80px;
  -moz-background-size: 80px;
  -o-background-size: 80px;
  background-size: 80px;
  background-position: center;
  top: -webkit-calc(50% - 70px);
  top: -moz-calc(50% - 70px);
  top: calc(50% - 70px);
  left: -webkit-calc(50% - 45px);
  left: -moz-calc(50% - 45px);
  left: calc(50% - 45px);
  width: 90px;
  height: 90px;
  position: absolute;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.jovem-adv-header .play:hover {
  -webkit-background-size: 90px 90px;
  -moz-background-size: 90px;
  -o-background-size: 90px;
  background-size: 90px;
}
.jovem-adv-description {
  margin-top: 30px;
  margin-bottom: 70px;
}
.jovem-adv-description .jovem-adv-img {
  background-image: url(../images/jovem-adv-img.webp);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 300px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  display: block;
}
.jovem-adv-description p {
  padding-left: 50px;
}
.jovem-adv-description .circle-ico {
  position: absolute;
  left: -45px;
  top: -webkit-calc(50% - 45px);
  top: -moz-calc(50% - 45px);
  top: calc(50% - 45px);
  background-image: url(../images/icones/jovem-adv.png);
}
@media screen and (max-width: 767px) {
  .jovem-adv-description p {
    padding-left: 0;
    padding-top: 60px;
    text-align: center;
  }
  .jovem-adv-description .circle-ico {
    left: -webkit-calc(50% - 45px);
    left: -moz-calc(50% - 45px);
    left: calc(50% - 45px);
    top: -45px;
  }
}
.jovem-adv-caracteristicas {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0.05)),
    to(rgba(0, 0, 0, 0))
  );
  background: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.05) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.05) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.05) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top, right top,
    color-stop(0, rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0.05)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.05) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  margin-top: 50px;
  margin-bottom: 0 !important;
  padding-bottom: 80px;
}
.jovem-adv-caracteristicas h2 {
  color: #004671;
  max-width: 750px;
  margin: 0 auto 30px;
  font-size: 1.75em;
}
.jovem-adv-caracteristicas h4 i {
  font-weight: 200;
}
.jovem-adv-caracteristicas .titulo {
  max-width: 670px;
  margin: auto;
  font-weight: 400;
}
.jovem-adv-caracteristicas .caracteristica {
  text-align: center;
  padding: 20px 10px;
}
.jovem-adv-caracteristicas .caracteristica h3 {
  color: #004671;
  margin-bottom: 10px;
  font-size: 1.55em;
}
.circle-ico.clientes {
  background-image: url(../images/icones/clientes.png);
}
.circle-ico.calendario {
  background-image: url(../images/icones/calendario.png);
}
.circle-ico.processos {
  background-image: url(../images/icones/processos.png);
}
.circle-ico.assistente-notificacao {
  background-image: url(../images/icones/assistente-notificacao.png);
}
.circle-ico.jurisprudencia {
  background-image: url(../images/icones/jurisprudencia.png);
}
.jovem-adv-caasc {
  margin: 0;
  padding: 30px 0;
  background: #004671;
  background: -o-radial-gradient(circle, #004671 50%, #003758 100%);
  background: -webkit-radial-gradient(circle, #004671 50%, #003758 100%);
  background: -moz-radial-gradient(circle, #004671 50%, #003758 100%);
  background: radial-gradient(circle, #004671 50%, #003758 100%);
  text-align: center;
  color: #fff;
}
.jovem-adv-caasc h2 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.75em;
}
@media screen and (max-width: 400px) {
  .jovem-adv-caasc h3 {
    font-size: 28px;
  }
}
.jovem-adv-caasc p {
  color: #fff;
  max-width: 700px;
  margin: 20px auto;
}
.jovem-adv-caasc .caasc-logo {
  background-color: #fff;
  width: 200px;
  height: 100px;
  display: block;
  margin: -30px auto 30px;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  background-image: url(../images/caasc.webp);
  background-repeat: no-repeat;
  -webkit-background-size: 140px 140px;
  -moz-background-size: 140px;
  -o-background-size: 140px;
  background-size: 140px;
  background-position: center;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
}
.jovem-adv-contato {
  text-align: center;
}
.jovem-adv-contato h2 {
  max-width: 500px;
  margin: auto;
  color: #004671;
  font-size: 1.75em;
}
@media screen and (max-width: 400px) {
  .jovem-adv-contato h2 {
    font-size: 26px;
  }
}
.auditoria-base-header {
  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/auditoria-bases-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;
  padding: 90px 0 0;
  color: #fff;
}
@media (max-width: 991px) {
  .auditoria-base-header {
    padding: 210px 0 0;
    text-align: center;
  }
}
.auditoria-base-header p {
  max-width: 610px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 21px !important;
  line-height: 25px;
}
.auditoria-base-header .ilustracao {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
}
.auditoria-bases-box {
  background-color: #fff;
  -webkit-border-radius: 60px 10px 10px 60px;
  -moz-border-radius: 60px 10px 10px 60px;
  border-radius: 60px 10px 10px 60px;
  padding: 15px;
  margin: 30px 0;
  min-height: 120px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.auditoria-titulo {
  font-weight: 600;
}
.dashed-line {
  border-left: 1.5px dashed #3c85d3;
  content: "";
  display: block;
  position: absolute;
  left: 75px;
  top: 100px;
  height: 600px;
  width: 2px;
  z-index: 0;
}
.auditoria-bases-box .circle-ico {
  background-color: #0a9494;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin: 0 auto 15px 0;
  float: left;
  color: #fff;
  text-align: center;
  font-size: 35px;
  padding: 30px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.circle-ico.relacionamento {
  background-image: url(../images/icones/relacionamento.png);
}
.circle-ico.levantamento {
  background-image: url(../images/icones/levantamento.png);
}
.circle-ico.processos-dados {
  background-image: url(../images/icones/processos-dados.png);
}
.circle-ico.abas {
  background-image: url(../images/icones/abas.png);
}
.circle-ico.exclusivo {
  background-image: url(../images/icones/exclusivo.png);
  background-color: #0e6bae !important;
}
.auditoria-bases-box .circle-ico .numero {
  background-color: #0e6bae;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  width: 25px;
  height: 25px;
  text-align: center;
  float: right;
}
.auditoria-bases-box p {
  padding-left: 120px;
  padding-right: 20px;
  position: absolute;
  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%);
}
.fundo-gradiente {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0.05)),
    to(rgba(0, 0, 0, 0))
  );
  background: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.05) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.05) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.05) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top, right top,
    color-stop(0, rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0.05)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.05) 50%,
    rgba(0, 0, 0, 0) 100%
  );
}
.software-planos .plano .preco-original span.line-through {
  text-decoration: line-through;
  color: red;
}
.software-planos .plano .preco-original {
  color: #4d4d4d;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.selo15off {
  width: 80px;
  height: 80px;
  background-color: transparent;
  position: absolute;
  left: -5px;
  top: -25px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background-image: url(../../assets/images/black-friday-2021/desc15.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.1);
  -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  z-index: 11;
}
@media screen and (max-width: 582px) {
  .auditoria-bases-box {
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
    margin: 80px 0 40px;
    min-height: 120px;
    position: relative;
  }
  .auditoria-bases-box .circle-ico {
    background-color: #0a9494;
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin: -60px auto 15px;
    float: none;
    position: relative;
  }
  .auditoria-bases-box p {
    padding: 0 20px 20px;
    position: static;
    top: none;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    text-align: center;
  }
  .dashed-line {
    border-left: 1.5px dashed #3c85d3;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 100px;
    height: -webkit-calc(100% - 150px);
    height: -moz-calc(100% - 150px);
    height: calc(100% - 150px);
    width: 2px;
    z-index: 0;
  }
}
.movimentacao-proc-header {
  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/movimentacao-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;
  padding: 130px 0 30px;
  color: #fff;
}
.movimentacao-proc-header h1 {
  font-size: 45px !important;
}
.movimentacao-proc-header p {
  max-width: 500px;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 0;
  font-size: 21px !important;
  line-height: 25px;
}
@media (max-width: 991px) {
  .movimentacao-proc-header {
    padding: 190px 0 30px;
    text-align: center;
  }
  .movimentacao-proc-header p {
    margin-left: auto;
    margin-right: auto;
  }
}
.movimentacao-proc-header .ilustracao {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}
.movimentacao-proc-box {
  background-color: #fff;
  -webkit-border-radius: 60px 10px 10px 60px;
  -moz-border-radius: 60px 10px 10px 60px;
  border-radius: 60px 10px 10px 60px;
  padding: 15px;
  margin: 20px 0;
  min-height: 120px;
  position: relative;
  z-index: 1;
  font-weight: 400;
  -webkit-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.movimentacao-proc-box .circle-ico {
  background-color: #0a9494;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin: 0 auto 15px 0;
  float: left;
  color: #fff;
  text-align: center;
  font-size: 35px;
  padding: 30px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.movimentacao-proc-box p {
  padding-left: 120px;
  padding-right: 20px;
  position: absolute;
  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%);
}
@media screen and (max-width: 991px) {
  .movimentacao-proc-box {
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
    margin: 50px 0 30px;
    min-height: 120px;
    position: relative;
    min-height: 220px;
  }
  .movimentacao-proc-box .circle-ico {
    background-color: #0a9494;
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin: -60px auto 15px;
    float: none;
    position: relative;
  }
  .movimentacao-proc-box p {
    padding: 0 20px 20px;
    position: static;
    top: none;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .movimentacao-proc-box {
    min-height: 0;
  }
}
.distribuicao-proc-header {
  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/distribuicao-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;
  padding: 150px 0 100px;
  color: #fff;
}
@media (max-width: 991px) {
  .distribuicao-proc-header {
    text-align: center;
    padding: 210px 0 100px;
  }
}
.distribuicao-proc-header p {
  max-width: 530px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 21px !important;
  line-height: 25px;
}
.distribuicao-proc-header .ilustracao {
  display: block;
  margin: 40px auto -100px;
  width: 100%;
  max-width: 600px;
}
.circle-ico.juiz {
  background-image: url(../images/icones/juiz.png);
}
.circle-ico.custos {
  background-image: url(../images/icones/custos.png);
}
.circle-ico.acordo {
  background-image: url(../images/icones/acordo.png);
}
.distribuicao-description {
  margin: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}
.distribuicao-description .distribuicao-img1 {
  background-image: url(../images/distribuicao-img1.webp);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 300px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  display: block;
}
.distribuicao-description .distribuicao-img2 {
  background-image: url(../images/distribuicao-img2.webp);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 300px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  display: block;
}
.solicitar-orcamento {
  background-color: #036bad;
  text-align: center;
  padding: 60px 0 40px;
  margin-top: 0;
  background-image: url(../images/contratar-mkt.webp);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.solicitar-orcamento h2 {
  color: #fff;
}
.solicitar-orcamento p {
  color: #fff;
  max-width: 520px;
  display: block;
  margin: auto;
}
.solicitar-orcamento .section-arrow {
  background-image: url(../images/section-mkt-arrow.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
  width: 80px;
  height: 33px;
  position: absolute;
  top: -93px;
  left: -webkit-calc(50% - 40px);
  left: -moz-calc(50% - 40px);
  left: calc(50% - 40px);
}
.solicitar-orcamento .main-button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.solicitar-orcamento-header {
  background-image: url(../images/contratar-mkt-main-image.webp);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  margin-top: 0 !important;
  background-color: #0167ae;
  min-height: 400px;
}
.produtos-orcamento {
  padding: 10px;
  width: 100%;
  text-align: center;
}
.produtos-orcamento label {
  width: -webkit-calc(50% - 3px);
  width: -moz-calc(50% - 3px);
  width: calc(50% - 3px);
  margin: 0;
  text-align: left;
  font-size: 17px;
}
@media (max-width: 1199px) {
  .produtos-orcamento label {
    width: -webkit-calc(50% - 3px);
    width: -moz-calc(50% - 3px);
    width: calc(50% - 3px);
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .produtos-orcamento label {
    width: 100%;
    margin-bottom: 5px;
  }
}
@media (max-width: 345px) {
  .produtos-orcamento label {
    font-size: 14.5px;
  }
}
.produtos-orcamento label [type="checkbox"] {
  display: none;
}
.produtos-orcamento span {
  float: left;
  white-space: pre;
}
.produtos-orcamento [type="checkbox"] + span {
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.produtos-orcamento [type="checkbox"] + span .bullet {
  background-color: rgba(255, 255, 255, 0);
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 3px solid rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0 0 0 1px #000;
  -moz-box-shadow: 0 0 0 1px #000;
  box-shadow: 0 0 0 1px #000;
  float: left;
  margin-right: 10px;
  margin-top: 4px;
}
.produtos-orcamento :checked + span .bullet {
  background-color: #fff;
  border: 3px solid #0063af;
  -webkit-box-shadow: 0 0 0 1px #fff;
  -moz-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
}
.produtos-orcamento :checked + span {
  background: #0063af;
  color: #fff;
}
.abrangencia-header {
  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-color: #005fb2;
  background-image: url(../images/abrangencia-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;
  padding: 170px 30px 150px;
  color: #fff;
  text-align: center;
  font-size: 21px;
  line-height: 28px;
}
@media screen and (max-width: 991px) {
  .abrangencia-header {
    padding: 240px 30px 150px;
  }
}
.section-abrangencia-estados {
  padding: 20px 0;
}
.section-abrangencia-estados .abrangencia-estados-box {
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 20px;
  position: relative;
  top: -120px;
  margin-bottom: -120px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
.section-abrangencia-estados .card {
  background-color: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.section-abrangencia-estados .card.last {
  border-bottom: 0 !important;
}
.section-abrangencia-estados .card-body {
  padding-top: 0;
}
.section-abrangencia-estados .card-header {
  background-color: transparent;
  border-bottom: 0;
  padding: 10px 20px;
}
.section-abrangencia-estados .card-header .btn {
  font-size: 22px !important;
  padding: 0.2rem 0;
  display: block;
  color: #4d4d4d;
  text-align: left;
  width: 100%;
}
.section-abrangencia-estados .card-header .btn:hover {
  color: #005fb2;
  text-decoration: none;
}
.section-abrangencia-estados .card-header .btn:focus {
  color: #005fb2;
  text-decoration: none;
}
.section-abrangencia-estados span {
  display: block;
  font-weight: 500;
  padding: 5px 0;
  margin-top: 10px;
  font-size: 14px;
}
.section-abrangencia-estados ul {
  padding-left: 15px;
  font-size: 14px;
}
.section-abrangencia-estados ul li {
  list-style: circle;
  list-style-position: outside;
  padding: 0;
  line-height: 18px;
}
.section-abrangencia-estados .collapse-arrow {
  background-image: url(../images/arrow-collapse.png);
  background-repeat: no-repeat;
  -webkit-background-size: 12px 12px;
  -moz-background-size: 12px;
  -o-background-size: 12px;
  background-size: 12px;
  background-position: center center;
  width: 35px;
  height: 35px;
  float: right;
  position: absolute;
  right: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-abrangencia-estados .btn-link[aria-expanded="true"] .collapse-arrow {
  -webkit-transform: none;
  -ms-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
}
.controladoria-inteligente-header {
  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/controladoria-inteligente-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;
  padding: 130px 0 50px;
  color: #fff;
}
@media (max-width: 991px) {
  .controladoria-inteligente-header {
    padding: 210px 0 0;
    text-align: center;
  }
}
.controladoria-inteligente-header p {
  max-width: 490px;
  font-size: 21px !important;
  line-height: 25px;
  margin: 20px auto 40px;
}
.controladoria-inteligente-header .ilustracao {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
}
.controladoria-inteligente-box {
  background-color: #fff;
  -webkit-border-radius: 60px 10px 10px 60px;
  -moz-border-radius: 60px 10px 10px 60px;
  border-radius: 60px 10px 10px 60px;
  padding: 15px;
  margin: 30px 0;
  min-height: 120px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.controladoria-titulo {
  font-weight: 600;
}
.dashed-line {
  border-left: 1.5px dashed #3c85d3;
  content: "";
  display: block;
  position: absolute;
  left: 75px;
  top: 100px;
  height: 600px;
  width: 2px;
  z-index: 0;
}
.controladoria-inteligente-box .circle-ico {
  background-color: #0a9494;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin: 0 auto 15px 0;
  float: left;
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px;
  -o-background-size: 50px;
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.circle-ico.regras {
  background-image: url(../images/icones/regras.png);
}
.circle-ico.basedados-espelho {
  background-image: url(../images/icones/basedados-espelho.png);
}
.circle-ico.pdf {
  background-image: url(../images/icones/pdf.png);
}
.circle-ico.documentos {
  background-image: url(../images/icones/documentos.png);
}
.circle-ico.customizacao {
  background-image: url(../images/icones/customizacao.png);
}
.controladoria-inteligente-box p {
  padding-left: 120px;
  padding-right: 20px;
  position: absolute;
  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%);
}
.fundo-gradiente {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0.05)),
    to(rgba(0, 0, 0, 0))
  );
  background: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.05) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.05) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.05) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top, right top,
    color-stop(0, rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0.05)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.05) 50%,
    rgba(0, 0, 0, 0) 100%
  );
}
@media screen and (max-width: 582px) {
  .controladoria-inteligente-box {
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
    margin: 80px 0 40px;
    min-height: 120px;
    position: relative;
  }
  .controladoria-inteligente-box .circle-ico {
    background-color: #0a9494;
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin: -60px auto 15px;
    float: none;
    position: relative;
  }
  .controladoria-inteligente-box p {
    padding: 0 20px 20px;
    position: static;
    top: none;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    text-align: center;
  }
  .dashed-line {
    border-left: 1.5px dashed #3c85d3;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 100px;
    height: -webkit-calc(100% - 150px);
    height: -moz-calc(100% - 150px);
    height: calc(100% - 150px);
    width: 2px;
    z-index: 0;
  }
}
.erro404-header {
  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/404-fundo.jpg);
  background-repeat: repeat;
  background-position: bottom center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #005695;
  padding: 0 0 20px;
  color: #fff;
  height: -webkit-calc(100vh);
  height: -moz-calc(100vh);
  height: calc(100vh);
  margin: 0;
  text-align: center;
}
.erro404-header img {
  width: 100%;
  max-width: 300px;
}
.erro404-header h2 {
  color: #fff;
  margin-top: 30px;
}
.erro404-header p {
  max-width: 610px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 21px !important;
  line-height: 25px;
  color: #fff;
}
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: #005695;
  color: #fff;
  padding: 25px 15px 15px;
  margin-bottom: 0;
  font-size: 16px;
}
.footer-area img {
  margin-bottom: 15px;
}
.footer-area p {
  line-height: 19px;
  margin-bottom: 15px;
}
.footer-logo {
  background-image: url(../images/logo.png);
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 250px;
  height: 45px;
  margin: 0 0 20px;
}
.footer-area .titulo {
  font-size: 17px;
  display: block;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.footer-area .sublink {
  font-size: 12.5px;
  font-weight: 300;
  line-height: 16px;
  display: block;
  color: #fff;
  margin-bottom: 10px;
}
.footer-area .app-button {
  display: inline-block;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 12px;
  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;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-area .app-button:hover {
  color: #1b1b1b;
  background-color: #fff;
}
.footer-area .redes-button {
  display: inline-block;
  border: 1px solid #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin: 0 5px 10px 0;
  padding: 7px;
  color: #fff;
  font-size: 30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-area .redes-button:hover {
  background-color: #fff;
  color: #1b1b1b;
}
.copyright {
  text-align: center;
  background-color: #0a9494;
  color: #fff;
  margin: 0;
  padding: 15px;
  font-size: 14px;
}
.link-print-modal {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
#loading {
  display: none;
}
.loading {
  position: fixed;
  z-index: 99999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.loading:not(:required) {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1.5s infinite linear;
  -moz-animation: spinner 1.5s infinite linear;
  -o-animation: spinner 1.5s infinite linear;
  animation: spinner 1.5s infinite linear;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
    rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0,
    rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
    rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
    rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
    rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
    rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
    rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.background-danger {
  border-color: #dc3545 !important;
}
.bold {
  font-weight: 700;
}
.nome-advogado-logado {
  color: #fff;
  font-family: sans-serif;
}
.toast {
  margin: 14px 8px;
  min-width: 310px;
}
.toast-header-danger {
  background: #dc3545;
  color: #fff;
}
.toast .logo {
  height: 4em;
}
.close-danger {
  color: #fff;
}
.error {
  color: #dc3545;
}
.notification {
  min-width: 350px !important;
  max-width: 350px !important;
  font-size: 18px !important;
}
.display-none {
  display: none;
}
.body-cadastro {
  background: -o-linear-gradient(45deg, #00d4ff -1%, #0064af 0, #009acc 100%);
  background: -webkit-linear-gradient(
    45deg,
    #00d4ff -1%,
    #0064af 0,
    #009acc 100%
  );
  background: -moz-linear-gradient(45deg, #00d4ff -1%, #0064af 0, #009acc 100%);
  background: -webkit-linear-gradient(45deg, #00d4ff -1%, #0064af 0, #009acc 100%);
  background: linear-gradient(45deg, #00d4ff -1%, #0064af 0, #009acc 100%);
}
.swal2-popup {
  font-size: 0.9rem;
}
.container-protecao-dados-cookie {
  padding: 15px;
}
.container-protecao-dados-cookie h3 {
  margin-bottom: 5px;
  text-align: center;
}
.container-protecao-dados-cookie h4 {
  color: #7b7777;
  text-align: center;
  font-size: 21px;
  margin-bottom: 50px;
}
.container-protecao-dados-cookie h5 {
  font-family: sans-serif;
  color: #000;
  text-align: left;
  font-size: 26px;
  margin-bottom: 50px;
}
.container-protecao-dados-cookie p {
  color: #000;
  text-align: justify;
  font-size: 20px;
  margin-top: -24px;
  font-family: sans-serif;
}
.margin-left-25 {
  margin-left: 25px;
}
.margin-left-35 {
  margin-left: 35px;
}
.content-politicas-cookie {
  padding: 15px;
}
.lgpd-bar {
  position: fixed;
  bottom: 15px;
  z-index: 99;
  width: 100%;
}
.lgpd-bar-conteudo {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -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;
  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;
}
.lgpd-bar-conteudo p {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
}
.lgpd-bar-conteudo p + p {
  margin-top: 0;
}
.lgpd-bar-conteudo a.main-button {
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .lgpd-bar-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;
  }
}
.nlbox {
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
}
.nlbox .container {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.nl-box-conteudo {
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -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;
  padding: 10px 10px 20px;
}
.nl-fechar {
  background-image: url(../images/fechar.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  right: -20px;
  top: -5px;
  float: right;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  cursor: pointer;
  -webkit-filter: invert(1);
  filter: invert(1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nl-fechar:hover {
  background-color: #ddd;
}
.nl-box-conteudo .tag-mesconsum {
  position: absolute;
  top: -60px;
  left: -webkit-calc(50% - 230px);
  left: -moz-calc(50% - 230px);
  left: calc(50% - 230px);
  width: 460px;
  -webkit-filter: saturate(1.2);
  filter: saturate(1.2);
}
.nl-box-text {
  font-size: 20px;
  line-height: 28px;
  color: #4d4d4d;
  margin: -15px auto 15px;
  text-align: center;
  padding: 0 15px;
  max-width: 800px;
  font-weight: 300;
  color: #fff;
}
.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;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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;
  background-color: #006cad;
  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-color: #248ece;
}
.nl-space {
  height: 20px;
}
.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 {
  inset: -25px 0 0 500px;
  position: absolute;
  margin: 0 auto;
  display: inline-block;
  font-size: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-weight: 500;
  color: #444;
  -webkit-box-shadow: 1px 1px 12px #000;
  -moz-box-shadow: 1px 1px 12px #000;
  box-shadow: 1px 1px 12px #000;
  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;
}

.popup-content-text{
  font-weight: 600;
  /* left: 652px; */
  margin: 0 auto;
  max-height: 379px;
  top: -380px;
  position: relative;
  color: #000;
  padding: 30px 27px 30px 90px;
  overflow: auto;
  margin: 0 auto;
}

#modal-avisos .modal-content {
  background-color: #fff0;
  border: 0;
}

.modal-noticias-intranet .modal-dialog {
  max-width: 840px;
}

.modal-noticias-intranet .popup-close {
  inset: -25px 0 0 795px;
}

.modal-noticias-intranet .modal-center {
  top: 59px;
  position: relative;
}

.noscroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}
.popup-animated a{
  display: block;
  margin: 0 auto;
}

.item-link{
  border-radius: 20px;
  padding: 31px 8px 2px 8px;
  -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);
}

.item-link:hover{
  cursor: pointer;
  background: #e2ded5;
}



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