html.no-scroll {
    overflow: hidden;
}

html.no-scroll>body {
    padding-right: 10px;
}

html.no-scroll>body section.header {
    padding-right: 25px;
}

@media screen and (min-width: 992px) {
    .admin-bar .barra-top {
        top: 32px;
    }
}

/*@media screen and (max-width: 782px) {
    .admin-bar .barra-top {
        top: 46px;
    }
}*/

.outer-logo {
    width: 70px;
    height: 70px;
}

.header-menu {
    list-style: none;
}

.list-categorias label input {
    display: none;
}

.list-categorias label .outer-img {
    width: 32px;
    height: 32px;
}

.list-categorias label .outer-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.list-categorias label .header-div {
    transform-origin: left center;
}

/* Simular hover se o input estiver checked */
.list-categorias label input:checked+.group {
    background-color: #E5DCD5;
}

.list-categorias label input:checked+.group .header-div {
    transform: scale(1.1);
}

.mapa-lista .listagem-pontos .item-pontos .header-group {
    height: 250px;
}

.mapa-lista .listagem-pontos .item-pontos .header-group .outer-image {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mapa-lista .listagem-pontos .item-pontos .header-group .outer-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mapa-lista .listagem-pontos .item-pontos .content-ponto {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 250px);
}

.mapa-lista .listagem-pontos .item-pontos .content-ponto a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.mapa-lista #paginacao p {
    margin: 1.25rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.pagination .nav-links {
    margin: 1.25rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.pagination .nav-links .disabled {
    display: none;
}

.mapa-lista #paginacao p .item,
.pagination .nav-links li a,
.pagination .nav-links span {
    font-size: 15px;
    color: #8b6f47;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.pagination .nav-links li.btn-l a {
    width: auto;
    padding: 0 15px;
}

.mapa-lista #paginacao p .item:hover,
.pagination .nav-links li a:hover,
.pagination .nav-links span:hover {
    background-color: rgba(139, 111, 71, 0.5);
}

.mapa-lista #paginacao p .item.current,
.pagination .nav-links li a.current,
.pagination .nav-links span.current {
    background-color: rgba(139, 111, 71, 0.5);
}

.mapa-google {
    width: 100%;
    position: relative;
    min-height: calc(100vw * 0.46875);
}

.page-mapa-completo {
    position: relative;
    z-index: 0;
}

.page-mapa-completo .load-mapa {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 9;
    background: rgba(0, 0, 0, 0.5);
}

.page-mapa-completo .load-mapa .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.page-mapa-completo .load-mapa .inner img {
    max-width: 100%;
    max-height: 100%;
    filter: hue-rotate(39deg) brightness(0.5);
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    transition: opacity 0.8s;
}

.modal.mostra {
    display: flex !important;
    opacity: 1;
}

#pontoInfo {
    padding: 38px;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.75);
}

#pontoInfo .outer-modal {
    height: auto;
    width: 750px;
    max-width: 100%;
    background: #fff;
    border-radius: 35px;
    min-height: 74px;
    padding: 38px;
    position: relative;
}

#pontoInfo .outer-modal .infos {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#pontoInfo .outer-modal .infos .titulo {
    color: #6b5435;
}

#pontoInfo .outer-modal .infos .titulo>div {
    display: flex;
    align-items: center;
}

#pontoInfo .outer-modal .infos .titulo>div>div {
    min-width: 30px;
    max-width: 30px;
}

#pontoInfo .outer-modal .infos .titulo>div>div img {
    max-width: 100%;
    height: auto;
}

#pontoInfo .categoria-1 {
    font: 700 20px "Open Sans";
    color: #666666;
    margin-bottom: 0;
}

#pontoInfo .categoria-2 {
    font: 400 20px "Open Sans";
    color: #666666;
}

#pontoInfo .modal-body {
    padding: 50px;
}

#pontoInfo .fecha-modal {
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    border: none;
    background: rgba(107, 84, 53, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 0 35px 0 10px;
    padding: 4px 4px 0 0;
    transition: all 0.3s;
}

#pontoInfo .fecha-modal:hover {
    background: rgba(107, 84, 53, 0.7);
}

#pontoInfo .fecha-modal svg {
    fill: #fff;
    height: 22px;
    width: auto;
}

#pontoInfo img {
    max-width: 100%;
    height: auto;
}

#pontoInfo img.ico {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#pontoInfo .descricao {
    margin-top: 20px;
    font: 400 16px "Open Sans";
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

#pontoInfo .link {
    justify-content: flex-end;
}

#pontoInfo .btn {
    background: #6b5435;
    color: #fff !important;
    border: 1px solid #6b5435;
    font-size: 15px;
    font-weight: 600;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 48px;
    height: 50px;
    border-radius: 50px;
    transition: all 0.3s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

#pontoInfo .btn:hover {
    background: #fff;
    color: #6b5435 !important;
}

.btn-select-estado {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-select-estado:hover,
.btn-select-estado.selected {
    background-color: #8b6f47;
    color: #fff;
}

.form-search input {
    max-width: calc(100% - 54px);
}

.pb-20 {
    padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {

    .page-mapa-completo {
        height: 700px;
    }

    .page-mapa-completo .conteudo,
    .page-mapa-completo .conteudo .mapa-completo,
    .page-mapa-completo .conteudo .mapa-completo .mapa_pontos {
        height: 100% !important;
    }

    h2 {
        font-size: 1.875rem;
    }

    .header-menu {
        overflow: hidden;
        display: none;
        position: absolute;
        bottom: 3px;
        width: 100%;
        left: 0;
        background: rgba(255, 255, 255, 0.7);
        backdrop-filter: blur(8px);
        flex-direction: column;
        transform: translateY(100%);
        padding: 20px 0;
    }

    .header-menu li {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 0;
    }
}

h1.titulo-ponto {
    margin-bottom: 30px;
}

.box-single {
    width: calc(100% + 30px);
    margin-left: -15px;
}

.box-single p {
    margin-bottom: 10px;
}

.box-single h2 {
    margin-bottom: 20px;
}

.box-single>div {
    padding: 0 15px;
}

.box-single .imagem {
    width: 25%;
}

.box-single .descricao {
    margin-left: 8.33333333%;
    width: 66.66666667%;
}

.box-single .mapa {
    margin-top: 25px;
}

.box-single .mapa iframe {
    width: 100%;
    height: 300px;
    border: 0;
}

.box-single .compartilhar {
    padding-bottom: 25px;
    border-top: 1px solid #6b5435;
}

.box-single .compartilhar .outer-share .share {
    margin-top: 18px;
    border: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.box-single .compartilhar .outer-share .share>span {
    font-size: 20px;
    text-transform: uppercase;
}

.box-single .compartilhar .outer-share .share .share-links {
    margin-left: 10px;
    display: flex;
}

.box-single .compartilhar .outer-share .share .share-links a {
    margin: 0 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-single .compartilhar .outer-share .share .share-links a svg {
    height: 16px;
    fill: #6b5435;
    transition: all 0.3s;
}

@media only screen and (max-width: 767px) {
    h1.titulo-ponto {
        font-size: 30px;
    }

    .box-single h2 {
        font-size: 24px;
    }

    .box-single .imagem {
        width: 100%;
        margin-bottom: 20px;
    }

    .box-single .descricao {
        margin-left: 0;
        width: 100%;
    }
}