html,
body {
  height: 100%;
  font-family: 'Segoe', "Segoe UI", "DejaVu Sans", "Trebuchet MS", 'Verdana', "sans-serif";
}

.parallax1 {
  /* The image used */
  background-image: url(https://static.vunesp.com.br/institucional/img/antisuborno_vnsp/imagem_capa.jpg);
  /* Set a specific height */
  min-height: 300px;
  /* Create the parallax scrolling effect */
  /*background-attachment: fixed;
    background-position: center;*/
  background-position: 0 -55px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.conteudo-lgpd p,
.conteudo-lgpd span,
.conteudo-lgpd li {
  padding: 0cm;
  font-size: 10.5pt;
  border: 1pt none windowtext;
  font-family: 'Segoe', "Segoe UI", "DejaVu Sans", "Trebuchet MS", 'Verdana', "sans-serif";
  text-align: justify;
  /*color: crimson;*/
}

.conteudo-lgpd ul li {
  text-align: justify;
  font-family: 'Segoe', "Segoe UI", "DejaVu Sans", "Trebuchet MS", 'Verdana', "sans-serif";
  font-size: 10.5pt;
}

ul {
  padding-left: 20px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

.img-lgpd {
  padding-top: 260px;
  margin: 5px 0;
  background-position: center;
  background-size: cover;
}

.rolagem {
  background-color: #E5E5E5;
  text-align: justify;
  max-height: 160px;
  overflow: auto;
  padding-left: 12px;
  padding-right: 5px;

}

.img-lgpd.tarja1 {
  background-image: url(https://static.vunesp.com.br/institucional/img/antisuborno_vnsp/funcao_antisuborno.jpg);
  max-height: 265px;
}

.img-lgpd.tarja2 {
  background-image: url(https://static.vunesp.com.br/institucional/img/antisuborno_vnsp/politica_brindes.jpg);
  max-height: 265px;
}

.img-lgpd.tarja3 {
  background-image: url(https://static.vunesp.com.br/institucional/img/antisuborno_vnsp/formulario.jpg);
  max-height: 265px;
}

.link-discreto {
  color: lightcoral;
  cursor: pointer;
}

.show-responsivo {
  display: none;
}

.show-desktop {
  display: block;
}

.img-tj-red {
  display: block;
  margin-left: 50%;
  left: -51px;
  align-items: center;
  position: relative;
}

.float-right {
  float: right;
}

.conteudo-txt-tarja {
  /*background-color: aquamarine;*/
  min-height: 180px;
}

.max280 {
  max-height: 280px;
  /*background-color: coral;*/
}

.btn-tja-red {
  margin: 0 1px;
  padding: 3px 0;
  position: relative;
  cursor: pointer;
}

.area-btn {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  cursor: pointer;
}

.click-btn {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 6;
  cursor: pointer;
  background-color: aqua;
}

.area-btn:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

section.accordion-lgpd {
  margin-top: 20px;
  min-height: 50px;
  position: relative;
}


.accordion-lgpd .row {
  height: auto;
  /*background-color: chartreuse;*/

}

.accordion-lgpdbtn {
  background-color: #800;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active,
.accordion-lgpdbtn:hover {
  color: white;
  background-color: #500;
}

.accordion-lgpdbtn:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel-lgpdbtn {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.botao-lgpdbtn {
  background-color: #800;
  color: white;
  font-weight: bold;
  cursor: pointer;
  padding: 18px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.botao-lgpdbtn:hover {
  background-color: #500;
}

section.cadeado {
  position: absolute;
  z-index: 9999;
  opacity: 0.7;
}

.cadeado {
  height: 280px;
  width: 420px;
  top: 85px;
  right: 22%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(https://static.vunesp.com.br/institucional/img/lgpd_vnsp/cadeado_lgpd.png);
}

/*.padraof14 span,.padraof14 p,.padraof14 li{
	font-size: 14px !important;
	font-family: 'Open Sans'!important;
	color: gold !important;
}*/


/**********************************************
*
*
* - Responsivo - para ajustar o CADEADO do topo
*
*
**********************************************/
@media screen and (max-width: 600px) {
  .cadeado {
    right: 10%;
    width: 80%;
  }
}


/**********************************************
*
*
* - Responsivo - para que caiba tudo na página
*
*
**********************************************/
@media screen and (max-width: 680px) {
  .botao-lgpdbtn {
    margin-bottom: 20px;
  }

  .max280 {
    max-height: 800px;
  }
}

.show-responsivo {
  display: block;
}

.show-desktop {
  display: none;
}

/**********************************************
*
*
* - Responsivo - para que caiba tudo na página 2
*
*
**********************************************/
@media screen and (max-width: 1007px) {


  .max280 {
    max-height: 800px;
    height: auto;
  }

  /**********************************************
*
*
* - Guia de estilos da página
*       Certificação
*
*
**********************************************/
  @media screen and (min-width: 20em) {
    .lgpd header {
      padding-bottom: 0;
    }

    .certificacao .page-banner {
      background-image: url(https://static.vunesp.com.br/institucional/img/lgpd_vnsp/bg_parallax_lgpd.jpg);
    }

    .certificacao .page-banner .page-banner-content .front .flip--title {
      font-size: 20px;
      letter-spacing: 3px;
    }

    .certificacao .page-banner .page-banner-content .front {
      background-color: rgba(131, 5, 15, 0.82);
    }

    .certificacao .page-banner .page-banner-content .back {
      background-color: rgba(156, 6, 18, 0.82);
    }

    .certificacao .inner-content article {
      margin-bottom: 3.125em;
    }

    .certificacao .ceritificacao-img {
      text-align: center;
    }

    .certificacao .ceritificacao-img img {
      display: inline;
    }
  }