@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Poppins:400,700');
html {
    overflow-y: scroll;
    -webkit-backface-visibility: hidden;
    backface-visibility: initial;
}
html,
body {
      height: 100%;
      min-height: 100%;
      margin: 0;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.4;
      color: #212529;
      text-align: left;
      background-color: #fff;
}
body {
    background-color: #fff;
    color: #001a0d;
    font-family: 'PT Sans Narrow', sans-serif;
}

.ml-auto, .mx-auto {
    margin: 0 auto !important;
}

.nav-link {
    /* display: block; */
    padding: 0.5rem 1rem;
}

.banner-content h1 {
    margin-bottom: 20px;
    font-size: 55px;
    color: #008080;
}

.btn-hero, .btn-white:hover {
    color: #fff;
    background: #00b3b3;
    letter-spacing: 1px;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
.site-navigation.top-nav-collapse {
        -webkit-box-shadow: 0px 0px 2px #777;
        box-shadow: 0px 0px 2px #777;
        background-color: rgba(255, 255, 255, 0.97);
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
        top: 0px;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: -37rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*padding: 1.5rem 1rem;*/
}

.col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 51%;
    margin-top: 178px;
  }

h6 {
    margin: 0;
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.2;
}

/* PLANO DE FUNDO BRANCO E CINZA */
section {
    padding: 52px 0px;
}

.btn-hero, .btn-white:hover {
    color: #fff;
    background: #00b3b3;
    letter-spacing: 1px;
}

a {
  color: #2F4F4F;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.banner-img {
    margin-top: -32px;
    height: 322px;
    width: 371px;
    float:  right;
}

img {
    vertical-align: middle;
    border-style: none;
    width: 55%;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 1.5rem;
}

.termo-content {
    padding: 15% 10%;
}

@media (min-width: 768px) {
    .lgpd-table {
        margin-left: 10%;
        margin-right: 10%;
        width: auto;
    }

    .termo-content {
        padding: 5% 10%;
    }
}