.row.maxWidth{
  max-width: 960px;
}

.pagina{
  font-size: 17px;
}
.pagina blockquote{
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
  font-style: italic;
}
.pagina-link{
  color: var(--corAncora);
  font-weight: bold;
  text-decoration: underline;
}
.pagina-sub{
  float: left;
  width: 100%;
  font-weight: bold;
  font-size: 26px;
  margin-top: 25px;
  margin-bottom: 10px;
  color: black;
}
.h1Topo{
  font-size: 32px;
  font-weight: 600;
  float: left;
  width: 100%;
  color: #000000;
  padding: 8px 0px;
}
@media (max-width:767px){
  .h1Topo{
    font-size: 26px;
  }
}


.linksInternos {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  padding: 0;
  clear: both;
  margin-bottom: 15px;
  flex-wrap: wrap;
  font-weight: 500;
}
.linksInternos-a {
  color: #FFFFFF;
  padding: 15px;
  padding-right: 50px;
  border-radius: 12px;
  background-color: var(--corLinks);
  font-size: 18px;
  width: 100%;
  position: relative;
}
.linksInternos-a:before{
  font-family: 'Material Icons';
  content: '\e5cc \e5cc \e5cc';
  line-height: 0;
  position: absolute;
  right: 28px;
  top: 50%;
  font-size: 32px;
  letter-spacing: -23px;
}

@media (min-width: 768px){
  .linksInternos-a{
    background-color: #FFFFFF;
    border: 1px solid var(--corLinks);
    color: var(--corLinks);
  }
  .linksInternos-a:hover {
    background: #f2f2f2;
  }
}


