:root {
    --color_01: #EAF2FD;
    --color_02: #3F4458;
    --color_03: #72875C;
    --color_04: #4E693C;
    --color_05: #8FA3BE;
    --color_06: #212529;
}
a {
    color: var(--color_02) !important;
    font-weight: 600;
}
body {
    font-family: "Poppins", sans-serif;
}
.h1_custom {
    font-family: "Poppins", sans-serif;
    font-size: 2.986rem;
    font-weight: 700;
    line-height: 1.1;
}
.h2_custom {
    font-family: "Poppins", sans-serif;
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.1;
}
.h3_custom {
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.1;
}
.h4_custom {
    font-family: "Poppins", sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.1;
}
.h5_custom {
    font-family: "Poppins", sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
}
.p_custom {
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.1;
}
.text_color_01 {
    color: var(--color_01);
}
.text_color_02 {
    color: var(--color_02);
}
.bg_color_01 {
    background-color: #ffffff !important;
}
.bg_color_02 {
    background-color: var(--color_02) !important;
}
.bg_color_03 {
    background-color: var(--color_03) !important;
}
.bg_color_04 {
    background-color: var(--color_04);
}
.bg_color_05 {
    background-color: var(--color_05);
}
.bg_color_011 {
    background-color: var(--color_01) !important;
}
.bg_intro_section {
    background-image: linear-gradient(#99999980, #d1d1d180), var(--urlFondoIndex) !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 70vh;
}
.bg-dark_footer {
    --bs-bg-opacity: 1;
    background-color: #5d2233 !important;
}
.search_link {
    background-color: white;
    text-decoration: none;
    color: var(--color_02);
    font-weight: 600;
    margin-bottom: 15px;
}
.search_link_icon {
    background-color: #bcaf7e !important;
    color: var(--color_01);
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.latest_link {
    text-decoration: none;
    color: var(--color_01);
    display: flex;
    align-items: center;
    gap: 5px;
}
.advanced_search {
    display: flex;
    color: var(--color_01);
    align-items: center;
    text-decoration: none;
    gap: 5px;
}
.stadistics_number {
    color: var(--color_02);
    font-weight: 800;
    font-size: 4rem;
}
.form-control {
    border-radius: 50px;
}
.news_item {
    background-color: white;
    border-radius: 20px;
    margin-left: 10px;
    margin-right: 10px;
}
.news-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_date {
    text-transform: uppercase;
    font-weight: 300;
    font-size: .8rem;
}
.btn_link {
    text-transform: uppercase;
    text-decoration: none;
    color: var(--color_02);
    font-size: 1rem;
    gap: 5px;
}
.btn_link i {
    background-color: #72875c !important;
    color: var(--color_01);
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar {
    background-color: #5d2233 !important;
    border-radius: 20px;
    backdrop-filter: blur(10px);
}
.navbar.menu-home {
    background-color: rgba(143, 163, 190, .8);
    backdrop-filter: blur(10px);
}
.menu-header {
    position: sticky;
    top: 1rem;
    z-index: 999;
}
.header-login {
    backdrop-filter: blur(0px) !important;
    z-index: 99 !important;
    width: 100% !important;
    background-color: #5d2233 !important;
}
.btn_search {
    width: 100%;
    background-color: var(--color_04);
    border-radius: 0px 20px 20px 0px;
    color: white;
}
.nav-underline .nav-link {
    text-transform: uppercase;
    color: var(--color_02);
    font-weight: 600;
    padding: 0px 10px;
}
.nav-underline .nav-link.active {
    font-weight: 800;
    border-bottom: 2px solid var(--color_02);
}
.result_item {
    background-color: white;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    border-radius: 5px;
    margin-bottom: 10px;
}
.category_item_tramites {
    background-color: var(--color_02);
    border-radius: 30px;
    color: white;
    padding: 5px 10px;
    font-size: .8rem;
    text-transform: uppercase;
}
.category_item_regulaciones {
    background-color: var(--color_04);
    border-radius: 30px;
    color: white;
    padding: 5px 10px;
    font-size: .8rem;
    text-transform: uppercase;
}
.category_item_inspeccion {
    background-color: var(--color_03);
    border-radius: 30px;
    color: white;
    padding: 5px 10px;
    font-size: .8rem;
    text-transform: uppercase;
}
.result_item a {
    background-color: var(--color_04);
    padding: 0px 5px;
    color: white;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.accordion-button {
    background-color: #4e693c !important;
    color: white;
}
.accordion-item {
    margin-bottom: 10px;
    border-radius: 5px;
}
.accordion-button:not(.collapsed) {
    background-color: var(--color_04);
    color: white;
}
.accordion-button.subaccordion {
    background-color: #72875c !important;
    color: white;
}
.btn_header_link {
    background-color: transparent;
    color: var(--color_02);
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 600;
}
.btn_header {
    background-color: var(--color_02);
    color: white !important;
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 600;
    border-radius: 50px;
    padding: 5px 20px;
}
.btn_sidebar {
    background-color: var(--color_01);
    color: var(--color_02);
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 20px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
}
.sidebar {
    position: sticky;
    top: 10rem;
}
.btn_form {
    background-color: var(--color_02);
    color: white !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 50px;
    padding: 5px 40px;
}
.left-panel {
    background-color: #48867d !important;
    clip-path: polygon(0 0, 100% 0, 70% 102%, 0% 100%);
    height: 90vh;
}
.login-container {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
    height: 90vh;
}
.logo_title {
    font-size: 1.2rem;
    line-height: 1.5;
}
.logo_ayuntamiento {
    font-size: .8rem;
    text-transform: uppercase;
    line-height: 1;
}
.logo-img {
    width: 140px;
    height: auto;
    object-fit: contain;
}
.text-justify {
    text-align: justify;
}
.text-grey {
    color: #000000 !important;
}
@media screen and (max-width:991px) {
.bg_intro_section {
    height: auto !important;
}
.h1_custom {
    font-size: 2rem;
}
.h2_custom {
    font-size: 1.6rem;
}
.h3_custom {
    font-size: 1.4rem;
}
.h4_custom {
    font-size: 1.1rem;
}
.h5_custom {
    font-size: 1rem;
}
.stadistics_number {
    font-size: 3rem;
}
.sidebar {
    position: relative !important;
    top: 0rem;
}
.left-panel {
    height: 50vh;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.login-container {
    height: 50vh;
}
.logo_title {
    font-size: .8rem;
}
.logo_ayuntamiento {
    font-size: .6rem;
    text-transform: uppercase;
}
.logo-img {
    width: 40px;
}
.navbar-brand {
    max-width: 80%;
}
}
