body {
  height: 100%;
  padding-left: 329px;
  background-color: #edeff2;
  font-family: Oswald, sans-serif;
  color: rgba(0, 0, 0, .74);
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
.list-states {
  font-family: 'Droid Sans', sans-serif;
  color: #555353;
  font-size: 13.3px;
  letter-spacing: 0.4px;
}
h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #313131;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 15px;
}

.button {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 4px;
  background-color: #cf404d;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #000;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
  background-color: #00416b;
}

.button.full-width:hover {
  background-color: #00678a;
}

.section {
  padding: 63px 40px;
  background-color: #fff;
}

.section.section-gray {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  background-color: #fafafa;
}

.mensagem {
  height: 150px;
  padding: 45px 15px 40px;
  background-color: #00416b;
  color: #fff;
  line-height: 20px;
}

.call-to-action-heading {
  margin-top: 3px;
  margin-bottom: 0px;
  font-weight: 400;
  text-align: center;
}

.align-right {
  text-align: right;
}

.hero-heading2 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 11px 20px;
  border: 2px solid #1db0fc;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #1db0fc;
  line-height: 21px;
  text-decoration: none;
}

.hollow-button:hover {
  border-color: #000;
  color: #000;
}

.hollow-button.white {
  border-color: #fff;
  color: #fff;
}

.hollow-button.white:hover {
  border-color: #00416b;
  background-color: #00526e;
  color: #fff;
}

.hollow-button.red {
  border-color: #00678a;
  background-color: #00678a;
  color: #fff;
}

.hollow-button.red:hover {
  background-color: transparent;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #313131;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.section-subheading.center {
  font-family: 'Droid Sans', sans-serif;
  color: hsla(0, 0%, 45%, .74);
  font-size: 19px;
  line-height: 30px;
  text-align: center;
}

.section-title-group {
  margin-bottom: 62px;
}

.form-field {
  min-height: 45px;
  margin-right: 1px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

.form-field:focus {
  box-shadow: 0 0 0 1px #2e80b6;
}

.form-field.text-area {
  min-height: 110px;
}

.form-wrapper.squeezed {
  padding-right: 19%;
  padding-left: 19%;
}

.social-icon-link {
  padding: 3px;
  opacity: 0.66;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon-link:hover {
  opacity: 1;
}

.rodape {
  padding-top: 35px;
  padding-bottom: 35px;
}

.rodape.center {
  padding-top: 21px;
  padding-bottom: 21px;
  background-color: #edeff2;
  text-align: center;
}

.grid-image {
  margin-bottom: 19px;
}

.hero-title-wrapper {
  position: relative;
  top: 22%;
  margin-bottom: 155px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.left-navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 329px;
  height: 100%;
  background-color: #00678a;
}

.nav-link {
  display: block;
  padding: 20px 0px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #000;
}

.nav-link.w--current {
  color: #000;
}

.nav-link.w--current:hover {
  color: #000;
}

.nav-link.w--current:visited {
  color: #000;
}

.nav-menu {
  float: none;
}

.logo-link {
  display: block;
  margin-top: 60px;
  margin-bottom: 50px;
  float: none;
  text-align: center;
}

.logo-link.w--current {
  margin-top: 60px;
}

.social-footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 16px;
  text-align: center;
}

.banner {
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .75)), to(rgba(0, 0, 0, .75))), url(../images/fundo.jpg);
  background-image: linear-gradient(180deg, #3333338c, #337ab7ad), url(../images/fundo.jpg);
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.column-0-padding {
  padding-right: 15px;
  padding-left: 15px;
}

.content {
  height: 100%;
}

.success-message {
  text-align: center;
}

.paragraph-form {
  margin-bottom: 0px;
}

.section-copy {
  position: relative;
  padding: 63px 40px;
  background-color: #fff;
}

.paragraph {
  line-height: 22px;
}

.paragraph-2 {
  line-height: 22px;
}

.paragraph-3 {
  line-height: 22px;
}

.paragraph-4 {
  line-height: 22px;
}

.paragraph-5 {
  line-height: 22px;
}

.paragraph-6 {
  line-height: 22px;
}

.columns {
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading {
  color: #00416b;
}

.heading-2 {
  color: #00416b;
}

.heading-3 {
  color: #00416b;
}

.heading-4 {
  color: #00416b;
}

.heading-5 {
  color: #00416b;
}

.heading-6 {
  color: #00416b;
}

.image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-7 {
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}

.div-block {
  height: 100%;
}

.brasil.polygon {
  background-color: #3a6e90;
}

.superiores{
  position: relative;
  top: 3%;
}
.container {
  height: 100%;
}

.link-block {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  margin-right: 50px;
  margin-bottom: 50px;
}

.div-block-13 {
  margin-top: 75px;
  padding-right: 15px;
  padding-left: 15px;
}

.link-block-26 {
  margin-top: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #2b2525;
  text-decoration: none;
}

.text-block-4 {
  float: left;
  color: #0071bc;
  font-size: 15px;
}

.image-11 {
  width: 30px;
  margin-top: -5px;
  margin-left: 5px;
  float: right;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 0px solid #d5d5e0;
  color: #2d3e4f;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(0, 140, 255, .84);
}

.footer-link.w--current {
  color: #2d3e4f;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.info-icon {
  float: left;
}

.column {
  padding-top: 40px;
}

.container-2 {
  padding-right: 15px;
  padding-left: 15px;
}

.container-3 {
  padding-right: 15px;
  padding-left: 15px;
}

.container-4 {
  padding-right: 15px;
  padding-left: 15px;
}

.container-5 {
  padding-right: 15px;
  padding-left: 15px;
}

.image-13 {
  max-width: 350px;
}

.section-2 {
  position: static;
}

.body {
  padding-left: 0px;
}

.body-2 {
  padding-left: 0px;
}

.heading-7 {
  color: #00678a;
  text-transform: uppercase;
}

.container-6 {
  padding-top: 150px;
  padding-bottom: 0px;
}

.section-3 {
  height: 15px;
  background-color: #00678a;
}

.section-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .7)), to(hsla(0, 0%, 100%, .7))), url('../images/lider-diarios-juridicos-martelo.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7)), url('../images/lider-diarios-juridicos-martelo.png');
  background-position: 0px 0px, 50% 60%;
  background-size: auto, cover;
}

