.logo-lg2 img{
    width: 75px;
    height: 65px;
}

body {
    background: #ffffff !important;
}

body[data-layout=horizontal] .container-fluid, body[data-layout=horizontal] .navbar-header {
    max-width: 100%;
}

body[data-topbar=dark] #page-topbar  {
    background-color: #ffffff;
    border-color: #d13734;
}

body::-webkit-scrollbar {
    background-color: #fff;
    width: 16px;
}

/* background of the scrollbar except button or resizer */
body::-webkit-scrollbar-track {
    background-color: #fff;
}

/* scrollbar itself */
body::-webkit-scrollbar-thumb {
    background-color: #d13734;
    border-radius: 16px;
    border: 4px solid #fff;
}

/* set button(top and bottom of the scrollbar) */
body::-webkit-scrollbar-button {
    display:none;
}

.pace .pace-progress {
    display: none !important
}

.pace .pace-activity {
    display: none !important;
}

.links_menu a {
    color: #000;
    font-size: 13px;
}
.links_menu a:hover {
    color: #d13734;
    font-size: 13px;
}

.links_menu .link_active {
    color: #d13734;
    font-size: 13px;
    font-weight: 600;
}

.btn_login {
    color: #d13734 !important;
    font-size: 13px;
    font-weight: 600;
}

.btn_cadastro {
    background-color: #d13734 !important;
    padding: 6px 20px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 21px;
    color: #fff !important;
    border: 2px solid #d13734;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.btn_cadastro:hover {
    background-color: #fff !important;
    padding: 6px 20px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 21px;
    color: #d13734 !important;
    border: 2px solid #d13734;
}

.banner {
    background-color: #05161a;
    height: 600px;
    width: 100%;
    margin-top: 67px;
}

body[data-layout=horizontal] .page-content {
    margin-top: 0;
    padding: 0;
}

.title_h1 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 45px;
}

.btn-custom-banner {
    background-color: #fff;
    width: 84px;
    padding: 3px 12px;
    border: none;
    border-radius: 20px;
    font-size: 12px;
}

.btn-custom-banner:hover {
    background-color: #d13734;
    width: 84px;
    padding: 3px 12px;
    border: none;
    border-radius: 20px;
    font-size: 12px;
    color: #fff;
}

.btn-custom-banner-active {
    background-color: #d13734;
    width: 84px;
    padding: 3px 12px;
    border: none;
    border-radius: 20px;
    font-size: 12px;
    color: #fff;
}


.search-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 14px 15px;
    width: 100%;
    max-width: 600px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.search-input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 16px;
    color: #888888;
    border-right: 1px solid #ddd;
}

.search-input::placeholder {
    color: #cccccc;
}

.location-container {
    display: flex;
    align-items: center;
    color: #888888;
    font-size: 16px;
    margin-left: 20px;
}

.location-icon {
    margin-right: 5px;
}

.custom-select-container {
    position: relative;
    display: flex;
    align-items: center;
}

.location-select {
    border: none;
    background-color: transparent;
    color: #888888;
    font-size: 16px;
    padding: 5px 10px;
    appearance: none;
    outline: none;
    cursor: pointer;
}

.location-select::-ms-expand {
    display: none;
}

.custom-select-arrow {
    position: absolute;
    right: 10px;
    pointer-events: none;
}

.search-btn {
    background-color: #d32f2f;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    
}

.search-btn i {
    color: #ffffff;
    font-size: 18px;
}

.dropdawn_custon {
    background-color: #fff;
    border: none;
    color: #818080;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .35rem 1rem;
    clear: both;
    font-weight: 400;
    color: #818080;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.footer_new {
    background-color: #e0e0e0;
    padding: 40px 0;
}

