﻿:root {
    --color--main: #047857;
    --color--main-hover: #059169;
    --color--main-active: #035f45;
}

body {
    background-color: var(--color--gray-50);
}

.btn {
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
}

.page-header {
    display: flex;
    width: 100%;
    min-height: 350px;
    height: auto;
    padding: 1.5rem;
    justify-content: center;
}

.header-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
}

@media screen and (max-width:761px) {
    .page-header {
        min-height: 0px;
    }

    .header-background-image {
        background-position: bottom
    }
}

.page-header-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.page-header-container-content {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background: rgba(0,0,0,0.15);
    padding: 3rem 1.5rem;
    border-radius: 0.75rem;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

@media screen and (max-width:761px) {
    .header-background-image {
        background-position: top !important;
    }

    .page-header-container {
        padding: 0 1rem;
    }

    .page-header-container-content {
        padding: 1rem;
    }
}


.page-header h1 {
    font-weight: 200;
    font-size: 3.5rem;
}

    .page-header h1 span {
        font-weight: 800;
    }


.page-header h2 {
    font-size: 2.75rem;
    font-weight: 200;
}


    .page-header h2 .slick-show-text-title-destaque {
        background: var(--color--main);
        padding: 5px 20px;
        transform: rotateZ(-2deg);
        display: inline-block;
        z-index: 1;
        position: relative;
        font-weight: 200;
        text-transform: uppercase;
    }

.page-header .slick-show-text-desc {
    font-weight: 300;
    font-size: 1.25rem;
    color: rgba(255,255,255, 0.75);
    margin-bottom: 1rem;
}

.header-background-image {
    background: url(images/header.jpg) no-repeat;
}

@media screen and (max-width:761px) {
    .header-background-image {
        background: url(images/header.jpg) no-repeat;
    }
}

.bg-primary {
    background-color: #047857 !important;
}

.modal-loading {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

    .modal-loading svg {
        fill: var(--color--main);
    }

.navigation-cards {
    margin-top: -2rem;
}

    .navigation-cards .card {
        border-color: rgba(0,0,0,0);
        border-radius: 12px;
        transition: all 150ms linear;
    }

.navigation-cards-shadow {
    box-shadow: rgba(149, 157, 165, 0.1) 0px 4px 12px !important;
}

.navigation-cards .card .card-links-container .card {
    background: transparent;
    box-shadow: none;
}

.navigation-cards {
    padding: 0.5rem;
}

    .navigation-cards .nav {
        display: flex;
        width: 100%;
        background: #F4F4F5;
        border-radius: calc(0.5rem - 1rem);
        padding: 0.25rem;
    }

    .navigation-cards .card-links-container .card-body {
        padding: 0.5rem 1rem;
    }

    .navigation-cards .card-links-container .card:hover {
        background: #F4F4F5;
        color: #022c22;
    }

    .navigation-cards .card-links-container .card.active {
        background: var(--color--main) !important;
        color: #ecfdf5 !important;
    }

    .navigation-cards .card .circulo {
        width: 2.8rem;
        height: 2.8rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f5f5f5;
        color: #262626;
        border-radius: 100%;
        transition: all 150ms linear;
    }

    .navigation-cards .card-links-container .card:hover .circulo {
        background: #e4e4e7;
    }

    .navigation-cards .card .circulo svg {
        width: 1.75rem;
        height: 1.75rem;
    }

    .navigation-cards .card.active .circulo {
        background: #022c22 !important;
        color: #d1fae5 !important;
    }

    .navigation-cards .card-pesquisa,
    .navigation-cards .card-pesquisa:hover {
        box-shadow: none !important;
        border: none !important;
    }

        .navigation-cards .card-pesquisa .wrapper-pesquisa .search-input {
            background: transparent;
            border: 0;
            border-radius: 0.75rem 0 0 0.75rem;
            padding-left: 1rem;
        }

        .navigation-cards .card-pesquisa .wrapper-pesquisa .wrapper-pesquisa-inputs {
            width: 100%;
            background: #f4f4f5;
            border-radius: 0.75rem;
            transition:background 150ms ease-in-out;
        }

            .navigation-cards .card-pesquisa .wrapper-pesquisa .wrapper-pesquisa-inputs:focus-within {
                background: #e7e7e9;
            }

        .navigation-cards .card-pesquisa .wrapper-pesquisa .opcoes-pesquisa,
        .navigation-cards .card-pesquisa .wrapper-pesquisa .searchbar-button {
            border-radius: 0.75rem;
        }
        .navigation-cards .card-pesquisa .wrapper-pesquisa .searchbar-button{
            background:var(--color--main);
            transform: none !important;
            transition:all 150ms ease-in-out;
        }
        .navigation-cards .card-pesquisa .wrapper-pesquisa .searchbar-button:hover{
            background:var(--color--main-hover);
        }
        .navigation-cards .card-pesquisa .wrapper-pesquisa .searchbar-button:active{
            background:var(--color--main-active);
        }

        .navigation-cards .card-pesquisa .wrapper-pesquisa .bootstrap-select > .dropdown-toggle {
            background: transparent;
            border: 0;
            border-radius: 0 0.75rem 0.75rem 0;
        }


.card-links-container .vstack {
    column-gap: 0;
}

    .card-links-container .vstack span:first-child {
        font-size: 0.735rem;
    }

    .card-links-container .vstack span:last-child {
        margin-top: -0.35rem;
        font-weight: 600;
    }

@media screen and (max-width:761px) {
    .navigation-cards .card-body .card-body {
        padding: 0.5rem;
        text-align: center;
    }

    .navigation-cards .card .circulo {
        margin: 0 auto;
        width: 2.5rem;
        height: 2.5rem;
    }

        .navigation-cards .card .circulo svg {
            width: 1.5rem;
            height: 1.5rem;
        }

    .card-links-container .vstack {
        text-align: center;
    }
}




.card.anuncio {
    border-radius: 0.75rem;
    overflow: hidden;
    padding: 0;
    font-size: 0.835rem;
    border-color: rgba(0,0,0,0.05);
    box-shadow: rgba(149, 157, 165, 0.1) 0px 4px 12px;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

    .card.anuncio .imagem-icon {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0.50;
    }

        .card.anuncio .imagem-icon i {
            font-size: 2.5rem;
        }

        .card.anuncio .imagem-icon svg {
            width: 2.5rem;
            height: 2.5rem;
        }

    .card.anuncio h5 {
        font-size: 0.9rem;
        font-weight: 500;
    }

    .card.anuncio .badge-primary {
        color: #022c22;
        background-color: #d1fae5;
        font-weight: 400;
    }

    .card.anuncio .badge.bg-secondary {
        background-color: #f97316 !important;
    }

    .card.anuncio .badge.top-right-badge {
        top: 0.5rem;
        right: 0.5rem;
    }

@media screen and (max-width:761px) {
    .card.anuncio .badge.top-right-badge {
        top: 0.25rem;
        right: 0.25rem;
    }

    .card.anuncio h5 {
        margin-top: 0.75rem;
    }
}

.titulo-categoria-pagina {
    position: relative;
}

    .titulo-categoria-pagina:before {
        content: '';
        display: block;
        width: 3.5rem;
        height: 3.5rem;
        border-radius: 100%;
        background: var(--color--main);
        position: absolute;
        top: 0;
        bottom: 0;
        left: -0.5rem;
        margin: auto 0;
        z-index: 0;
    }

    .titulo-categoria-pagina span {
        position: relative;
        z-index: 1;
    }

@media screen and (max-width:761px) {
    .titulo-categoria-pagina:before {
        width: 3rem;
        height: 3rem;
    }
}

.categorias-recomendadas-swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    width: 100%;
    cursor: grab;
}

    .categorias-recomendadas-swiper .swiper-wrapper {
        column-gap: 0.5rem;
    }

    .categorias-recomendadas-swiper,
    .categorias-recomendadas-swiper img,
    .categorias-recomendadas-swiper .swiper-slide-card {
        -moz-transition: all 150ms linear;
        -webkit-transition: all 150ms linear;
        -o-transition: all 150ms linear;
        transition: all 150ms linear;
    }

        .categorias-recomendadas-swiper .swiper-slide, .swiper.vendedores-destaque-swiper .swiper-slide {
            display: block !important;
            width: 100% !important;
            max-width: 280px !important;
            height: 186px;
            border-radius: 12px;
            overflow: hidden;
        }

        .categorias-recomendadas-swiper .swiper-slide-card {
            position: absolute;
            bottom: 0;
            left: 0;
            -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
            background: rgba(0,0,0,0.5);
            color: #fff;
            display: flex;
            align-items: center;
            width: 100%;
            height: 3rem;
            align-items: center;
            padding: 0 1rem;
            font-size: 0.9rem;
            font-weight: 400;
        }

            .categorias-recomendadas-swiper .swiper-slide-card .stretched-link {
                color: inherit;
                text-decoration: none;
            }

        .categorias-recomendadas-swiper .swiper-slide:hover {
            box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
        }

            .categorias-recomendadas-swiper .swiper-slide:hover img {
                -webkit-transform: scale(1.08);
                -moz-transform: scale(1.08);
                -o-transform: scale(1.08);
                transform: scale(1.08);
            }

            .categorias-recomendadas-swiper .swiper-slide:hover .swiper-slide-card {
                background: rgba(0,0,0,0.75);
            }


.hidden-stretched-link {
    display: flex;
    width: 0;
    height: 0;
    overflow: hidden;
}

.modal-footer .btn {
    padding: 8px 16px;
}

.btn.btn-primary {
    background-color: #047857;
    border-color: #047857;
    color: #fff;
    -webkit-transition: var(--transition-default);
    -moz-transition: var(--transition-default);
    -o-transition: var(--transition-default);
    transition: var(--transition-default);
}

    .btn.btn-primary:hover {
        --transform-y: -1px;
        background-color: #05a87a;
        border-color: #05a87a;
        color: #fff;
        box-shadow: rgba(255, 195, 37, 0.1) 0px 20px 25px -5px, rgba(255, 195, 37, 0.04) 0px 10px 10px -5px;
        -webkit-transform: translateY(var(--transform-y));
        -moz-transform: translateY(var(--transform-y));
        -o-transform: translateY(var(--transform-y));
        transform: translateY(var(--transform-y));
    }

    .btn.btn-primary:active,
    .btn-primary.loading[data-spinner="true"] {
        background-color: #024532;
        border-color: #024532;
    }

.invalid-feedback {
    display: block;
}

.loading[data-spinner="true"] {
    position: relative;
    pointer-events: none;
}

    .loading[data-spinner="true"] span,
    .loading[data-spinner="true"] i,
    .loading[data-spinner="true"] svg {
        opacity: 0;
    }

    .loading[data-spinner="true"] .spinner-border {
        position: absolute;
        display: flex;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        opacity: 1 !important;
    }

.spinner-border {
    --bs-spinner-width: 1.15rem;
    --bs-spinner-height: 1.15rem;
    --bs-spinner-border-width: 2px;
}

.pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0.325rem;
}

    .pagination .btn {
        border-radius: 0.5rem;
        width: 3rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.btn-pag-atual {
    color: white !important;
    background: var(--color--main) !important;
}

.btn.btn-paginacao {
    width: 3rem;
    background: #F1F5F9;
    border: solid 1px #F1F5F9 !important;
}

    .btn.btn-paginacao:hover {
        color: white;
        background: var(--color--main);
    }

.ver-todos-secondary {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 0.35rem;
    padding: 0.35rem 0.75rem;
    border-radius: 0.5rem;
    background: transparent;
    color: #080d12;
    text-decoration: none;
}

    .ver-todos-secondary:hover {
        background: #F1F5F9;
        color: #080d12;
    }

.floating-menu {
    display: none;
}

.modal {
    z-index: 9999;
}

.modal-content {
    border: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.modal-header,
.modal-footer {
    border: 0;
}

.container-partilhar-localizacao .alert-info {
    background: rgb(229, 246, 253);
    border: 1px solid rgb(229, 246, 253);
    color: rgb(5,77,167);
    border-radius: 0.5rem;
    overflow: hidden;
}

    .container-partilhar-localizacao .alert-info:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 5px;
        background: #0288d1;
    }

    .container-partilhar-localizacao .alert-info i {
        color: #0288d1;
        font-size: 1.1rem;
    }

    .container-partilhar-localizacao .alert-info .alert-icon {
        --shadow-rgb: 2, 136, 209;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2rem;
        height: 2rem;
        padding: 0.75rem;
        background: #0288d1;
        border-radius: 0.5rem;
        box-shadow: rgba(var(--shadow-rgb), 0.1) 0px 10px 15px -3px, rgba(var(--shadow-rgb), 0.05) 0px 4px 6px -2px;
    }


        .container-partilhar-localizacao .alert-info .alert-icon i {
            color: #fff;
            font-size: 1.1rem;
        }

.container-partilhar-localizacao .btn {
    border-radius: 50rem;
    font-size: 0.735rem;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.35rem;
    font-weight: 600;
    text-transform: uppercase;
}

    .container-partilhar-localizacao .btn i,
    .container-partilhar-localizacao .btn span {
        margin: 0;
        padding: 0;
    }

.container-partilhar-localizacao .btn-primary {
    background: transparent;
    border-color: rgba(2, 136, 209, 1);
    color: rgba(2, 136, 209, 1);
    padding: 0.5rem 0.75rem;
    border-radius: 50rem;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

    .container-partilhar-localizacao .btn-primary:hover {
        background: rgba(2, 136, 209, 0.1);
        border-color: rgba(2, 136, 209, 1);
        color: rgba(2, 136, 209, 1);
        transform: none;
        box-shadow: none;
    }

.container-partilhar-localizacao .btn-light {
    color: rgba(2, 136, 209, 1);
    background: transparent;
    border-color: transparent !important;
    padding: 0.5rem 0.75rem;
    border-radius: 50rem;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

    .container-partilhar-localizacao .btn-light:hover {
        color: rgba(2, 136, 209, 1);
        background: rgba(2, 136, 209, 0.1);
    }

.alert.empty-alert-info {
    background: #E0F2FE;
}


@media screen and (max-width:761px) {
    .hide-mobile {
        display: none;
    }

    .floating-menu {
        bottom: 0;
        position: fixed;
        left:0;
        display: flex;
        justify-content:center;
        height: auto;
        width: 100%;
        background: rgb(19, 33, 51);
        z-index: 10000;
    }

    .floating-menu-margins {
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
        padding: 0.75rem 0;
    }

    .floating-menu-itens {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: stretch;
        column-gap: 0.35rem;
    }

        .floating-menu-itens a {
            text-decoration: none;
            color: #fff;
        }

    .floating-menu-itens-wrap label {
        font-size: 0.635rem;
        text-transform: uppercase;
        color: rgba(255,255,255,0.75);
        text-align: center;
    }

    .floating-menu .item {
        background: unset;
        border: unset;
    }

    .floating-menu .item {
        position: relative;
        font-size: 1.1rem;
        color: #fff;
        background: rgba(255,255,255,0.025);
        padding: 0 0.35rem;
        margin: 0 auto;
        border-radius: 50rem;
        width: 50%;
        text-align: center;
    }

        .floating-menu .item:active {
            background: rgba(255,255,255,0.1);
        }


    .floating-menu .contador {
        position: absolute;
        top: -0.25rem;
        right: -0.25rem;
        padding: 0.15rem 0.75rem;
        display: block;
        background: #7f1d1d;
        color: #fff;
        border-radius: 50rem;
        text-align: center;
        z-index: 10;
    }

        .floating-menu .contador span {
            position: relative;
            display: flex;
        }
}

@media screen and (min-width:762px) {
    .hide-desktop {
        display: none;
    }
}

.fab-criar-anuncio{
    position:fixed;
    bottom:1.5rem;
    right:1.5rem;
    z-index:1000;
}

    .fab-criar-anuncio .btn {
        background-color: #a7f2cf;
        color: #002115;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    }
    .fab-criar-anuncio .btn:hover {
        background-color: #7bebb7;
    }