@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #ffffff;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #444444;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

.row {
  margin-bottom: 0;
}

section {
  padding: 70px 0px;
}

@media screen and (max-width: 767px) {
  section {
    padding: 50px 0px;
  }
}

h1 {
  font-size: 2.75rem;
}

h2 {
  font-size: 2.125rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.375rem;
}

h5 {
  font-size: 1.2rem;
}

h6 {
  font-size: 1.125rem;
}

p {
  font-size: 1rem;
}

@media screen and (max-width: 576px) {
  h1 {
    font-size: 2.475rem;
  }

  h2 {
    font-size: 1.9125rem;
  }

  h3 {
    font-size: 1.35rem;
  }

  h4 {
    font-size: 1.2375rem;
  }

  h5 {
    font-size: 1.08rem;
  }

  h6 {
    font-size: 1.0125rem;
  }

  p {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 991px) {
  .col-12.col-lg-6+.col-12.col-lg-6 {
    margin-top: 32px;
  }

  .col-12.col-lg-4+.col-12.col-lg-4 {
    margin-top: 32px;
  }
}

header#desktop {
  width: 100%;
  height: 220px;
  position: absolute;
  z-index: 999;
  background: #ffffff;
  top: 0;
}

header#desktop nav {
  background-color: revert;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 220px;
  width: 100%;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ffffff;
  z-index: 999;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

header#desktop nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header#desktop nav a.brand-logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
}

header#desktop nav a.brand-logo img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

header#desktop nav .navbar-collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header#desktop nav .navbar-collapse ul.opcoes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  margin-top: 36px;
  margin-left: 50px;
  width: 100%;
}

header#desktop nav .navbar-collapse ul.opcoes li.opcao+li.opcao {
  margin-left: 32px;
}

header#desktop nav .navbar-collapse ul.opcoes li.opcao {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header#desktop nav .navbar-collapse ul.opcoes li.opcao a.link {
  padding: 0;
  font-size: 1.2rem;
  font-weight: 500;
  background: transparent;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

header#desktop nav .navbar-collapse ul.opcoes li.opcao a.link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: normal;
  color: #4c4e4d;
  padding: 0;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

header#desktop nav .navbar-collapse ul.opcoes li.opcao a.link:hover span {
  color: #132d63;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

header#desktop nav .navbar-collapse ul.opcoes li.opcao:last-child a.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(#132d63), to(#0c38a3));
  background: -o-linear-gradient(left, #132d63, #0c38a3);
  background: linear-gradient(to right, #132d63, #0c38a3);
  height: 48px;
  padding: 8px 20px;
  border-radius: 4px;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

header#desktop nav .navbar-collapse ul.opcoes li.opcao:last-child a.link span {
  color: #ffffffee;
  text-transform: uppercase;
  font-size: 1rem;
}

header#desktop nav .navbar-collapse ul.opcoes li.opcao:last-child a.link span strong {
  margin-left: 4px;
  color: #ffffff;
}

header#desktop nav .navbar-collapse ul.opcoes li.opcao:last-child a.link svg {
  width: 20px;
  fill: #fff;
  margin-left: 8px;
}

header#desktop nav .navbar-collapse ul.opcoes li.opcao:last-child a.link:hover {
  background: -webkit-gradient(linear, left top, right top, from(#fed310), to(#df860f));
  background: -o-linear-gradient(left, #fed310, #df860f);
  background: linear-gradient(to right, #fed310, #df860f);
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

header#mobile {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 120px;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  top: 0;
  background: #ffffff;
}

header#mobile div.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  position: relative;
  z-index: 999;
}

header#mobile a.brand-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100px;
}

header#mobile a.brand-logo img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

header#mobile .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background: rgba(12, 11, 62, 0.9);
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding-bottom: 50px;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header#mobile .sidenav .closebtn {
  position: absolute;
  top: 10px;
  right: 24px;
  font-size: 32px;
  margin-left: 50px;
  color: #ffffffcc;
  text-decoration: none;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

header#mobile .sidenav .closebtn:hover {
  color: #ffffff;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

header#mobile .sidenav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-width: 320px;
  -webkit-box-shadow: none;
  box-shadow: none;
  list-style: none;
  margin: 0;
}

header#mobile .sidenav ul li+li {
  margin-top: 16px;
}

header#mobile .sidenav ul li {
  padding: 0px 50px;
  background: transparent;
}

