/* Botão padrão */

.btn-padrao {
  font-family: 'Lato';
  font-size: 1.2rem;
  padding: 8px 32px;
  color: #fff;
  border-radius: 2.4rem;
  background-color: #0072B8;
  transition: all .3s ease-out;
}

.btn-padrao:hover {
  color: #fff;
  background-color: #f57e21;
}

.btn-padrao:focus {
  outline: none;
  box-shadow: none;
}

.btn-padrao.btn-topo {
  position: absolute;
  bottom: 72px;
}

.btn-email {
  font-family: 'Lato';
  font-size: 1.2rem;
  padding: 8px 32px;
  color: #fff;
  border-radius: 2.4rem;
  background-color: #f57e21;
  transition: all .3s ease-out;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all .3s ease-out;
}

.btn-email i {
  font-size: 1.5rem;
  margin-right: 12px;
}

.btn-email:hover {
  color: #fff;
  background-color: #0072b8;
}

/* Botão menu */

.btn-menu {
  width: 36px;
  height: 36px;
  background-image: url("../../assets/img/btn_mobile.svg");
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0;
}

.btn-menu.active {
  background-image: url("../../assets/img/btn_close.svg");
}

.btn-menu:focus {
  outline: none;
  box-shadow: none;
}

/* Botão Bioma */

.btn-bioma {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-family: 'Lato';
  font-size: 1.4rem;
  text-decoration: none;
  color: #fff;
  transform: scale(1);
  -webkit-filter: drop-shadow(0px 8px 5px rgba(0,0,0,0.9));
  filter: drop-shadow(0px 8px 5px rgba(0,0,0,0.9));
  transition: all .3s ease-out;
}

.btn-bioma img {
  width: 130px;
  height: 130px;
  border-radius: 130px;
  margin-bottom: 16px;
  object-fit: cover;
  transition: all .3s ease-out;
}

.btn-bioma:hover {
  transform: scale(1.1);
  color: #0ff1f1;
  color:#f57e21;
}

.btn-bioma:hover img {
  filter: brightness(1.2);
}

.btn-bioma:focus {
  outline: none;
  box-shadow: none;
}

/* Botão documentos */

.btn-documentos {
  width: 100%;
  height: auto;
  min-height: 190px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: 'Lato';
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 16px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all .3s ease-out;
  filter: brightness(1);
  transform: scale(1);
}

.btn-documentos:hover {
  color: #fff;
  filter: brightness(1.3);
  transform: scale(1.05);
}

.btn-documentos:focus {
  outline: none;
  box-shadow: none;
}

.btn-documentos.notas-tecnicas {
  background-image: url("../../assets/img/img_notas_tecnicas.jpg");
}

.btn-documentos.artigos {
  background-image: url("../../assets/img/img_artigos.jpg");
}

.btn-documentos.algorithm {
  background-image: url("../../assets/img/img_algorithm.jpg");
}

.btn-documentos.faq {
  background-image: url("../../assets/img/img_faq.jpg");
}

.btn-tipo-documento {
  font-family: 'Lato';
  font-size: .9rem;
  color: #003c60;
  background-color: #fff;
  border: 1px solid  #003c60;
  padding: 8px 24px;
  transition: all .3s ease-out;
  margin: 0 6px 12px;
}

.btn-tipo-documento:hover {
  color: #fff;

  background: #0072b8;;
}

.btn-tipo-documento.active {
  color: #fff;
  background: #003c60;
}

.btn-tipo-documento:focus {
  outline: none;
  box-shadow: none;
}

/* Título do topo */

.top-title {
  font-family: 'Lato';
  font-size: 1.5rem;
  color: #fff;
  max-width: 100vw;
  text-align: center;
}

@media (min-width: 576px) {
  .top-title {
    font-size: 2rem;
    max-width: 70vw;
  }
}

@media (min-width: 1400px) {
  .top-title {
    max-width: 55vw;
  }
}

/* Título base do site */

.title {
  font-family: 'Lato';
  font-weight: bold;
  font-size: 2.5rem;
  display: inline-block;
}

.title:after {
  content: '';
  display: block;
  width: 85%;
  max-width: 150px;
  height: 5px;
  background-color: #f57e21;
  margin: 0 auto;
  margin-top: 6px;
  border-radius: 3px;
}

/* Subtítulo */

.subtitle {
  font-family: 'Lato';
  font-weight: lighter;
  font-size: 1.6rem;
  text-align: center;
  color: #5B5B5B;
  padding-bottom: 16px;
}

/* Title - Conteúdo */

.title-conteudo {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: 'Lato';
  font-size: 2rem;
  font-weight: bold;
}

@media (min-width: 768px) {
  .title-conteudo {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: 'Lato';
    font-size: 2.5rem;
    font-weight: bold;
  }
}

.title-conteudo img {
  width: auto;
  height: 70px;
  margin-right: 16px;
}

@media (min-width: 768px) {
  .title-conteudo img {
    width: auto;
    height: 90px;
    margin-right: 16px;
  }
}

/* Parágrafo base do site */

.paragrafo {
  font-family: 'Lato';
  font-size: 1rem;
  line-height: 1.8rem;
  color: #000;
  text-align: left;
}


@media(min-width: 768px) {
  .paragrafo {
    font-size: 1.2rem;
    line-height: 2.1rem;
  }
}

.paragrafo:not(:last-child) {
  padding-bottom: 16px;
}

/* Lista */

ul {
  padding-left: 16px;
}

ul li {
  font-family: 'Lato';
  font-size: 1rem;
  line-height: 1.8rem;
  color: #000;
}

@media (min-width: 768px) {
  ul li {
    font-size: 1.2rem;
    line-height: 2.1rem;
  }
}

.paragrafo + ul {
  margin-top: -16px;
}

/* Fluxo Plataforma */

.fluxo-plataforma {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 992px) {
  .fluxo-plataforma {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}

.img-fluxo {
  width: auto;
  height: 100px;
  object-fit: cover;
  margin: 24px;
}

.seta-fluxo {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("../../assets/img/seta_ver_plataforma.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 992px) {
  .seta-fluxo {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url("../../assets/img/seta_hor_plataforma.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}

/* Box logomarcas */

.box-logomarcas {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.box-logomarcas a img {
  width: 100%;
  max-width: 190px;
  height: auto;
  max-height: 70px;
  padding: 4px 8px;
}

/* Redes Sociais */

.redes-sociais {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: 'Ubuntu';
  font-weight: bold;
  font-size: .9rem;
  color: #fff;
  padding: 4px 16px;
  text-decoration: none;
  transition: all .3s ease-out;
}

.redes-sociais i {
  font-size: 1.3rem;
  margin-right: 6px;
}

.redes-sociais:hover {
  color: #8ab915;
}

/* Lista de documentos */

.lista-documentos {
  padding-left: 0;
}

.lista-documentos li {
  list-style: none;
  border-bottom: 1px solid #a7a7a7;
}

.lista-documentos li:last-child {
  border-bottom: none;
}

.lista-documentos li a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
  font-family: 'Lato';
  font-size: 1.1rem;
  padding: 12px;
  color: #000;
  text-decoration: none;
  transition: all .3s ease-out;
}

.lista-documentos li a:hover {
  color: #f57e21;
  background-color: #f4f4f4;
}

.lista-documentos li a i {
  margin-right: 8px;
}

