/* reset */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p,
blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em,
img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u,
i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table,
caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav, output,
ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu,
nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* style */
body * {
  font-family: roboto-regular;
}

h1,
h2,
h3,
h4 {
  font-family: roboto-bold;
}

img.img-cap {
  width: 60%;
}

.navbar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  line-height: 24px;

  background-color: #00459d;
}

/*
.navbar-menu {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 30%;

  line-height: 24px;
  padding: 5px 0px;
}
*/

.navbar-menu ul li {
  padding: 0px 34px;
  margin-bottom: 0px;
}

.header-logo-listavez {
  width: 8rem;
}

.navbar-menu a {
  font-family: roboto-medium;
  color: white;
  text-decoration: none;
}

.botao-testar-listavez {
  background-color: #00459d;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
  border: 2px solid #ffffff;

  border-radius: 10px;
}

.banner .titulo {
  display: flex;
  align-items: center;
  font-family: roboto-medium;
  color: white;
}

.titulo-banner {
  font-size: 5em;
}

.banner-imagem img {
  width: 40%;
}

.banner-header {
  display: flex;
  width: 100%;
  background-color: transparent;
  background-image: linear-gradient(283deg, #00459d 34%, #2769bb 67%);
}

section.banner-header {
  display: grid;
  width: 100%;
}

.banner {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1.5fr;
  padding: 40px 40px 0px 40px;
}

.container .columns {
  display: flex;
  flex-direction: column;
}

.informacoes-sobre-seus-dados h1 {
  font-family: roboto-bold;

  font-size: 4em;
  margin-bottom: 30px;
}

.texto-dados {
  font-family: roboto;
  font-size: 1.125rem;
  line-height: 24px;
  padding-bottom: 15px;
}

.main-informacao {
  background-color: #cee3fe;
}

.main-informacao .titulo-main .titulo-main-informacao {
  text-align: center;

  padding: 20px 0px 80px 0px;
}

.titulo-main {
  display: block;
}

.box-opcao {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

#capitulo-1 .opcao {
  align-items: center;

  background-color: #ffffff;
  border: 3px solid #2769bb;
  border-radius: 20px;
  display: flex;
  height: 6rem;
  justify-content: center;
  text-align: center;
  width: 14.5rem;
  z-index: 10;
}

#capitulo-1 .opcao p {
  margin-bottom: 0px;
}

#capitulo-1 .opcao p,
#capitulo-8 .atividade p,
#capitulo-11 .direitos p {
  font-family: roboto-medium;
  margin-bottom: 0;
}

body {
  font-family: roboto-medium;
}

.card.shadow.p-3.mb-5.bg-body.rounded {
  border: none;
  width: 80%;
  height: 180px;
}

.colunas-seus-dados .card-columns {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-end;
  align-content: flex-end;
}

.sobre-seus-dados {
  padding-top: 40px;
}

.button-chapter {
  background-color: #fff;
  color: #414143;
  display: flex;
  height: 3.25rem;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  /*padding-top: .8rem;*/
  align-items: center;
  text-align: left;
  font-size: 0.8em;
  justify-content: space-between;
  text-decoration: none;
}

#capitulo-4 {
  background-color: #f2f2f2;
}

#capitulo-4 img.img-cap {
  width: 80%;
}

.campo-observacao {
  color: #ffffff;
  background-color: #00459d;
  border-radius: 10px;
}

#capitulo-4 img {
  display: flex;
}

#capitulo-4 .dados-coletados,
#capitulo-5 .servicos {
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);

  background-color: #00459d;
  color: #ffffff;
  border-radius: 30px;
  display: flex;
  height: 6rem;
  margin: 1rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 14.5rem;
  z-index: 10;

  font-family: roboto-medium;
}

#capitulo-4 .campo-observacao {
  background-color: #cee3fe;
  color: #000000;
}

#capitulo-5 .nossos-servicos h3 {
  height: 4rem;
  font-size: 1.25rem;
}

#capitulo-5 .servicos {
  margin-left: auto;
  margin-right: auto;
  width: 19.5rem;
  height: 9rem;
}

#capitulo-6,
#capitulo-9 .cookies,
#capitulo-11,
#capitulo-13 {
  background-color: #f2f2f2;
}

.capitulo-7-1,
.capitulo-7-2 {
  margin-right: 50px;
}

.capitulo-7-1-texto,
.capitulo-7-2-texto {
  margin-right: 40px;
}

.capitulo-7-1,
.capitulo-7-2 {
  display: grid;
}

#capitulo-8 .box-atividade,
#capitulo-11 .seus-direitos {
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

#capitulo-8 .atividade,
#capitulo-11 .direitos {
  align-items: center;

  background-color: #ffffff;
  border: 4px solid #2769bb;
  border-radius: 25px;
  display: flex;
  height: auto;
  justify-content: center;
  text-align: center;
  width: 15em;
  padding: 0.5rem;
  z-index: 10;
  margin: 5px;
}

#capitulo-11 .img-cap,
#capitulo-12 .img-cap {
  padding-top: 3rem;
  max-width: 30%;
}

.lista-utilizacao-dados-cadastrais,
#capitulo-9 ul {
  list-style-type: square;
}

footer .rodape {
  gap: 24px;
  flex-direction: column;
  align-items: center;
}

footer .social-media {
  display: flex;
  flex-direction: row;
}

footer .social-media .logo {
  padding: 15px;
}

.rodape .rodape-logo img {
  width: 143px;
}

footer .copyright {
  font-family: roboto-thin;
  font-size: 11px;
}

footer {
  background-color: #00459d;
}

/* Media query */
@media (max-width: 1200px) {
  .banner-imagem img {
    display: none;
  }

  .card.shadow.p-3.mb-5.bg-body.rounded {
    width: 100%;
  }

  #capitulo-9 .capitulo-9-2,
  #capitulo-9 .capitulo-9-4 {
    flex-direction: column-reverse;
  }

  .card.shadow.p-3.mb-5.bg-body.rounded {
    height: auto;
  }
}

@media (max-width: 992px) {
  .navbar-menu ul li {
    padding: 0px;
  }

  #capitulo-5 .servicos {
    width: 100%;
  }

  .capitulo-7-1,
  .capitulo-7-2 {
    margin-right: auto;
  }

  .capitulo-7-1-texto,
  .capitulo-7-2-texto {
    margin-right: auto;
  }

  #capitulo-8 .box-atividade,
  #capitulo-11 .seus-direitos {
    padding-top: 2rem;
    padding-bottom: 2rem;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  #capitulo-8 .atividade,
  #capitulo-11 .direitos {
    height: 6rem;
  }
}

@media (max-width: 768px) {
  .titulo-banner {
    font-size: 4em;
  }

  .sobre-seus-dados .colunas-seus-dados {
    display: block;
  }

  .card.shadow.p-3.mb-5.bg-body.rounded {
    width: auto;
    height: auto;
  }

  #capitulo-4 .dados-coletados {
    width: 100%;
  }

  .capitulo-5-5 {
    flex-direction: column-reverse;
  }

  #capitulo-11 .img-cap,
  #capitulo-12 .img-cap {
    padding-top: 2rem;
    max-width: 70%;
  } 
}

@media (max-width: 576px) {
  .titulo-banner {
    font-size: 3em;
  }

  .box-opcao {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  img.img-cap {
    width: 80%;
  }
  
  #capitulo-4 img.img-cap {
    width: 85%;
  }
}

/*
// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// X-Large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

// XX-Large devices (larger desktops, 1400px and up)
@media (min-width: 1400px) { ... }
*/