.paragraph-8 {
  margin-top: 15px;
  font-size: 17px;
  font-weight: 700;
}

.image-14 {
  width: 350px;
  margin-top: 15px;
}

.button-2 {
  display: block;
  width: 40%;
  margin-top: 15px;
  background-color: hsla(208.00000000000003, 15.46%, 6.93%, 1.00);
  text-align: center;
}

.button-2:hover {
  background-color: #2e80b6;
}

.image-15 {
  width: 80%;
}

.heading-8 {
  color: #00678a;
  font-size: 32px;
}

.section-5 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #404040;
}

.paragraph-9 {
  color: hsla(0, 0%, 100%, .74);
  font-size: 20px;
}

.section-6 {
  height: 410px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.column-2 {
  height: 410px;
  padding: 100px 50px;
}

.column-3 {
  height: 410px;
  background-color: #00678a;
  background-image: url('../images/Prancheta-17.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
}

.text-block-5 {
  color: hsla(0, 0%, 100%, .74);
  font-size: 20px;
  text-align: center;
}

.div-block-14 {
  position: absolute;
  left: -4px;
  z-index: 1;
  width: 800px;
  height: 410px;
  margin-top: -100px;
  margin-left: -75px;
  background-color: #edeff2;
  -webkit-transform: skew(-20deg, 0deg);
  -ms-transform: skew(-20deg, 0deg);
  transform: skew(-20deg, 0deg);
}

.div-block-15 {
  position: absolute;
}

.columns-2 {
  height: 410px;
}

.container-7 {
  position: relative;
  z-index: 5;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000001, 0.6000000000000001);
  -ms-transform: scale(0.6000000000000001, 0.6000000000000001);
  transform: scale(0.6000000000000001, 0.6000000000000001);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media (max-width: 991px) {
  body {
    margin-left: 0px;
    padding-left: 0px;
  }
  .hamburger-button {
    color: #fff;
  }
  .hamburger-button.w--open {
    background-color: #cf404d;
  }
  .form-wrapper.squeezed {
    padding-right: 8%;
    padding-left: 8%;
  }
  .hero-title-wrapper {
    top: 85px;
  }
  .left-navigation {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    width: 100%;
    height: auto;
    float: none;
  }
  .nav-link {
    padding-left: 13px;
    text-align: left;
  }
  .nav-menu {
    background-color: #49647b;
  }
  .logo-link {
    margin-top: 14px;
    margin-bottom: 0px;
    margin-left: 10px;
    float: left;
  }
  .logo-link.w--current {
    margin-top: 0px;
  }
  .social-footer {
    position: absolute;
    display: inline-block;
  }
  .banner {
    height: 100%;
  }
  .image-12 {
    width: 75px;
  }
  .container-6 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .column-2 {
    padding-top: 73px;
  }
  .div-block-14 {
    left: -162px;
    margin-top: -73px;
  }
}

@media (max-width: 767px) {
  h3 {
    margin-top: 10px;
  }
  .section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .mensagem {
    padding-top: 25px;
  }
  .call-to-action-heading {
    margin-bottom: 13px;
    text-align: center;
  }
  .align-right {
    text-align: center;
  }
  .hero-heading2 {
    font-size: 23px;
    line-height: 1.2em;
  }
  .banner {
    height: 100%;
  }
  .column-0-padding {
    margin-bottom: 15px;
    text-align: center;
  }
  .column-remove-padding {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-copy {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-13 {
    margin-top: 65px;
  }
  .spc {
    margin-bottom: 30px;
  }
  .image-13 {
    width: 90%;
  }
  .section-5 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .column-3 {
    display: none;
  }
  .column-4 {
    padding-bottom: 50px;
  }
}

@media (max-width: 479px) {
  .mensagem {
    height: 170px;
    padding-top: 5px;
  }
  .call-to-action-heading {
    font-size: 26px;
  }
  .hero-heading2 {
    font-size: 19px;
    line-height: 1.3em;
  }
  .form-wrapper.squeezed {
    padding-right: 2%;
    padding-left: 2%;
  }
  .hero-title-wrapper {
    top: 18px;
  }
  .banner {
    height: 550px;
  }
  .div-block-13 {
    margin-right: 20px;
  }
  .text-block-4 {
    font-size: 12px;
  }
  .image-13 {
    width: 90%;
  }
  .section-6 {
    height: 100%;
  }
  .column-2 {
    height: 100%;
  }
  .div-block-14 {
    width: 100%;
    height: 100%;
  }
  .columns-2 {
    height: 100%;
  }
}

