@import "https://fonts.googleapis.com/css2?family=Nunito&display=swap";
@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;800&display=swap";
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
.form-input--textarea,
.form--select,
.form-input--text {
  background: none;
  border: 1px solid #fff;
  width: 100%;
  padding: 10px;
  color: #fff;
}
.form-input--text {
  height: 50px;
}
.form--select {
  height: 50px;
}
.form--select option {
  color: #000;
}
.form-input--textarea {
  height: 125px;
}
.form-group {
  margin-bottom: 20px;
}
.form-group label {
  color: #fff;
  margin-bottom: 10px;
}
.btnOutline--white {
  height: 48px;
  border: 1px solid #fff;
  font-family: "Nunito", sans-serif;
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  text-decoration: none;
  padding: 0px 25px;
  max-width: 210px;
  width: 100%;
  transition: all 0.3s;
  background: none;
  color: #fff;
  white-space: nowrap;
}
.btnOutline--white:hover {
  color: #fff;
  box-shadow: 0px 0px 3px #fff;
  transition: all 0.3s;
  font-weight: bold;
}
.btnOutline--darkBlue {
  height: 48px;
  border: 1px solid #012d4d;
  font-family: "Nunito", sans-serif;
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  text-decoration: none;
  padding: 0px 25px;
  max-width: 210px;
  width: 100%;
  transition: all 0.3s;
  background: none;
  color: #012d4d;
}
.btnOutline--darkBlue:hover {
  color: #012d4d;
  box-shadow: 0px 0px 3px #012d4d;
  transition: all 0.3s;
  font-weight: bold;
}
.btnRaised--darkBlue {
  height: 48px;
  border: 1px solid #012d4d;
  font-family: "Nunito", sans-serif;
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  text-decoration: none;
  padding: 0px 25px;
  max-width: 210px;
  width: 100%;
  transition: all 0.3s;
  background: #012d4d;
  color: #fff;
}
.btnRaised--darkBlue:hover {
  background: #125399;
  color: #fff;
}
.m-6 {
  margin: 50px;
}
.my-6 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.mx-6 {
  margin-left: 50px;
  margin-right: 50px;
}
.mb-6 {
  margin-bottom: 60px;
}
.heading-h2--blue {
  font-family: "Montserrat", sans-serif;
  color: #012d4d;
  font-size: 40px;
  text-decoration: none;
}
@media (max-width: 375px) {
  .heading-h2--blue {
    font-size: 30px;
  }
}
.heading-h2--blueMedium {
  font-family: "Montserrat", sans-serif;
  color: #125399;
  font-size: 40px;
  text-decoration: none;
}
@media (max-width: 375px) {
  .heading-h2--blueMedium {
    font-size: 30px;
  }
}
.heading-h2--white {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 40px;
  text-decoration: none;
}
@media (max-width: 375px) {
  .heading-h2--white {
    font-size: 30px;
  }
}
.heading-h3--blue {
  font-family: "Montserrat", sans-serif;
  color: #012d4d;
  font-size: 24px;
  text-decoration: none;
}
.heading-h3--blue.-bold {
  font-weight: 800;
}
.heading-h3--black {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 24px;
  text-decoration: none;
}
.heading-h3--black.-bold {
  font-weight: 800;
}
.heading-h3--grey {
  font-family: "Montserrat", sans-serif;
  color: #7a7a79;
  font-size: 24px;
  text-decoration: none;
}
.heading-h4--blue {
  font-family: "Montserrat", sans-serif;
  color: #012d4d;
  font-size: 18px;
  text-decoration: none;
}
.heading-h4--blue.-semibold {
  font-weight: 600;
}
.heading-h4--blue.-bold {
  font-weight: 800;
}
.font-default--white {
  color: #fff;
  font-size: 18px;
  font-family: "Nunito", sans-serif;
  text-decoration: none;
}
.font-default--greyLighter {
  color: #bfbfbf;
  font-size: 18px;
  font-family: "Nunito", sans-serif;
  text-decoration: none;
}
.font-default--grey {
  color: #7a7a79;
  font-size: 18px;
  font-family: "Nunito", sans-serif;
  text-decoration: none;
}
.font-default--black {
  color: #000;
  font-size: 18px;
  font-family: "Nunito", sans-serif;
  text-decoration: none;
}
.font-default--blue {
  color: #012d4d;
  font-size: 18px;
  font-family: "Nunito", sans-serif;
  text-decoration: none;
}
.font-small--white {
  color: #fff;
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  text-decoration: none;
}
.font-small--grey {
  color: #7a7a79;
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  text-decoration: none;
}
.font-small--black {
  color: #000;
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  text-decoration: none;
}
.link--blue {
  color: #125399 !important;
}
.link--blue:hover {
  color: #1a7be5 !important;
}
.link--white {
  color: #fff !important;
  text-decoration: none;
}
.link--white:hover {
  text-decoration: underline !important;
}
header {
  min-height: 60px;
  width: 100%;
  position: fixed;
  top: 0px;
  display: flex;
  align-items: center;
  z-index: 100;
  transition: all 0.3s;
  overflow: hidden;
}
header.opened,
header.fixed {
  background: #012d4d;
  transition: all 0.3s;
}
header.opened .logo-header,
header.fixed .logo-header {
  display: block;
}
header .logo-header {
  height: 40px;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  display: none;
}
header .logo-header a img {
  height: 40px;
  border: 0px;
}
header .menu-hamburguer {
  font-size: 30px;
  color: #fff;
}
header .menu-header {
  white-space: nowrap;
  height: 60px;
  display: block;
}
header .menu-header ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 60px;
}
header .menu-header li {
  margin: 0px 10px;
  height: 40px;
}
header .menu-header li a {
  font-family: "Nunito", sans-serif;
  color: #fff;
  text-decoration: none;
  display: block;
  line-height: 40px;
  padding: 0px 15px;
  transition: all 0.3s;
}
header .menu-header li a.active,
header .menu-header li a:hover {
  transition: all 0.3s;
  font-weight: bold;
}
header .menu-header li.idioma {
  border: 1px solid #fff;
  height: 30px;
}
header .menu-header li.idioma a {
  color: #0dd60d;
  padding: 0px 5px;
  line-height: 30px;
}
@media (max-width: 991px) {
  header {
    padding: 15px 0px;
  }
  header .menu-header {
    height: auto;
    margin: 10px 0px;
    display: none;
  }
  header .menu-header ul {
    display: block;
    height: auto;
    padding: 0px;
    margin: 0px;
  }
  header .menu-header ul li {
    margin: 0px;
  }
}
header.subpages {
  background: #fff;
}
header.subpages a {
  color: #000 !important;
}
header.subpages .menu-hamburguer {
  color: #000;
}
header.trasparent {
  background: none;
}
header.trasparent.fixed {
  background: #fff;
}
header.trasparent .menu-header {
  background: #fff;
}
.detaque-pages {
  height: 490px;
  position: relative;
  overflow: hidden;
}
.detaque-pages.space-destaque {
  margin-top: 29px;
}
.detaque-pages .image-destaque {
  width: 1920px;
  height: 490px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}
