.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: 40px;
    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;
}

.categorias_home {
    height: 600px;
    width: 100%;
    background-color: #fff;
}

.category-text-heading {
    color: #cc1b18;
    font-size: 19px;
    font-weight: 600;
}

.category-icon {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80px; /* Tamanho fixo para o container da imagem */
    margin-bottom: 15px; /* Espaço entre a imagem e o título */
}

.category-icon img {
    width: 60px; /* Tamanho fixo para a imagem */
    height: 60px; /* Tamanho fixo para a imagem */
    object-fit: contain; /* Garantir que a imagem seja redimensionada corretamente */
}

.category-heading {
    font-size: 45px;
    color: #000;
    font-weight: 700;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.category-box-active {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
    z-index: 2;
    position: relative;
}

.category-heading_paragrafo {
    font-size: 18px; /* Tamanho fixo para o título */
    font-weight: bold;
    margin: 10px 0; /* Espaço entre o título e o texto */
}

.category-text {
    font-size: 14px; /* Tamanho fixo para o texto */
    color: #666;
    line-height: 1.5;
    max-width: 200px; /* Largura máxima para o texto */
}

.category-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 11px;
    border-radius: 20px;
    background-color: #fff;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    width: 240px;
    height: 295px;
}

.sessao-ser {
    width: 100%;
    height: 700px;
    background-color: #fff;
}

.nav-item2 {
    width: 47%;
    text-align: center;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #495057;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    border-bottom: 2px solid #000000 !important;
   font-family: "Plus Jakarta Sans", sans-serif;
   cursor: pointer;
}

.nav-link:hover {
    display: block;
    padding: .5rem 1rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    font-size: 18px;
    font-weight: bold;
    color: #d13734;
    border-bottom: 2px solid #d13734 !important;
   font-family: "Plus Jakarta Sans", sans-serif;
}

.active_nav_link {
    display: block;
    padding: .5rem 1rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    font-size: 18px;
    font-weight: bold;
    color: #d13734 !important;
    border-bottom: 2px solid #d13734 !important;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.benefits-container {
    padding: 20px;
    background-color: white;
}

.benefits-title {
    font-size: 28px;
    font-weight: 600;
    color: #212121;
    margin-bottom: 20px;
        margin-left: 27px;
        font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.benefits-list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    gap: 5px;
    display: flex;
    flex-direction: column;
}

.benefit-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #212121;
    font-size: 19px;
}

.benefit-item::before {
    content: '●';
    color: #d32f2f;
    font-size: 28px;
    margin-right: 10px;
}

.btn-register {
    display: inline-block;
    background-color: #d32f2f;
    color: white;
    text-align: center;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
        width: 100%;

}
.btn-register:hover {
    display: inline-block;
    background-color: #b71c1c;
    color: white;
    text-align: center;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
        width: 100%;
        color: #fff;

}

.sessao_anuncio {
    width: 100%;
    height: 600px;
    background: #d9d9d9;
}

/* CSS para a seção de anúncio */
.sessao_anuncio {
    background-color: #f2f2f2;
    padding: 40px 0;
}

.sessao_anuncio .anuncio-title {
font-size: 28px;
    font-weight: 600;
    color: #212121;
    margin-bottom: 20px;
    margin-left: 27px;
    text-align: start;
}

.sessao_anuncio .anuncio-list {
    list-style-type: none;
    padding: 0;
    margin: 0 0 30px 0;
    color: #555;
    font-size: 16px;
    text-align: left;
}

.sessao_anuncio .bullet-item {
position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #212121;
    font-size: 19px;
}

.sessao_anuncio .bullet-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
    background-color: red;
    background-color: #d32f2f;
    border-radius: 50%;
}

.sessao_anuncio .anuncio-btn {
    background-color: #d32f2f;
    color: white;
    padding: 8px 24px;
    border: none;
    border-radius: 21px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
}

.sessao_anuncio .anuncio-btn:hover {
    background-color: #b71c1c;
}

/* Estilos para a seção de planos */
.planos-section {
    background-color: #ffffff;
    padding: 40px 0;
    height: 700px;
    width: 100%;
}

.planos-title {
    font-size: 30px;
    font-weight: 600;
    color: #212121;
    margin-bottom: 20px;
    margin-left: 27px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: bold;
}

.plano-card {
background-color: #d32f2f;
    color: #fff;
    padding: 20px;
    border-radius: 25px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    height: 380px;
    width: 350px;
}

.plano-card2 {
background-color: #d32f2f;
    color: #fff;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    height: 450px;
    border-radius: 25px;
}

.plano-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #fff;
    font-weight: 600;
}

.plano-card2 h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #fff;
    font-weight: 600;
}

.plano-preco {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.plano-beneficios {
    list-style-type: none;
    padding: 0;
    margin-bottom: 20px;
    text-align: left;
}

.plano-beneficios li {
margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    font-size: 15px;
}

.plano-beneficios li::before {
    content: '•';
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.plano-button {
    background-color: #581918;
    color: white;
    padding: 4px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.plano-button:hover {
    background-color: #3e2723;
}

.em-uso {
    background-color: #3e2723;
    cursor: default;
}

.plano-popular {
    border-top: 5px solid #c62828;
    margin-top: -10px;
}

.popular-badge {
    position: absolute;
    top: -43px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #db5d5b;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    padding-top: 9px;
    width: 353px;
    height: 50px;

}

.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;
}

.img_quero_ser {
    max-width: 450px;
}

.megafone {
    max-width: 450px;
}

.modal-header {
    border-bottom: none;
}
.modal-footer {
    border-top: none;
    display: flex;
    justify-content: space-between;
}
.modal-footer .btn-secondary {
    color: #6c757d;
}
.modal-footer .btn-primary {
    background-color: #dc3545;
    border-color: #dc3545;
}
.modal-body {
    padding: 20px;
    font-size: 16px;
}
.modal-body h5 {
    font-weight: bold;
}
.form-check-label {
    margin-left: 10px;
}
.filter-icon {
    cursor: pointer;
    font-size: 24px;
    padding: 10px;
    border-radius: 50%;
    background-color: #e0e0e0;
}

@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: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.search-btn i {
    color: #ffffff;
    font-size: 14px;
}

.categorias_home {
        height: 1370px;
        width: 100%;
        background-color: #fff;
    }

.category-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 11px;
    border-radius: 20px;
    background-color: #fff;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    width: auto;
    height: 295px;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #495057;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    border-bottom: 2px solid #000000 !important;
    font-family: "Plus Jakarta Sans", sans-serif;
    cursor: pointer;
}

.active_nav_link {
    display: block;
    padding: .5rem 1rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    font-size: 15px;
    font-weight: bold;
    color: #d13734;
    border-bottom: 2px solid #d13734 !important;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.sessao-ser {
    width: 100%;
    height: 1270px;
    background-color: #fff;
}

.nav-link:hover {
    display: block;
    padding: .5rem 1rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    font-size: 15px;
    font-weight: bold;
    color: #d13734;
    border-bottom: 2px solid;
    font-family: "Plus Jakarta Sans", sans-serif;
}

    .img_quero_ser {
        width: 370px;
    }
    
    .sessao_anuncio {
    width: 100%;
    height: 1200px;
    background: #d9d9d9;
}

.megafone {
    max-width: 375px;
}

.planos-section {
    background-color: #ffffff;
    padding: 40px 0;
    height: 1580px;
    width: 100%;
}

.footer_new {
    background-color: #e0e0e0;
    padding: 40px 0;
    width: 100%;
    height: 700px;
}

.margin-mobile {
    margin-bottom: 60px;
}

}
