#nav {
    padding-top: 1.5em;
}

#subTopo {
    padding-top: 0.2em;
}

#linkMenu {
    color: #dab467;
    margin-right: 1.8em;
}

#linkMenu:hover {
    color: #6e592f;
    margin-right: 1.8em;
}

#redesSociais {
    font-size: 1.2em;
}

#menuTopo {
    min-width: -webkit-fill-available;
    background-color: #000000;
    padding-left: 0px;
    padding-right: 0px;
}

#menuPrincipal {
    background-color: #000000;
    padding: 1em;
}

#subTopo {
    background-color: #dab467;
    color: #000000;
    padding-left: 1em;
}

.topo a {
    color: #000000;
    text-decoration: none;
}


.pesquisaFiltro {
    margin-top: -4em;
    padding: 1.5em;
    margin-bottom: 1em;
    position: relative;
    background-color: #75571eda;
    border-radius: 0.5em;   
    color: #ffffff;
    text-transform: uppercase;
}


.sobre {
    margin-top: 0px;
    padding-top: 1em;
    padding-bottom: 1.5em;
    background-color: #000000;
    color: #dab467;
}

.sobre img {
    padding-top: 3em;
}


footer {
    padding-top: 2em;
    padding-bottom: 1em;
    background-color: #dab467;
}

.navbar-toggler-icon {
    background-color: #e8b562;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

/* Ajustes gerais mobile */
@media (max-width: 768px) {

  #subTopo {
    text-align: center;
    gap: 10px;
  }

  #redesSociais a {
    font-size: 22px;
    margin: 0 8px;
  }

  .splide img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  footer img {
    width: 180px;
  }

  #subTopo {
    display: none;
  }

  .pesquisaFiltro {
    margin-top: 0px;
    padding: 1.5em;
    margin-bottom: 1em;
    position: relative;
    background-color: #75571eda;
    border-radius: 0px;   
    color: #ffffff;
    text-transform: uppercase;
}

    .sobre img {
        padding-top: 0px;
    }
}