#topo {
  background-image: url(/assets/img/teste-fundo-5.webp),linear-gradient(125deg,var(--cor-segundaria-um),var(--cor-segundaria-dois));
  background-size: cover;
  background-origin: content-box;
  color: white;
  background-blend-mode: multiply;
  background-position: center;
}

#topo h1 {
  text-transform: uppercase;
  margin-top: 15px;
}

@media screen and (max-width: 500px) {
  #topo h1 {
    font-size: 26px;
    margin-top: 15px;
  }
}

#meio {
  background: url(/assets/img/fundo-maca-peruana.webp) #e9ecef center no-repeat;
  background-size: cover;
  background-blend-mode: overlay;
}

#importantes {
  padding: 30px 0;
}

.lista-icones {
  width: 50%;
  background-color: white;
  box-shadow: 0 0 1px 2px var(--cor-segundaria-um);
  color: var(--cor-segundaria-dois);
  font-family: 'Museo Sans 700';
  font-size: 16px;
  /*border-radius: 35px;*/
  line-height: 2em;
  margin: 49px 0px;
  padding: 0 0 0 25px;
  font-weight: 600;
  position: relative;
  transition: all .2s ease-in;
  text-align: center;
}

.lista-icones span {
  position: absolute;
  width: 410px;
  font-size: 14px;
  line-height: 1;
  right: -436px;
  text-align: center;
  top: 3px;
  color: var(--preto);
}

.lista-icones span strong {
  display: block;
  color: #f3080b;
  font-weight: 500;
}

.lista-icones:not(.last):after {
  content: '»';
  padding: 13px;
  position: absolute;
  left: 48%;
  top: 26px;
  transform: rotate(90deg);
  font-size: 52px;
}

@media screen and (max-width:500px) {
  .lista-icones {
    width: 100%;
    font-size: 15px;
    padding: 0 0 0 11px;
    left: 0;
    margin: 60px 0px;
  }
}

@media screen and (max-width:500px) {
  .lista-icones:first-child {
    margin-top: 20px;
  }
}

@media screen and (max-width:500px) {
  .lista-icones span {
    right: 0;
    width: 95%;
    top: 124%;
  }
}

@media screen and (max-width:500px) {
  .lista-icones:after {
    display: none;
  }
}

@media screen and (min-width:501px) and (max-width:800px) {
  .lista-icones {
    width: 100%;
    font-size: 16px;
    padding: 0 0 0 11px;
    left: 9%;
    margin: 60px 0px;
  }
}

@media screen and (min-width:501px) and (max-width:800px) {
  .lista-icones span {
    right: 3px;
    width: 100%;
    top: 124%;
  }
}

@media screen and (min-width:501px) and (max-width:800px) {
  .lista-icones:after {
    background-image: none !important;
  }
}

#padroes.interno h1 {
  margin-bottom: 30px;
}

#padroes.interno h2 {
  font-size: 25px;
}

#padroes.interno h3 {
  font-size: 22px;
}

#topoCabecalho {
  box-sizing: border-box;
  box-shadow: 0px -12px 12px 11px #ccc;
}

#conteudo {
  padding: var(--padding-sessoes);
}

.nav-link.active {
  font-weight: bold;
  border-bottom: 2px solid var(--cor-primaria-um);
  color: var(--cor-primaria-um)!important;
}

.direitos {
  text-align: right;
}

@media screen and (max-width: 500px) {
  .direitos {
    text-align: center;
    font-size: 12px;
  }
}

.so_mobile {
  display: none;
}

@media screen and (max-width: 500px) {
  .so_mobile {
    display: initial;
  }
}

.so_desktop {
  display: initial;
}

@media screen and (max-width: 500px) {
  .so_desktop {
    display: none;
  }
}

#bg-site {
  background-image: url('/assets/img/adi-topo-desktop.webp');
  background-size: cover;
  min-height: 100vh;
  position: relative;
  filter: blur(5px);
}

@media screen and (max-width: 500px) {
  #bg-site {
    background-image: url('/assets/img/adi-topo-mobile.webp');
  }
}

#acessar.modal.show .modal-dialog {
  top: 30vh;
}

#acessar.modal .modal-header .modal-title {
  font-size: 35px;
}

#acessar.modal .modal-body p {
  font-size: 18px;
  margin-bottom: 0;
}

#acessar.modal .modal-footer button {
  font-weight: bold;
}

