body {
  color: #333;
  height: 100%;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  line-height: 22px;
}

p {
  margin-bottom: 20px;
}

li {
  color: #000;
}

label {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  display: block;
}

.principal {
  width: 100%;
  height: auto;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

.principal.escuro {
  color: #fff;
  background-color: #062342;
  padding-bottom: 330px;
}

.principal.interna {
  color: #fff;
  background-color: #062342;
  background-image: linear-gradient(#052341, #144e8a);
  padding-bottom: 330px;
}

.hero {
  background-image: linear-gradient(#052341, #154e8a);
  width: 100%;
  height: auto;
  position: relative;
}

.topo {
  width: 100%;
  height: 80px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.trava {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.trava.menu {
  border-bottom: 1px solid #fff;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.trava.t1200 {
  max-width: 1200px;
}

.trava.t1000 {
  max-width: 1000px;
}

.trava.t750 {
  max-width: 750px;
}

.trava.t1100 {
  max-width: 1100px;
}

.trava.t800 {
  max-width: 800px;
}

.w_logo_menu {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 24%;
  height: 40px;
  display: flex;
  position: absolute;
  left: 0;
}

.w_menu {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: stretch;
  width: auto;
  height: 100%;
  display: flex;
  position: absolute;
  right: 10px;
}

.link_menu {
  border-bottom: 4px solid #fff0;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
}

.link_menu.ativo {
  border-bottom-color: #fff;
}

.txt_menu {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
}

.img_logo {
  width: auto;
  height: auto;
}

.bt_menu {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 100%;
  display: none;
  position: absolute;
  right: 0;
}

.bt_menu-copy {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}

.img_bt {
  margin: 10px;
}

.content_hero {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.meio_content {
  width: 50%;
}

.meio_content.text {
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 60px;
  display: flex;
}

.img_hero {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
}

.tit {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 33px;
  line-height: 40px;
}

.bt_hero {
  background-color: #31b8dc;
  background-image: linear-gradient(90deg, #31b8dc, #1a63af);
  border-radius: 8px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 15px 30px;
  text-decoration: none;
  display: flex;
}

.txt_bt {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.w_marca {
  flex-flow: wrap;
  align-items: center;
  width: auto;
  height: 50px;
  padding-left: 20px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.w_t {
  flex-flow: wrap;
  align-items: center;
  margin-right: 30px;
  display: flex;
}

.txt_tt {
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: 7px;
  font-size: 10px;
  font-weight: 700;
}

.bloco2 {
  background-image: linear-gradient(-90deg, #052341, #154e8a);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 75px 30px;
  display: flex;
  position: relative;
}

.tit2 {
  color: #31b8dc;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  max-width: 750px;
  height: auto;
  margin-top: 0;
  font-size: 20px;
  line-height: 30px;
}

.bloco_vertical {
  background-image: linear-gradient(#052341, #154e8a);
  width: 100%;
  height: auto;
  padding: 80px 10px 50px;
  position: relative;
}

.tit_geral {
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #6be0ff, #1a64b0);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 30px;
  line-height: 40px;
}

.tit_geral.esq {
  text-align: left;
}

.centro {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.w_produtos {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.w_produto {
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  width: 31%;
  height: auto;
  margin-bottom: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.img_prod {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-bottom: 20px;
}

.txt_prod {
  color: #494949;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 20px;
}

.txt_prod.esq {
  text-align: left;
  margin-bottom: 0;
}

.bt_prods {
  background-color: #31b8dc;
  background-image: linear-gradient(90deg, #31b8dc, #1a63af);
  border-radius: 8px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 40px;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: -15px;
}

.txt_bt_prod {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-decoration: none;
}

.img_bt_p {
  margin-left: 10px;
}

.w_diferenciais {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.w_diferencial {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: linear-gradient(90deg, #0c4581, #062342);
  border: 1px solid #22869b;
  border-radius: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 30px;
  padding: 20px;
  display: flex;
}

.img_dif {
  width: 170px;
  height: 129px;
}

.w_txt {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.titsub_geral {
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #6be0ff, #1a64b0);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  font-size: 20px;
  line-height: 30px;
}

.ultimo_bloco {
  background-image: url('../images/bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  padding: 90px 10px 70px;
}

.div50 {
  width: 50%;
  height: auto;
}

.divide {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
}

.rodape {
  background-color: #02162c;
  background-image: url('../images/bg_rodape.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 330px;
  padding-top: 40px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.w_ms {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.bt_ms {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.img_rodape {
  margin-bottom: 50px;
}

.txt_rodape1 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 20px;
}

.txt_rodape2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 20px;
}

.link {
  color: #fff;
  text-decoration: none;
}

.bloco_vertical_interna {
  background-image: linear-gradient(#052341, #154e8a);
  width: 100%;
  height: auto;
  padding: 20px 10px 50px;
  position: relative;
}

.w_produto_interno {
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  width: 49%;
  height: auto;
  margin-bottom: 50px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.list {
  color: #062341;
}

.list-item {
  color: #092d50;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
}

.w_txt_prod {
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.txt_pro_1, .link_normal {
  color: #000;
}

.w_conteudo {
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-bottom: 50px;
}

.conteudo_branco {
  color: #000;
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  height: auto;
  margin-top: 10px;
  padding: 0;
  overflow: hidden;
}

.conteudo {
  width: 100%;
  height: auto;
  padding: 30px;
  overflow: hidden;
}

.img_topo {
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 300px;
}

.h2_conteudo {
  color: #0c355e;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 26px;
}

.h2_conteudo.st {
  margin-top: 0;
}

.input {
  border: 1px solid #cecece;
  border-radius: 5px;
  width: 100%;
  height: 40px;
}

.input.txt {
  min-height: 100px;
}

.bt_enviar {
  text-transform: uppercase;
  background-color: #052340;
  border-radius: 8px;
  width: auto;
  min-width: 300px;
  height: auto;
  min-height: 50px;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 700;
}

.form {
  width: 100%;
  height: auto;
}

.form.geral {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .w_logo_menu {
    width: auto;
  }

  .w_menu {
    z-index: 100;
    background-color: #062341;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding-top: 60px;
    transition: right .2s;
    position: fixed;
    top: 0;
    right: -100%;
  }

  .link_menu {
    border-bottom-width: 1px;
    border-bottom-color: #10365c;
    width: 100%;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .bt_menu, .bt_menu-copy {
    display: flex;
  }

  .img_bt {
    width: 25px;
  }

  .meio_content {
    width: 100%;
  }

  .meio_content.text {
    order: 1;
    margin-top: 30px;
  }

  .img_hero {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .topo {
    height: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .w_logo_menu {
    max-width: 200px;
  }

  .img_bt {
    width: 13px;
  }

  .content_hero {
    flex-flow: column wrap;
    padding-left: 10px;
    padding-right: 10px;
  }

  .meio_content.text {
    margin-top: 20px;
    padding-bottom: 30px;
  }

  .tit {
    text-align: center;
    font-size: 22px;
    line-height: 27px;
  }

  .bt_hero {
    margin-left: auto;
    margin-right: auto;
    padding: 8px 15px;
  }

  .txt_bt {
    font-size: 14px;
  }

  .w_marca {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding: 20px 10px 0;
    position: relative;
  }

  .w_t {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .txt_tt {
    font-size: 9px;
  }

  .paragraph {
    text-align: center;
    font-size: 15px;
    line-height: 20px;
  }

  .bloco2 {
    padding: 50px 20px;
  }

  .tit2 {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
  }

  .bloco_vertical {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .tit_geral {
    font-size: 20px;
    line-height: 30px;
  }

  .w_produto {
    width: 90%;
  }

  .bt_prods {
    height: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .txt_bt_prod {
    font-size: 11px;
  }

  .w_diferencial {
    flex-flow: column;
    padding: 10px;
  }

  .img_dif {
    width: 100%;
    height: auto;
  }

  .titsub_geral {
    font-size: 20px;
    line-height: 30px;
  }

  .ultimo_bloco {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .div50 {
    width: 100%;
  }

  .div50.pri {
    display: none;
  }

  .txt_rodape1, .txt_rodape2 {
    font-size: 13px;
    line-height: 18px;
  }

  .bloco_vertical_interna {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .w_produto_interno {
    width: 100%;
  }

  .list {
    padding-left: 30px;
  }

  .w_conteudo {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .conteudo {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