header#mobile .sidenav ul li a.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  height: auto;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  color: #ffffffcc;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

header#mobile .sidenav ul li a.link:hover {
  background: transparent;
  color: #ffffff;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

header#mobile .sidenav ul li:last-child a.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header#mobile .sidenav ul li:last-child a.link span {
  color: #ffffffaa;
  text-transform: uppercase;
  font-size: 1rem;
}

header#mobile .sidenav ul li:last-child a.link span strong {
  margin-left: 4px;
  color: #ffffffcc;
}

header#mobile .sidenav ul li:last-child a.link svg {
  width: 20px;
  height: auto;
  fill: #ffffffcc;
  margin-left: 8px;
}

header#mobile .sidenav ul li:last-child a.link:hover span {
  color: #ffffffcc;
}

header#mobile .sidenav ul li:last-child a.link:hover svg {
  fill: #ffffffcc;
}

header#mobile a.sidenav-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 12px;
  border-radius: 4px;
  text-decoration: none;
  background: transparent;
  color: #4c4e4d;
  cursor: pointer;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
}

header#mobile a.sidenav-trigger:hover {
  background: transparent;
  color: #0c0b3e;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

@media screen and (min-width: 1280px) {
  header#mobile {
    display: none;
  }
}

@media screen and (max-width: 1279px) {
  header#desktop {
    display: none;
  }
}

.topo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 24px;
}

.topo h2 {
  color: #0c0b3e;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: center;
}

.topo div.linha {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.topo div.linha .linha_1 {
  height: 4px;
  width: 64px;
  background: #ffd30b;
  margin-right: 6px;
}

.topo div.linha .linha_2 {
  height: 4px;
  width: 8px;
  background: #ffd30b;
}

a.botao-azul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, from(#132d63), to(#0c38a3));
  background: -o-linear-gradient(left, #132d63, #0c38a3);
  background: linear-gradient(to right, #132d63, #0c38a3);
  height: 48px;
  max-width: 360px;
  padding: 8px 20px;
  border-radius: 4px;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

a.botao-azul span {
  color: #ffffffee;
  text-transform: uppercase;
  font-size: 1rem;
}

a.botao-azul span strong {
  margin-left: 4px;
  color: #ffffff;
}

a.botao-azul svg {
  width: 20px;
  fill: #fff;
  margin-left: 8px;
}

a.botao-azul:hover {
  background: -webkit-gradient(linear, left top, right top, from(#fed310), to(#df860f));
  background: -o-linear-gradient(left, #fed310, #df860f);
  background: linear-gradient(to right, #fed310, #df860f);
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

a.botao-amarelo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, from(#fed310), to(#df860f));
  background: -o-linear-gradient(left, #fed310, #df860f);
  background: linear-gradient(to right, #fed310, #df860f);
  height: 48px;
  padding: 8px 20px;
  max-width: 360px;
  border-radius: 4px;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

a.botao-amarelo span {
  color: #ffffffee;
  text-transform: uppercase;
  font-size: 1rem;
}

a.botao-amarelo span strong {
  margin-left: 4px;
  color: #ffffff;
}

a.botao-amarelo svg {
  width: 20px;
  fill: #fff;
  margin-left: 8px;
}

a.botao-amarelo:hover {
  background: -webkit-gradient(linear, left top, right top, from(#132d63), to(#0c38a3));
  background: -o-linear-gradient(left, #132d63, #0c38a3);
  background: linear-gradient(to right, #132d63, #0c38a3);
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

#principal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 50px 0;
  height: calc(65vh + 220px);
  margin-bottom: 100px;
}

#principal .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#slide-principal {
  padding-top: 220px;
  height: calc(65vh + 220px);
  position: relative;
}

#slide-principal .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative;
  z-index: 500;
  /* height: calc(65vh + 220px); */
  height: 731px;
}

#slide-principal .owl-item div.bg-img {
  position: absolute;
  top: 0;
  z-index: 500;
  background: url("../image/banners/banner-topo2.jpg?v=2022") center no-repeat;
  /* height: calc(65vh + 220px); */
  height: 731px;
  width: 100%;
  background-size: cover;
}

#slide-principal .owl-item .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

#slide-principal .owl-item h5 {
  color: #444444;
  position: relative;
  z-index: 600;
}

#slide-principal .owl-item h2 {
  margin: 24px 0;
  font-weight: 900;
  color: #0c0b3e;
  position: relative;
  z-index: 600;
}

#slide-principal .owl-item ul {
  list-style: none;
  margin: 0;
  position: relative;
  z-index: 600;
}

#slide-principal .owl-item ul li+li {
  margin-top: 16px;
}

#slide-principal .owl-item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

#slide-principal .owl-item ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#fed310), to(#df860f));
  background: -o-linear-gradient(left, #fed310, #df860f);
  background: linear-gradient(to right, #fed310, #df860f);
}

#slide-principal .owl-item ul li span i {
  font-size: 16px;
  color: #fff;
}

#slide-principal .owl-item ul li h4 {
  color: #444444;
  width: calc(100% - 42px);
}

#slide-principal .owl-item ul li h4 strong {
  font-weight: 700;
  color: #0c0b3e;
}

#slide-principal .owl-item a.botao-azul {
  position: relative;
  z-index: 600;
  margin-top: 24px;
}

#slide-principal .owl-dots {
  display: none;
}

#slide-principal .owl-nav {
  display: none;
}

a.seta#next,
a.seta#prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 50%;
  border: 2px solid #132d63;
  width: 32px;
  height: 32px;
  margin: 5px 0px;
  position: absolute;
  z-index: 200;
  top: calc(40vh + 220px);
  text-decoration: none;
}

a.seta#next i,
a.seta#prev i {
  font-size: 24px;
  color: #132d63;
}

a.seta#prev {
  left: 64px;
}

a.seta#next {
  right: 64px;
}