.imagemPost{
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.imagemPost-radius{
  width: auto;
  display: inline-block;
  border: 2px solid #f2f2f2;
  overflow: hidden;
  border-radius: 15px;
}

.leiaTambem{
  float: left;
  width: 100%;
  border: 1px solid #f2f2f2;
  margin-top: 15px;
  margin-bottom: 20px;
  border-radius: 10px;
  position: relative;
}
.leiaTambem-t1{
  float: left;
  width: 100%;
  font-size: 22px;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  font-weight: 500;
  color: #000000;
}

.leiaTambem-t1:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: calc(100% + 2px);
  background: #f2f2f2;
  border-radius: 3px;
}
.leiaTambem-t1:after{
  content: '';
  position: absolute;
  top: 0;
  left: -2px;
  height: 4px;
  width: 25%;
  background: linear-gradient(to left, #f2f2f2, var(--corSite));
  border-radius: 3px;
  opacity: 0.75;
}

.leiaTambem-links{
  float: left;
  width: 100%;
}
.leiaTambem-link{
  float: left;
  width: 100%;
  font-size: 17px;
  border-bottom: 1px solid #f2f2f2;
  padding: 15px;
  padding-left: 27px;
  position: relative;
  color: var(--corLinks2);
}
.leiaTambem-link:before{
  content: '';
  position: absolute;
  left: 15px;
  top: calc(50% - 3px);
  background: var(--corLinks2);
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.leiaTambem-link:hover{
  background: #ebebeb;
  text-decoration: underline;
}
.leiaTambem-link:last-child{
  border-bottom: 0px;
}
.lista-ul{
  float: left;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 12px;
}
.lista-li{
  float: left;
  width: 100%;
  padding-left: 10px;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
}
.lista-li:before{
  content: '';
  width: 6px;
  height: 6px;
  background: var(--corSite);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(50% - 4px);
}


.autor{
  margin-top: 50px;
  text-align: center;
}
.autor-box{
  float: left;
  width: 100%;
  border: 1px solid #f2f2f2;
  border-radius: 15px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 20px;
  position: relative;
}


.autor-box:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: calc(100% + 2px);
  background: #f2f2f2;
  border-radius: 3px;
}
.autor-box:after{
  content: '';
  position: absolute;
  top: 0;
  left: -2px;
  height: 4px;
  width: 25%;
  background: linear-gradient(to left, #f2f2f2, var(--corSite));
  border-radius: 3px;
  opacity: 0.75;
}

.autor-img{
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 15px;
  border: 2px solid #f2f2f2;
}
.autor-t1{
  float: left;
  width: 100%;
  font-size: 22px;
  font-weight: 500;
  color: #000000;
}
.autor-t2{
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
}
.autor-t3{
  float: left;
  width: 100%;
  padding: 5px;
}
.autor-t4{
  float: left;
  width: 100%;
}

.blocoApps{
  float: left;
  width: 100%;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 15px;
  position: relative;
  margin-top: 40px;
  margin-bottom: 60px;
}
.blocoApps:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: calc(100% + 2px);
  background: #f2f2f2;
  border-radius: 3px;
}
.blocoApps:after{
  content: '';
  position: absolute;
  top: 0;
  left: -2px;
  height: 4px;
  width: 25%;
  background: linear-gradient(to left, #f2f2f2, var(--corSite));
  border-radius: 3px;
  opacity: 0.75;
}

.blocoApps-imagem{
  float: left;
  width: 400px;
  overflow: hidden;
  border-radius: 15px;
  border: 2px solid #f2f2f2;
}
.blocoApps-textos{
  float: left;
  width: calc(100% - 400px);
  padding-left: 20px;
}
.blocoApps-t1{
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
}
.blocoApps-t2{
  float: left;
  width: 100%;
  font-weight: 500;
  font-size: 26px;
  color: #000000;
}
.blocoApps-t3{
  float: left;
  width: 100%;
  margin-top: 10px;
}
.blocoApps-link{
  float: right;
  padding: 5px 20px;
  background: var(--corBotao);
  color: #FFFFFF;
  border-radius: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  opacity: 1;
}
.blocoApps-link:hover{
  opacity: 0.9;
}
.blocoApps-t4{
  float: right;
  width: 100%;
  font-size: 14px;
  text-align: right;
}
@media (max-width: 767px){
  .blocoApps{
    padding: 10px;
    padding-top: 12px;
  }
  .blocoApps-imagem{
    float: left;
    width: 100%;
  }
  .blocoApps-textos{
    float: left;
    width: 100%;
  }
  .blocoApps-t1{
    margin-top: 10px;
  }
}


.flutuante{
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 360px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #999999;
  text-align: center;
  display: none;
}
.flutuante-box{
  float: left;
  width: 100%;
}
.flutuante-img{
  float: left;
  width: 160px;
  border-radius: 5px;
  overflow: hidden;
}
.flutuante-txt{
  float: left;
  width: 220px;
  padding-left: 10px;
}
.flutuante-t1{
  float: left;
  width: 100%;
  font-weight: 500;
  color: #000000;
  padding-bottom: 5px;
}
.flutuante-botao{
  float: left;
  width: 100%;
  padding: 7px 20px;
  background: var(--corBotao);
  color: #FFFFFF;
  border-radius: 5px;
  text-transform: uppercase;
  opacity: 1;
}
.flutuante-botao:hover{
  opacity: 0.9;
}
.flutuante-t2{
  float: left;
  width: 100%;
  font-size: 12px;
}

.flutuante-close{
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-radius: 50%;
  background: white;
}
.flutuante-close:before{
  font-family: 'Material Icons';
  content: '\e5c9';
  line-height: 0;
  position: absolute;
  right: -2px;
  top: 50%;
  font-size: 32px;
  color: #999999;
}
@media (max-width: 767px){
  .flutuante{
    width: calc(100% - 30px);
    right: 15px;
    bottom: 10px;
  }
  .flutuante-txt{
    width: calc(100% - 160px);
  }
}

/* TUTORIAL IMAGENS CENTRALIZADAS */
.tutorial{
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 25px;
}
.tutorial-box{
  border: 1px solid #e5e5e5;
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
  max-width: 600px;
  margin-top: 15px;
}
.tutorial-t1{
  display: block;
  padding: 5px 10px;
}
.tutorial-t1 b{
  color: var(--corSite);
  font-size: 20px;
}
.tutorial-t2{
  display: inline-block;
}



/* FAQ */
.faq{
  float: left;
  width: 100%;
  border-radius: 15px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-bottom: 0;
  position: relative;
  margin-top: 40px;
  margin-bottom: 30px;
}


.faq-t1{
  float: left;
  width: 100%;
  font-size: 26px;
  font-weight: 500;
  color: #000000;
}
.faq-t2{
  float: left;
  width: 100%;
  font-size: 22px;
  font-weight: 500;
  color: #000000;
  margin: 0;
}
.faq-t3{
  float: left;
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
}




/* NOTA */

.nota{
  float: left;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 20px;
  padding-top: 10px;
  background: #fff6e6;
}
.nota-t1{
  float: left;
  width: 100%;
  font-size: 26px;
  font-weight: 500;
  color: #000000;
  margin: 0;
}
.nota-t2{
  float: left;
  width: 100%;
  margin: 0;
}