.detaque-pages.destaque-bg {
  background: url("/images/background-destaque.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.detaque-pages .container {
  height: 100%;
  position: absolute;
  z-index: 25;
  left: 50%;
  transform: translateX(-50%);
}
.aceito-cookies {
  background: #e5df00;
  position: fixed;
  width: 100%;
  bottom: 0px;
  padding: 15px 0px;
  opacity: 0.9;
  z-index: 100;
}
.highlight-home {
  height: 100vh;
  width: 100%;
  position: relative;
  background-image: url("/images/detalhe-bottom-azul.png");
  background-position: center top;
  background-color: #125399;
  background-size: cover;
}
@media (max-width: 767px) {
  .highlight-home {
    height: 550px;
  }
}
.highlight-home .arrow-down-highlight {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  transform: scaleX(-50%);
  bottom: 25px;
  text-align: center;
  font-size: 24px;
  color: #60bce5;
}
.highlight-home .container {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.highlight-home .container .highlight-container {
  width: 100%;
  display: flex;
  align-items: center;
}
.highlight-home .container .highlight-container .highlight-infos {
  position: relative;
  z-index: 10;
}
.highlight-home .container .highlight-container .highlight-imagem {
  background: #fff;
  position: absolute;
  right: 0px;
  z-index: 0;
}
@media (max-width: 1399px) {
  .highlight-home .container .highlight-container .highlight-imagem {
    max-width: 750px;
  }
}
@media (max-width: 1199px) {
  .highlight-home .container .highlight-container .highlight-imagem {
    max-width: 570px;
  }
}
.wrap-sobre {
  background: url("/images/detalhe-azul-home.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.wrap-sobre .box-sobre-home {
  background: #fff;
}
.wrap-sobre .box-mercado-atuacao {
  background: #fff;
}
.quiz-home {
  background: linear-gradient(180deg, #125399, #012d4d) 0% 0% no-repeat;
  padding: 100px 0px;
}
@media (max-width: 767px) {
  .quiz-home {
    padding: 30px 0px;
  }
}
.quiz-home .box-question {
  background: rgba(96, 188, 229, 0.2);
}
.quiz-home .box-question .btnOutline--white.active {
  background: #fff;
  color: #012d4d;
}
.quiz-home .respostas-quiz .text-resposta {
  color: #fff;
  font-size: 18px;
  padding: 25px;
  background: #ffffff20;
  margin-top: 20px;
}
.innovation-drops {
  padding: 60px 0px;
}
@media (max-width: 599px) {
  .innovation-drops {
    background: #1a7be5;
    margin: 20px 15px;
  }
  .innovation-drops .mdi {
    color: #fff;
  }
}
.innovation-drops .box-innovation-drops {
  background: #1a7be5;
  padding: 70px 40px !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .innovation-drops .box-innovation-drops {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
.innovation-drops .box-innovation-drops .logo-innovation {
  max-width: 360px;
}
.innovation-drops .image-container {
  height: 100%;
  min-height: 300px;
}
.innovation-drops .image-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .innovation-drops {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.innovation-drops .coluna-background {
  padding: 90px 0px;
  background: url("/images/innovation-drops-grey-multiple.svg") top center;
}
@media (max-width: 599px) {
  .innovation-drops .coluna-background {
    padding: 0px 15px;
    background: none;
  }
}
.swiper-innovation {
  overflow: hidden;
  width: calc(100% + 130px);
  margin-left: -130px;
}
@media (max-width: 991px) {
  .swiper-innovation {
    margin-left: 0px;
    width: 100%;
  }
}
.swiper-innovation .swiper-slide {
  min-height: 400px;
  overflow: hidden;
  background: #fff;
}
.swiper-innovation .swiper-empty {
  background: #fafafa;
}
.swiper-prev,
.swiper-next {
  background: none;
  border: 0px;
  color: #125399;
  cursor: pointer;
  font-size: 24px;
}
.pre-news {
  height: 500px;
  background: url("/assets/bg-news-footer.jpg") center top;
}
.wrap-page-fazemos {
  padding: 50px 0px;
  position: relative;
}
.wrap-page-fazemos .grid-item {
  padding-bottom: 100px;
  width: 85%;
}
@media (max-width: 768px) {
  .wrap-page-fazemos .grid-item {
    width: 100%;
    padding-bottom: 0px;
  }
}
.wrap-page-fazemos .grid-item:last-child {
  padding-bottom: 0px;
}
.wrap-page-fazemos .inner-box {
  max-width: 75%;
  margin: 0px auto 0px auto;
}
.wrap-page-fazemos .bloco-space {
  height: 200px;
}
.wrap-page-fazemos:before {
  content: "";
  background: url("/images/detalhe-top-azul.png");
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  width: 100%;
  top: 0px;
  height: 1050px;
  z-index: -100;
}
.wrap-page-fazemos:after {
  content: "";
  background: url("/images/detalhe-bottom-azul.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 640px;
  z-index: -100;
}
.tabs-fazemos {
  padding: 100px 0px;
  background: #fafafa;
}
@media (max-width: 767px) {
  .tabs-fazemos {
    padding: 30px 0px;
  }
}
.tabs-fazemos .container-tab {
  max-width: 960px;
  width: 100%;
  border-bottom: 1px solid #bfbfbf;
  overflow: auto;
}
.tabs-fazemos .container-tab .tab {
  cursor: pointer;
  height: 55px;
  border-bottom: 2px solid transparent;
  display: flex;
  align-items: center;
}
.tabs-fazemos .container-tab .tab:hover,
.tabs-fazemos .container-tab .tab.active {
  border-bottom: 2px solid #1a7be5;
}
.tabs-fazemos .content-tab {
  max-width: 960px;
  margin: 0px auto;
}
.tabs-fazemos .outter-grafico {
  overflow: auto;
}
.tabs-fazemos .outter-grafico .grafico {
  min-width: 700px;
  padding: 10px;
}
.carosel-innovation {
  overflow: hidden;
  margin: 0px auto;
}
.carosel-innovation .item {
  width: 100%;
  height: 350px;
  display: flex;
}
.carosel-innovation .item .box-innovation {
  height: 100%;
  width: 100%;
  text-align: center;
  border-radius: 15px;
  padding: 25px;
  border: 2px solid #012d4d;
}
.carosel-innovation .owl-dots {
  margin-top: 30px;
  text-align: center;
}
.carosel-innovation .owl-dots button {
  height: 10px;
  width: 10px;
  background: #7a7a79 !important;
  border: 0px !important;
  border-radius: 100%;
  margin: 0px 5px;
}
.carosel-innovation .owl-dots button.active {
  background: #012d4d !important;
}
.colaboradores {
  height: auto;
  position: relative;
  padding-bottom: 150px;
  padding-top: 100px;
}
.colaboradores .container {
  position: relative;
  height: auto;
  z-index: 10;
}
.colaboradores .box-colaborador {
  background: #fafafa;
  padding: 40px;
}
.colaboradores .box-colaborador .infos-colaborador .social {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
}
.colaboradores .box-colaborador .infos-colaborador .social li {
  margin-right: 15px;
  font-size: 18px;
}
.colaboradores .box-colaborador .infos-colaborador .social li a {
  text-decoration: none;
}
@media (max-width: 490px) {
  .colaboradores .box-colaborador .infos-colaborador .social {
    display: block;
  }
  .colaboradores .box-colaborador .infos-colaborador .social li {
    margin-bottom: 10px;
  }
}
.colaboradores .box-colaborador .col-thumb .thumb-colaborador {
  background: #012d4d;
  padding-bottom: 25px;
  padding-right: 25px;
  margin-top: 25px;
  width: 400px;
}
.colaboradores .box-colaborador .col-thumb .thumb-colaborador .img-fluid {
  width: 375px;
}
.colaboradores .box-colaborador .col-thumb .thumb-colaborador img {
  margin-left: -25px;
  margin-top: -25px;
  width: 375px;
}
.colaboradores:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0px;
  top: 20%;
  background-image: url("/images/detalhe-azul-home.png");
  background-color: #012d4d;
  background-position: center top;
  background-size: cover;
}
.wrap-como-fazemos {
  padding: 150px 0px 150px 0px;
  position: relative;
}
@media (max-width: 767px) {
  .wrap-como-fazemos {
    padding: 50px 0px;
  }
}
.wrap-como-fazemos:before {
  content: "";
  background: url("/images/detalhe-top-como-fazemos.png");
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  width: 100%;
  top: 0px;
  height: 1050px;
  z-index: -100;
}
.wrap-como-fazemos .box-white-content {
  background: #fff;
  padding: 50px;
  height: 400px;
  margin-top: -50px;
  width: 500px;
  z-index: 20;
  position: relative;
}
@media (max-width: 1199px) {
  .wrap-como-fazemos .box-white-content {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .wrap-como-fazemos .box-white-content {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 25px;
  }
}
.wrap-como-fazemos .container-do-seu-jeito {
  max-width: 1010px;
  margin: 0px auto;
}
.wrap-como-fazemos .box-blue-content {
  background: #1a7be5;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 35px;
}
@media (max-width: 1399px) {
  .wrap-como-fazemos .box-blue-content {
    padding: 20px;
  }
  .wrap-como-fazemos .box-blue-content img {
    max-width: 580px;
  }
}
@media (max-width: 991px) {
  .wrap-como-fazemos .box-blue-content {
    justify-content: center;
    height: auto;
  }
  .wrap-como-fazemos .box-blue-content img {
    height: auto;
    max-width: 100%;
  }
}
.wrap-como-fazemos .row-first {
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .wrap-como-fazemos .row-first {
    padding-bottom: 0px;
  }
}
.wrap-como-fazemos .box-content-blue-center {
  background: #1a7be5;
  max-width: 960px;
  margin: 50px 0px 100px 0px;
}
.wrap-como-fazemos .box-content-blue-center img {
  margin-top: -25px;
  margin-left: -25px;
  margin-bottom: 25px;
  margin-right: 25px;
}
@media (max-width: 991px) {
  .wrap-como-fazemos .box-content-blue-center img {
    margin: 0px;
  }
}
.wrap-como-fazemos .box-content-blue-center .box-text {
  padding-right: 30px;
}
@media (max-width: 991px) {
  .wrap-como-fazemos .box-content-blue-center .box-text {
    padding: 30px;
  }
}
.post-destaque {
  background: #1a7be5;
  margin: 100px 0px;
  position: relative;
  padding-bottom: 40px;
}
.post-destaque::before {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0px;
  background: #fff;
  z-index: 0;
}
.post-destaque .box-post-destaque {
  background: #fafafa;
  position: relative;
  z-index: 10;
}
.wrap-contato {
  background: #1a7be5;
  padding: 50px 0px;
}
.wrap-contato .container {
  max-width: 960px;
}
.wrap-contato .wpcf7-response-output {
  color: #fff !important;
  padding: 10px !important;
  border-color: #fff !important;
}
.wrap-contato .wpcf7-not-valid-tip {
  color: #e5df00 !important;
}
.destaque-single {
  height: 700px;
  background: url("/images/bg-destaque-single.jpg");
  background-size: cover;
}
.single {
  margin-top: -550px;
  position: relative;
  z-index: 50;
}
.single .container p,
.single .container ul,
.single .container ol,
.single .container blockquote,
.single .container pre {
  margin: 0px auto 15px auto;
  max-width: 900px;
}
.single .container h1,
.single .container h2,
.single .container h3,
.single .container h4,
.single .container h5,
.single .container h6 {
  max-width: 900px;
  margin: 0px auto 15px auto;
}
.single .container figure {
  text-align: center;
}
.single .container figure img {
  max-width: 100%;
  height: auto;
}
.single .container .wp-block-buttons,
.single .container .wp-block-table,
.single .container .wp-block-pullquote,
.single .container .wp-block-columns {
  max-width: 900px;
  margin: 0px auto 15px auto;
}
.single .container table {
  margin-bottom: 15px;
  border: 1px solid #000;
}
.single .container table td,
.single .container table th {
  border: 1px solid #000;
}
.single .container .content-post {
  background: #fff;
  padding: 1px 15px;
  margin-top: 10px;
}
.single .row-social {
  max-width: 900px;
  margin: 0px auto;
  background: #fff;
}
.single .row-social a {
  font-size: 32px;
}
.single .row-tags {
  max-width: 900px;
  margin: 0px auto;
  background: #fff;
}
.single .row-tags a {
  float: left;
  background: #fafafa;
  height: 40px;
  padding: 0px 15px;
  line-height: 40px;
  display: block;
  margin-right: 15px;
  margin-bottom: 15px;
  text-decoration: none;
  color: #000;
  transition: all 0.3s;
  pointer-events: none;
}
.single .row-tags a:hover {
  background: #bfbfbf;
}
.bloco-leia-tambem {
  background: #fafafa;
  padding: 40px 0px;
}
.bloco-leia-tambem .sem-plubicacoes {
  height: 150px;
}
.wrap-termos-condicoes {
  height: auto;
  margin: 60px auto 0px auto;
}
.wrap-termos-condicoes .sidebar .sidebar__inner {
  padding: 0px 25px 25px 0px;
}
.wrap-termos-condicoes .sidebar ul {
  list-style: none;
  margin: 0px 0px 0px 15px;
  padding: 0px;
}
.wrap-termos-condicoes .sidebar ul li {
  margin-bottom: 10px;
}
.wrap-termos-condicoes .sidebar ul li a {
  color: #7a7a79;
  text-decoration: none;
  font-size: 14px;
}
.wrap-termos-condicoes .sidebar ul li a:hover {
  color: #000;
}
.wrap-termos-condicoes .content-termos {
  box-sizing: border-box;
  height: auto;
}
.wrap-termos-condicoes .content-termos h4 {
  margin-bottom: 25px;
}
.wrap-termos-condicoes .content-termos ul {
  margin: 25px 0px;
}
.wrap-termos-condicoes .content-termos ul li {
  margin-bottom: 10px;
}
.page-download {
  width: 100%;
  min-height: 100vh;
  background: linear-gradient(0deg, #012d4d 0%, #125399 100%);
  padding-bottom: 50px;
}
.page-download .container {
  max-width: 900px;
}
.page-download .container h1 {
  max-width: 70%;
  margin: 0px auto;
}
.page-download .container form {
  max-width: 80%;
  margin: 0px auto;
}
.page-download .container .wpcf7-response-output {
  color: #fff !important;
  padding: 10px !important;
  border-color: #fff !important;
}
.page-download .container .wpcf7-not-valid-tip {
  color: #e5df00 !important;
}
.newsletter-footer {
  background: #012d4d;
  padding: 60px 0px 30px 0px;
}
.newsletter-footer .hr-title-news {
  width: 100%;
  border: 1px solid #fff;
  height: 1px;
}
.newsletter-footer .group-input-news input {
  height: 50px;
  border: 1px solid #fff;
  width: 100%;
  background: none;
  outline: none;
  padding: 0px 20px;
  color: #fff;
}
.newsletter-footer ul {
  list-style: none;
}
.newsletter-footer ul a {
  color: #bfbfbf;
  text-decoration: none;
  font-size: 18px;
}
.newsletter-footer ul a:hover {
  color: #fff;
}
.newsletter-footer .wpcf7-response-output {
  color: #fff !important;
  padding: 10px !important;
  border-color: #fff !important;
}
.newsletter-footer .wpcf7-not-valid-tip {
  color: #e5df00 !important;
}
.termos-condicoes {
  background: #7a7a79;
}
.termos-condicoes a {
  color: #012d4d;
  font-size: 16px;
  text-decoration: none;
}
.termos-condicoes a:hover {
  color: #fff;
}
/*# sourceMappingURL=index.css.map */