div.botao-flutuante {
  margin-top: -145px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background: transparent;
  z-index: 600;
}
@media screen and (min-device-width: 769px) and (max-device-width: 1368px) { 
  div.botao-flutuante {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 1279px) {
  #principal {
    background: #f4f4f4;
    margin-top: 120px;
    margin-bottom: 0;
    height: calc(65vh + 120px);
  }

  #principal .bg-img {
    display: none;
  }

  a.seta#next,
  a.seta#prev {
    display: none;
  }

  div.botao-flutuante {
    margin-top: -85px;
  }
}

@media screen and (min-width: 1280px) {
  #slide-principal .owl-item .col-sm-12.col-lg-5 img {
    display: none;
  }
}

@media screen and (max-width: 1279px) {
  #principal {
    background: #f4f4f4;
    margin-top: 120px;
    margin-bottom: 0;
    height: calc(65vh + 120px);
  }

  #principal .bg-img {
    display: none;
  }

  a.seta#next,
  a.seta#prev {
    display: none;
  }

  div.botao-flutuante {
    margin-top: -85px;
  }

  #principal {
    position: relative;
    height: auto;
  }

  #slide-principal {
    padding: 0;
    height: auto;
  }

  #slide-principal .owl-item {
    height: auto;
  }

  #slide-principal .owl-item .col-sm-12.col-lg-7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #slide-principal .owl-item .col-sm-12.col-lg-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 24px;
  }

  #slide-principal .owl-item .col-sm-12.col-lg-5 img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

#bpo {
  background: url("../image/bg-direita.png") center right no-repeat;
}

#bpo h5 {
  text-align: center;
  color: #444444;
}

#bpo h5.indicacao {
  margin-top: 24px;
}

#bpo .imagem-topicos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#bpo .imagem-topicos img {
  width: 400px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  z-index: 50;
}

#bpo .imagem-topicos ul {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

#bpo .imagem-topicos ul li+li {
  margin-top: 16px;
}

#bpo .imagem-topicos ul li:last-child {
  margin-bottom: 32px;
}

#bpo .imagem-topicos ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f7f7f7));
  background: -o-linear-gradient(top, #ffffff, #f7f7f7);
  background: linear-gradient(to bottom, #ffffff, #f7f7f7);
  border-radius: 4px;
  border: 1px solid #f5f5f5;
  width: 100%;
  padding: 8px 16px;
}

#bpo .imagem-topicos ul li img {
  height: 32px;
  width: auto;
  margin-right: 24px;
}

#bpo .imagem-topicos ul li h5 {
  text-align: left;
  color: #444444;
}

#bpo .imagem-topicos ul li:nth-child(1) {
  margin-left: -150px;
  padding-left: 100px;
}

#bpo .imagem-topicos ul li:nth-child(2) {
  margin-left: -120px;
  padding-left: 100px;
}

#bpo .imagem-topicos ul li:nth-child(3) {
  margin-left: -90px;
  padding-left: 100px;
}