.footer-logo {
    max-width: 150px;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.social-icon {
    width: 32px; /* Ajuste o tamanho conforme necessário */
    height: 32px;
    transition: transform 0.3s ease;
}

.social-icon:hover {
    transform: scale(1.1);
}

.footer-heading {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #d32f2f;
}

.categorias {
    width: 100%;
    height: 100%;
}

.categorias {
    padding: 20px 0;
}
.categorias .category-item {
    background-color: #e0e0e0;
    border-radius: 20px;
    padding: 5px 15px;
    margin: 5px;
    color: #000;
    font-weight: 500;
    cursor: pointer;
}

.categorias .category-item:hover {
    background-color: #c71a1a;
    border-radius: 20px;
    padding: 5px 15px;
    margin: 5px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
}
.categorias .category-item.active {
    background-color: #c71a1a;
    color: #fff;
}
.categorias .filter-icon {
    background-color: #e0e0e0;
    border-radius: 50%;
    padding: 10px;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.categorias h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}
.badge_title {
    display: block;
    width: 50px;
    height: 4px;
    background-color: #c71a1a;
    margin: 5px auto 0;
    border-radius: 35px;
}

.badge_title2 {
    display: block;
    width: 10px;
    height: 4px;
    background-color: #c71a1a;
    margin: 5px auto 0;
    border-radius: 35px;
}

.title_h2 {
        font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: #000;
    font-size: 28px !important;
}

.perfil-container {
    display: flex;
    align-items: center;
}

.img_redonda {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 15px;
}

.img_redonda img {
    width: 100%;
    height: auto;
}

.perfil-info h2 {
    font-size: 20px;
    margin: 0;
    font-weight: 600;
}

.status {
    font-size: 11px;
    color: #999;
}

.localizacao {
    font-size: 14px;
    color: #666;
}

.profile-container {
    position: relative;
    max-width: 100%;
    margin: auto;
    padding-bottom: 15px;
}

.profile-container img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.profile-actions {
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.profile-actions div {
    flex: 1;
}

.profile-actions div:not(:last-child) {
    border-right: 1px solid #ddd;
}

.like-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: white;
    border-radius: 50%;
    padding: 9px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.like-icon i {
    font-size: 20px;
}

.modal {
    background: #5f6473a8;
}

.modal-content {
    border-radius: 16px;
    height: 450px;
}

.btn-primary {
    color: #fff;
    background-color: #c71a1a;
    border-color: #c71a1a;
    padding: 10px 40px;
    font-size: 15px;
}

.btn-primary:hover,
.btn-primary:focus{
    color: #fff;
    background-color: #b71c1c;
    border-color: #b71c1c;
    padding: 10px 40px;
    font-size: 15px;
    box-shadow: none !important;
}

.fechar_modal {
    font-size: 15px;
    font-weight: 500;
}

.modal-footer {
    border-top: 1px solid #62626678;
}

.form-check {
    display: block;
    min-height: 1.21875rem;
    padding-left: 0;
    margin-bottom: .125rem;
}

.form-check-input:checked {
    background-color: #c71a1a;
    border-color: #c71a1a;
    height: 20px;
    width: 20px;
}

.form-check-input:focus {
    border-color: #b9bfc4;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .15rem #c71a1ab8;
    box-shadow: 0 0 0 .15rem #c71a1ab8;
}

.form-check-input[type=checkbox] {
    border-radius: .25em;
    width: 20px;
    height: 20px;
}

.btn:hover,
.btn:focus {
    box-shadow: none !important;
}

a {
        color: #000;
}

a:hover{
        color: #000;
}

@media (max-width: 700px) {
    .menu_web {
        display: none !important;
    }
    
    .header_principal {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .imag_wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .imag_wrapper img {
        width: 300px;
    }

.banner {
        background-color: #05161a;
        height: 670px;
        width: 100%;
        margin-top: 67px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 15px;
    }
    
    .title_h1 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 28px;
}

.location-container {
    display: flex;
    align-items: center;
    color: #888888;
    font-size: 12px;
    margin-left: 20px;
}

.search-btn {
    background-color: #d32f2f;
    border: none;
    border-radius: 50%;
    width: 65px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.search-btn i {
    color: #ffffff;
    font-size: 14px;
}


}