#bpo .imagem-topicos ul li:nth-child(4) {
  margin-left: -60px;
  padding-left: 100px;
}

#bpo a.botao-amarelo {
  margin: 0 auto;
  margin-top: 32px;
}

@media screen and (max-width: 991px) {
  #bpo .imagem-topicos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px;
  }

  #bpo .imagem-topicos img {
    width: 100%;
    height: auto;
  }

  #bpo .imagem-topicos ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 32px;
  }

  #bpo .imagem-topicos ul li+li {
    margin-top: 16px;
  }

  #bpo .imagem-topicos ul li:last-child {
    margin-bottom: 16px;
  }

  #bpo .imagem-topicos ul li {
    width: 80%;
  }

  #bpo .imagem-topicos ul li img {
    margin-right: 16px;
  }

  #bpo .imagem-topicos ul li:nth-child(1) {
    margin-left: 0;
    margin-right: 60px;
    padding: 8px 16px;
  }

  #bpo .imagem-topicos ul li:nth-child(2) {
    margin-left: 20px;
    margin-right: 40px;
    padding: 8px 16px;
  }

  #bpo .imagem-topicos ul li:nth-child(3) {
    margin-left: 40px;
    margin-right: 20px;
    padding: 8px 16px;
  }

  #bpo .imagem-topicos ul li:nth-child(4) {
    margin-left: 60px;
    padding: 8px 16px;
  }
}

div.bg-acima img,
div.bg-abaixo img,
div.bg-acima-quem-somos img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

#solucoes {
  background: #f1f4fb;
}

#solucoes div.grid-solucoes {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
}

#solucoes div.grid-solucoes div.card-solucao {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  padding: 32px;
  border-radius: 8px;
}

#solucoes div.grid-solucoes div.card-solucao h4 {
  text-align: center;
  font-weight: 700;
  margin-top: -16px;
  margin-bottom: 16px;
}

#solucoes div.grid-solucoes div.card-solucao p {
  text-align: center;
  font-weight: 400;
  color: #444444;
}

#solucoes div.grid-solucoes div.card-solucao:nth-child(2) {
  background: -webkit-gradient(linear, left top, right top, from(#132d63), to(#0c38a3));
  background: -o-linear-gradient(left, #132d63, #0c38a3);
  background: linear-gradient(to right, #132d63, #0c38a3);
}

#solucoes div.grid-solucoes div.card-solucao:nth-child(2) h4,
#solucoes div.grid-solucoes div.card-solucao:nth-child(2) p {
  color: #fff;
}

@media screen and (max-width: 991px) {
  #solucoes div.grid-solucoes {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}

#videos {
  background: #f1f4fb;
}

#slide-videos {
  width: 100%;
  margin: 0;
}

#slide-videos .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  width: 100%;
}

#slide-videos .owl-item iframe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 360px;
  width: 560px;
  max-width: 100%;
}

#slide-videos .owl-nav {
  display: none;
}

#slide-videos .owl-dots {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

#slide-videos .owl-dots button.owl-dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 50%;
  border: 2px solid transparent;
  background: transparent;
  width: 28px;
  height: 28px;
}

#slide-videos .owl-dots button.owl-dot span {
  border: 4px solid transparent;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin: 0;
  background: #ff6729;
}

#slide-videos .owl-dots button.owl-dot.active {
  border: 2px solid #ff6729;
  background: #fff;
}

#slide-videos .owl-dots button.owl-dot.active span {
  border: none;
  width: 12px;
  height: 12px;
  background: #ff6729;
}

@media screen and (max-width: 1199px) {
  #videos .gallery {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  #videos #slide-videos {
    display: none;
  }
}

#diagnostico {
  background: #f1f4fb;
}

#diagnostico div.colunas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

#diagnostico div.colunas img.bg {
  position: absolute;
  width: 100%;
  z-index: 0;
}

#diagnostico div.colunas .coluna1 {
  width: 400px;
}

#diagnostico div.colunas .coluna1 img {
  position: relative;
  z-index: 10;
  width: 400px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

#diagnostico div.colunas .coluna2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 400px);
  padding: 64px;
}

#diagnostico div.colunas .coluna2 h2 {
  color: #fff;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 10;
  margin-bottom: 24px;
}

#diagnostico div.colunas .coluna2 h5 {
  color: #fff;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
  position: relative;
  z-index: 10;
}

#diagnostico div.colunas .coluna2 a.botao-azul {
  position: absolute;
  z-index: 10;
  bottom: 10px;
}

@media screen and (max-width: 991px) {
  #diagnostico div.colunas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    margin-bottom: 32px;
  }

  #diagnostico div.colunas img.bg {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: absolute;
    height: 100%;
    width: 90%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
  }

  #diagnostico div.colunas .coluna1 {
    width: 100%;
  }

  #diagnostico div.colunas .coluna1 img {
    position: relative;
    z-index: 10;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  #diagnostico div.colunas .coluna2 {
    width: 100%;
  }

  #diagnostico div.colunas .coluna2 a.botao-azul {
    bottom: -24px;
  }
}

#como-podemos-ajudar {
  background: url("../image/bg-esquerda.png") top left no-repeat;
}

#como-podemos-ajudar h5 {
  color: #444444;
  text-align: center;
  margin-bottom: 32px;
}

#como-podemos-ajudar .col-sm-12.col-lg-3 {
  margin-top: 32px;
}

#como-podemos-ajudar a.card-ajudar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  background: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 2px 15px 10px #f5f5f5;
  box-shadow: 0px 2px 15px 10px #f5f5f5;
  padding: 24px;
  padding-top: 64px;
  margin-top: 48px;
  position: relative;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

#como-podemos-ajudar a.card-ajudar div.header-card {
  position: absolute;
  top: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 84px;
  width: 84px;
  border-radius: 50%;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 15px 10px #f5f5f5;
  box-shadow: 0px 2px 15px 10px #f5f5f5;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

#como-podemos-ajudar a.card-ajudar div.header-card svg {
  height: 40px;
  width: auto;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

#como-podemos-ajudar a.card-ajudar h4 {
  margin-top: 16px;
  text-align: center;
  font-weight: 700;
  color: #444444;
}

#como-podemos-ajudar a.card-ajudar p {
  margin-top: 16px;
  text-align: center;
  font-weight: 400;
  color: #444444;
}

#como-podemos-ajudar a.card-ajudar button.botao {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  outline: none;
  background: -webkit-gradient(linear, left top, right top, from(#132d63), to(#0c38a3));
  background: -o-linear-gradient(left, #132d63, #0c38a3);
  background: linear-gradient(to right, #132d63, #0c38a3);
  height: 32px;
  padding: 8px 20px;
  border-radius: 4px;
  padding: 0;
  height: 0;
  width: 150px;
  margin-top: 16px;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

#como-podemos-ajudar a.card-ajudar button.botao span {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-size: 1rem;
}

#como-podemos-ajudar a.card-ajudar button.botao svg {
  width: 20px;
  fill: #fff;
  margin-left: 8px;
}

#como-podemos-ajudar a.card-ajudar button.botao:hover {
  background: -webkit-gradient(linear, left top, right top, from(#fed310), to(#df860f));
  background: -o-linear-gradient(left, #fed310, #df860f);
  background: linear-gradient(to right, #fed310, #df860f);
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

#como-podemos-ajudar a.card-ajudar:hover {
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

#como-podemos-ajudar a.card-ajudar:hover div.header-card {
  background: -webkit-gradient(linear, left top, right top, from(#fed310), to(#df860f));
  background: -o-linear-gradient(left, #fed310, #df860f);
  background: linear-gradient(to right, #fed310, #df860f);
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

#como-podemos-ajudar a.card-ajudar:hover div.header-card svg {
  fill: #ffffff;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

#como-podemos-ajudar a.card-ajudar:hover button.botao {
  height: 32px;
  padding: 8px 20px;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

#como-podemos-ajudar a.botao-amarelo {
  margin: 0 auto;
  margin-top: 48px;
}

#modal-como-ajudar .modal-content {
  background: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 90vh;
}

#modal-como-ajudar .modal-content .modal-header {
  border: none;
  padding: 32px;
  padding-bottom: 0;
}

#modal-como-ajudar .modal-content .modal-header h5 {
  font-weight: 700;
  color: #0c0b3e;
}

#modal-como-ajudar .modal-content .modal-header button.close {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#modal-como-ajudar .modal-content .modal-header button.close span {
  color: #444444;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

#modal-como-ajudar .modal-content .modal-header button.close:hover span {
  color: #0c0b3e;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

#modal-como-ajudar .modal-content .modal-body {
  border: none;
  overflow-y: scroll;
  padding: 32px;
}

#modal-como-ajudar .modal-content .modal-body h6+h6 {
  margin-top: 16px;
}

#modal-como-ajudar .modal-content .modal-body h6 {
  font-weight: 400;
  line-height: 1.4;
  color: #444444;
}

#modal-como-ajudar .modal-content .modal-body::-webkit-scrollbar {
  width: 0;
}

#modal-como-ajudar .modal-content .modal-footer {
  display: none;
}

#quem-somos {
  background: #f5f5f5;
}

#quem-somos .topo h2 {
  text-align: left;
}

#quem-somos .topo div.linha {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

#quem-somos h5 {
  text-align: left;
  margin-bottom: 32px;
  color: #444444;
}

#quem-somos h5.titulo {
  margin: 0;
  text-transform: uppercase;
  color: #1e53c4;
  font-weight: 700;
  margin-bottom: 8px;
}

#quem-somos h5.ultimo {
  margin-bottom: 0;
}

#quem-somos ul {
  list-style: none;
}

#quem-somos ul li+li {
  margin-top: 16px;
}

#quem-somos ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#quem-somos ul li i {
  font-size: 8px;
  margin-right: 8px;
  margin-top: 6px;
}

#quem-somos ul li h5 {
  margin: 0;
}

#quem-somos .col-sm-12.col-lg-6 {
  position: relative;
}

#quem-somos img.selo-experiencia {
  position: absolute;
  bottom: -64px;
  right: 32px;
  z-index: 500;
}

#quem-somos img.selo-experiencia-mobile {
  position: absolute;
  bottom: 0px;
  right: 32px;
  z-index: 500;
}

#slide-quem-somos,
#slide-quem-somos-mobile {
  margin-top: -80px;
}

#slide-quem-somos .owl-item,
#slide-quem-somos-mobile .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

#slide-quem-somos .owl-item img,
#slide-quem-somos-mobile .owl-item img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

#slide-quem-somos .owl-dots,
#slide-quem-somos-mobile .owl-dots {
  display: none;
}

#slide-quem-somos .owl-nav,
#slide-quem-somos-mobile .owl-nav {
  display: none;
}

#slide-quem-somos-mobile {
  margin-top: 0;
  margin-bottom: 80px;
}

@media screen and (min-width: 992px) {
  #quem-somos .col-sm-12.col-lg-6.mobile {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  #quem-somos img.selo-experiencia {
    display: none;
  }

  #quem-somos .col-sm-12.mobile {
    margin-top: 32px;
  }

  #slide-quem-somos {
    display: none;
  }
}

#depoimentos {
  background: url("../image/depoimentos/bg-depoimentos.png") center no-repeat;
  background-size: cover;
}

#depoimentos .topo h2 {
  text-align: left;
  color: #fff;
}

#depoimentos .topo div.linha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

#depoimentos h5.titulo {
  color: #ffffffee;
  font-weight: 600;
  margin-bottom: 16px;
}

#depoimentos h5 {
  color: #fff;
  font-weight: 400;
  line-height: 1.4;
}

#depoimentos .col-sm-12.col-lg-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 48px;
}

#slide-depoimentos .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  padding: 32px;
}

#slide-depoimentos .owl-item div.header-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}

#slide-depoimentos .owl-item div.header-item img {
  border-radius: 50%;
  width: 72px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 16px;
}

#slide-depoimentos .owl-item div.header-item h4 {
  color: #444444;
  font-weight: 700;
}

#slide-depoimentos .owl-item p {
  color: #444444;
}

#slide-depoimentos .owl-dots {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

#slide-depoimentos .owl-dots button.owl-dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 50%;
  border: 6px solid transparent;
  width: 28px;
  height: 28px;
}

#slide-depoimentos .owl-dots button.owl-dot span {
  width: 8px;
  height: 8px;
  margin: 2px;
  background: #fff;
}

#slide-depoimentos .owl-dots button.owl-dot.active {
  border: 7px solid #ffffff;
}

#slide-depoimentos .owl-dots button.owl-dot.active span {
  width: 8px;
  height: 8px;
  background: transparent;
}

#slide-depoimentos .owl-nav {
  display: none;
}

@media screen and (max-width: 991px) {
  #depoimentos .col-sm-12.col-lg-8 {
    margin-top: 32px;
  }

  #depoimentos .col-sm-12.col-lg-4 {
    padding-bottom: 0;
  }
}

#contato h5 {
  text-align: center;
  color: #444444;
  line-height: 1.4;
  margin-bottom: 32px;
}

#contato form {
  padding: 48px 36px;
  border-radius: 4px;
  background: #f1f1f1;
}

#contato form .form-group {
  position: relative;
  padding: 0 8px;
  margin-bottom: 24px;
}

#contato form .form-group label {
  position: absolute;
  top: -12px;
  margin-left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 24px;
  font-size: 13px;
  font-weight: 500;
  background: #f5f5f5;
  color: #444444;
  padding: 2px 4px;
}

#contato form .form-group input,
#contato form .form-group select {
  height: 48px;
}

#contato form .form-group input,
#contato form .form-group textarea,
#contato form .form-group select {
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #ffffff;
  color: #0c0b3e;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#contato form .form-group textarea {
  padding-top: 12px;
}

#contato form .form-group button.botao {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  outline: none;
  background: -webkit-gradient(linear, left top, right top, from(#132d63), to(#0c38a3));
  background: -o-linear-gradient(left, #132d63, #0c38a3);
  background: linear-gradient(to right, #132d63, #0c38a3);
  height: 42px;
  padding: 8px 20px;
  border-radius: 4px;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  margin-top: 16px;
  transition: 0.7s;
  margin: 0 auto;
}

#contato form .form-group button.botao span {
  color: #ffffffee;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-size: 1rem;
}

#contato form .form-group button.botao span strong {
  color: #ffffff;
}

#contato form .form-group button.botao svg {
  width: 20px;
  fill: #fff;
  margin-left: 8px;
}

#contato form .form-group button.botao:hover {
  background: -webkit-gradient(linear, left top, right top, from(#fed310), to(#df860f));
  background: -o-linear-gradient(left, #fed310, #df860f);
  background: linear-gradient(to right, #fed310, #df860f);
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

#contato form .form-group:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1400px) {
  #bpo {
    background: #ffffff;
  }

  #como-podemos-ajudar {
    background: #ffffff;
  }
}

footer {
  background: -webkit-gradient(linear, left top, right top, from(#132d63), to(#0c38a3));
  background: -o-linear-gradient(left, #132d63, #0c38a3);
  background: linear-gradient(to right, #132d63, #0c38a3);
  padding: 70px 0;
}

footer img {
  height: 110px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

footer .col-sm-12.col-lg-2,
footer .col-sm-12.col-lg-3,
footer .col-sm-12.col-lg-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .onde-estamos h4,
footer .fale-conosco h4,
footer .redes-sociais h4 {
  color: #ffd30b;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 8px;
}

footer .onde-estamos span,
footer .fale-conosco span,
footer .redes-sociais span {
  display: block;
  width: 48px;
  height: 2px;
  background: #435c9d;
  margin-bottom: 16px;
}

footer .onde-estamos ul,
footer .fale-conosco ul,
footer .redes-sociais ul {
  list-style: none;
  margin: 0;
}

footer .onde-estamos ul li+li,
footer .fale-conosco ul li+li,
footer .redes-sociais ul li+li {
  margin-top: 8px;
}

footer .onde-estamos ul li h6,
footer .fale-conosco ul li h6,
footer .redes-sociais ul li h6 {
  color: #ffffff;
}

footer .redes-sociais ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .redes-sociais ul li+li {
  margin-top: 0;
  margin-left: 8px;
}

footer .redes-sociais ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .redes-sociais ul li a img {
  width: 28px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

#assinatura {
  background: url("../image/footer/copy.png") top center no-repeat, -webkit-gradient(linear, left top, right top, from(#132d63), to(#0c38a3));
  background: url("../image/footer/copy.png") top center no-repeat, -o-linear-gradient(left, #132d63, #0c38a3);
  background: url("../image/footer/copy.png") top center no-repeat, linear-gradient(to right, #132d63, #0c38a3);
  background-size: cover, 100%;
  padding: 35px 0;
}

#assinatura .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#assinatura p {
  color: #ffffff;
}

#assinatura img {
  height: 24px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 991px) {
  footer .col-sm-12.col-lg-2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  footer .col-sm-12.col-lg-3,
  footer .col-sm-12.col-lg-4 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 32px;
  }

  footer img {
    height: 90px;
  }

  #assinatura .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  #assinatura img {
    margin-top: 8px;
  }
}

