.home_main_layer {
    top: 0;
    left: 0;
}

.orange_text {
    color: var(--orange);
}
.city_filter {
    position: relative;
    width: 100%;
}
#city_field {
    border-radius: 30px !important;
    padding-left: 54px !important;
    padding: 6px 20px 6px 65px;
    background: rgba(214, 126, 45, 0.1) !important;
    height: 36px;
    width: 100%;
}
#city_field_description {
    margin-bottom: 0;
}
.icon-btn-city {
    position: absolute;
    width: 14px;
    top: 8px;
    left: 24px;
}
.jc_main_af {
    border-radius: 30px;
    display: flex;
    align-items: center;
    font-weight: 500;
    cursor: pointer;
    transition: 0.4s;
    outline: none;
    margin: 20px 0 0 0;
    width: 100%;
}
.jc_main_af.active.main_title::after {
    transform: rotate(180deg);
}
.jc_main_af.main_title:after {
    background-image: url(https://justcharged.com/wp-content/uploads/2021/12/Icon-ionic-ios-arrow-down.png);
    transform: rotate(0deg);
    float: right;
	background-size: 17px 10px;
    display: inline-block;
    width: 18px;
    height: 15px;
    content: "";
    background-repeat: no-repeat;
    background-position: bottom;
}
.jc_af {
    font-size: 1rem;
    font-weight: 500;
    color: #FFFFFF;
    cursor: pointer;
    transition: 0.4s;
    outline: none;
    margin: 2px 0 0 0;
    padding: 10px 10px;
    border-radius: 12px;
    width: 100%;
}
.jc_af_sub {
    font-size: inherit;
    margin: 0;
}
.accordeon_filter, .jc_af {
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 10px 20px;
}
.accordeon_filter:not(.main_title), .jc_af {
    background: transparent;
    color: #063579;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 25px;
}

.round_checkbox label:before,
.check {
    color: black;
}
#search_by_name {
    border-radius: 30px;
    width: 100%;
    padding: 6px 20px;
    padding-left: 40px;
    height: 36px;
    margin-top: 0;
}
#city_field {
    background: #d67e2d3b;
    border: none;
    color: var(--orange);
}
#city_field::placeholder {
    color: #D67E2D;
}
#lawyers_results_container {
    margin-top: 16px;
}
.all_filters.options {
    background: transparent;
    margin: 0;
    width: 100%;
    /* max-height: none !important; */
}
.dummy-item {
    height: 24px;
    margin-top: 14px;
    width: 100%;
    background-color: #f7f7f7;
    border-radius: 8px;
}
#btn-clear-container {
    margin-top: 2rem;
}
.check {
    margin-top: 14px;
}
#clear_filters {
    color: white;
    border-radius: 30px;
    background: var(--dark-blue);
        display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px 20px;
}
.options {
        background: transparent;
        padding: 0;
    }
.find_a_lawyer_container_2 {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 100 !important;
}

.sort_city_filter {
    max-width: 300px;
    margin-top: 0;
}

.map-title-placeholder {
    width: 100%;
    height: 48px;
    background-color: #e8e8e8;
    border-radius: 4px;
}

.lawyer-page-title {
	font-size: 28px;
	color: var(--dark-blue);
	text-align: center;
	width: 100%;
	margin-top: 2rem;
	margin-bottom: 1.25rem;
}

.lawyer-page-description {
	font-size: 16px;
	color: black;
	text-align: center;
	width: 100%;
	margin-bottom: 0;
}

.lawyers-additional-page-description {
	margin-top: 0;
}

.lapd-title1 {
	font-size: 38px;
    line-height: 44px;
	color: var(--dark-blue);
	text-align: center;
	width: 100%;
	/* margin-top: 2rem; */
	margin-bottom: 2.5rem;
}

.lapd-title1.final-section {
    text-align: left;
    margin-bottom: 0.75rem;
    font-size: 34px;
}

.charges-title {
    color: var(--bronce-orange);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 22px;
}

.charges-title-icon {
    height: 54px;
}

a.dark_blue_text:visited {
    color: var(--dark-blue);
}

.lapd-item {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 1.5rem;
}

.lapd-icon {
    height: 24px;
    margin-top: 8px;
}

.lapd-list-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.lapd-container-text {
    width: 100%;
}

.lapd-title2 {
	font-size: 32px;
    line-height: 38px;
	color: var(--dark-blue);
	text-align: left;
	width: 100%;
	margin-bottom: 1rem;
}

.lapd-title2 {
	font-size: 32px;
    line-height: 38px;
	color: var(--dark-blue);
	text-align: left;
	width: 100%;
	margin-bottom: 1rem;
}

.lapd-title-final-section {
    font-size: 34px;
    line-height: 38px;
	color: var(--light-orange);
	text-align: left;
	width: 100%;
	margin-bottom: 2.5rem;
    margin-top: 1rem;
}

.lapd-text {
	font-size: 22px;
    line-height: 30px;
	color: black;
	text-align: left;
	width: 100%;
	margin-bottom: 1.25rem;
}

.final-section-list {
    display: flex;
    flex-direction: column;
    gap: 1.35rem;
}

ul.lapd-text, ol.lapd-text {
	padding-left: 4rem;
}

.dark-blue-text {
	color: var(--dark-blue);
}

.map-container-mobile {
	display: block !important;
	margin-top: 3rem;
}

.map-container-web {
	display: none !important;
}

.find_a_lawyer_first_banner {
  width: 100%;
  background: transparent url(https://justcharged.com/wp-content/uploads/2025/07/dui-banner-background.webp) 0% 0% no-repeat padding-box;
  background-position: center !important;
  background-size: cover;
  margin-top: 130px;
  margin-bottom: 2.25rem;
  position: relative;
}

.middle-banner {
  width: 100%;
  background: transparent url(https://justcharged.com/wp-content/uploads/2025/08/Grupo-4067-b.webp) 0% 0% no-repeat padding-box;
  background-position: center !important;
  background-size: cover;
  position: relative;
}

.inner_banner {
  max-width: 1700px;
  margin: auto;
  text-align: center;
  color: white;
  padding: 68px 4rem;
  position: relative;
}

.inner_banner .first_title {
  font-weight: bold;
  font-size: 38px;
  line-height: 45px;
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}

.inner_banner .first_description {
  font-weight: 200;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

.find_a_lawyer_container_2 .info .title {
    padding: 6px 32px;
    border-radius: 18px;
    background-color: #e8ebf1;
    height: 36px;
}

.profile-picture-container {
    border: none;
    padding: 0;
}

.find_a_lawyer_container {
    margin-bottom: 8px;
}

.find_a_lawyer_container .main_title h3 {
    color: var(--light-blue);
}

.jc_af:after {
    background-image: url(https://justcharged.com/wp-content/uploads/2021/12/Icon-ionic-ios-arrow-down.png);
    transform: rotate(0deg);
    float: right;
    background-size: 15px 8px;
    display: inline-block;
    width: 13px;
    height: 12px;
    content: "";
    background-repeat: no-repeat;
    background-position: bottom;
}

.jc_af.active::after {
    transform: rotate(180deg);
}

.gray-section {
    width: 100%;
    background-color: #f4f4f4;
}

.gray-section.with-image {
    display: flex;
    flex-wrap: nowrap;
}

.inner-gray-section {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: stretch;
    padding: 3.75rem 2rem 3.75rem 7rem;
}

.gray-section .inner-gray-section > div {
    max-width: 1640px;
    width: 100%;
}

.gray-section.with-image .inner-gray-section > div {
    max-width: 1318px;
}

.gray-section-image {
    width: 380px;
}

.gray-section-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gray-section-image-web {
    display: block;
}
.gray-section-image-mobile {
    display: none;
}

.light-orange-section {
    width: 100%;
    background-color: #ffeed9;
    padding: 3rem 5rem 2rem;
}

.light-blue-section {
    width: 100%;
    background-color: #f5f8fc;
    padding: 3rem 5rem 2rem;
}

.inner-section-container {
    max-width: 1560px;
    margin: auto;
}

.white-section {
    padding: 3rem 0;
}

.light_blue_text {
    color: var(--light-blue);
}

.numeric-circle-step {
    background-color: var(--orange);
    color: white;
    font-size: 40px;
    margin: 0 !important;
    display: flex;
    font-weight: bold;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    border-radius: 50%;
    width: 68px;
    min-width: 68px;
    max-width: 68px;
    height: 68px;
    min-height: 68px;
    max-height: 68px;
}

@media (max-width: 1600px) {
    .inner-section-container {
        max-width: 1478px;
    }
    .inner-gray-section {
        padding: 3.75rem 5rem 3.75rem 5rem;
    }
    .gray-section.with-image .inner-gray-section > div {
        max-width: 1010px;
    }
    .inner-banner {
        max-width: 1380px;
        padding: 68px 4rem;
    }
    .inner-section-container {
        max-width: 100%;
    }
    .gray-section .inner-gray-section > div {
        max-width: 1324px;
    }
    .white-section {
        padding: 3rem 5rem;
    }
    .lapd-title1 {
        font-size: 35px;
    }
    .find_a_lawyer_container .results .title {
        height: auto;
        max-height: none;
        font-size: 1rem;
    }
    .find_a_lawyer_container .results .info {
        gap: 1.5rem;
    }
}

/* @media (max-width: 1360px) {
    
} */

@media (max-width: 950px) {
    .find_a_lawyer_container {
        flex-direction: column;
        margin: 0 30px 30px 30px;
    }
    .find_a_lawyer_container_2 {
        flex-direction: column;
        gap: 1rem;
    }
    .find_a_lawyer_container .filters {
        width: 100%;
        max-width: 100%;
    }
    .home_section_8_second .left img {
        top: 0;
        
    }
    .home_section_8_second .left {
        /* height: 350px; */
    }
    .accordeon_filter, .jc_af {
        border-radius: 30px;
        display: flex;
        align-items: center;
        padding: 10px 20px;
        margin: 15px 0;
    }
    .accordeon_filter:not(.main_title), .jc_af {
        background: transparent;
        color: #063579;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 20px;
        padding: 10px 15px;
    }

    #search_by_name {
        border-radius: 30px;
        width: 100%;
        margin: 0 auto;
    }
    .find_a_lawyer_container .results .title {
        font-size: 15px;
        width: 100%;
    }
    .find_a_lawyer_container .results {
        margin-top: 5px;
        width: 100%;
    }
    /* .find_a_lawyer_container .results .info {
        flex-direction: column;
        align-items: flex-start;
    } */
    .sort_city_filter {
        justify-content: flex-start;
        /* margin-top: 20px; */
    }

    #city_field {
        background: #d67e2d3b;
        border: none;
        color: #D67E2D;
    }
    #city_field::placeholder {
        color: #D67E2D;
    }
    #lawyers_results_container {
        margin-top: 0;
    }
    .lawyer_card .orange_text {
        font-size: 15px;
    }
    .lawyer_card .light_blue_text {
        font-size: 13px;
    }
    .all_filters.options {
        background: transparent;
        margin: 0;
    }
    #clear_filters {
        color: white;
        border-radius: 30px;
        background: var(--dark-blue);
            display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 1.5rem;
    }
    /* .accordeon_filter.main_title:after, .jc_af:after {
        background-image: url(https://justcharged.com/wp-content/uploads/2022/04/Icon-ionic-ios-arrow-down.png);
    } */
    .options {
        margin: 0;
        padding: 0 15px;
        margin-right: 0;
        width: 100%;
    }
    
    .jc_main_af {
        color: white;
        border-radius: 30px;
        background: var(--dark-blue);
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 1.5rem;
        font-size: 1.1rem;
        font-weight: 500;
        padding: 8px 20px;
        cursor: pointer;
        width: 100%;
    }
    .jc_main_af.main_title:after {
        background-image: url(https://justcharged.com/wp-content/uploads/2022/04/Icon-ionic-ios-arrow-down.png);
    }
	
	.lawyer-page-title {
		font-size: 24px;
		margin-top: 1.25rem;
		margin-bottom: 1.25rem;
	}

	.lawyer-page-description {
		font-size: 14px;
	}
	
	.lapd-title1 {
		font-size: 24px;
        line-height: 30px;
	}
	.lapd-title2 {
		font-size: 24px;
        line-height: 30px;
        margin-bottom: 0.5rem;
	}
	.lapd-text {
		font-size: 18px;
        line-height: 24px;
	}
	ul.lapd-text, ol.lapd-text {
		padding-left: 2.75rem;
	}
	.find_a_lawyer_container .main_title h3 {
        color: white;
    }

    .inner-gray-section {
        padding: 3.75rem 2.5rem 3.75rem 2.5rem;
    }

    .light-orange-section, .light-blue-section {
        padding: 3rem 2.5rem 2rem;
    }

    .inner_banner {
        padding: 40px 2.5rem;
    }

    .inner_banner .first_title {
        font-size: 28px;
        line-height: 34px;
    }

    .inner_banner .first_description {
        font-size: 17px;
        line-height: 22px;
    }
    .find_a_lawyer_container .results .title {
        height: auto;
        max-height: none;
    }
    .lapd-list-container {
        gap: 1.5rem;
    }
    .white-section {
        padding: 3rem 2.5rem;
    }
    .numeric-circle-step {
        font-size: 30px;
        width: 56px;
        min-width: 56px;
        max-width: 56px;
        height: 56px;
        min-height: 56px;
        max-height: 56px;
    }
    .lapd-title-final-section {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 2.5rem;
        margin-top: 0.5rem;
    }
    .lapd-title1.final-section {
        font-size: 28px;
        line-height: 34px;
    }
	
}
/* @media (min-width: 951px) and (max-width: 1100px) {
    .find_a_lawyer_container .results .info {
        flex-direction: column;
        gap: 20px
    }
}*/
@media (max-width: 1399px) {
    .find_a_lawyer_first_banner {
        margin-top: 83px;
    }
    .find_a_lawyer_container {
        margin-top: 0;
    }
     .not_found_on_city_msg2 {
            font-size: 22px;
    }
}
@media (min-width: 1400px) {
    .find_a_lawyer_container {
        margin-top: 0;
    }
}

@media (min-width: 951px) {
    .accordeon_filter:not(.main_title), .jc_af {
        border-bottom: 1px solid silver;
        border-radius: 0;
        padding: 15px 5px;
    }
    .all_filters.options {
        padding-right: 8px;
    }
    .accordeon_filter.main_title {
        background: transparent;
        color: var(--dark-blue);
        font-size: 40px;
        padding: 0;
    }
    .accordeon_filter:after, .jc_af:after {
        background-image: url(https://justcharged.com/wp-content/uploads/2021/12/Icon-ionic-ios-arrow-down.png);
    }
    .active:after {
        /*https://justcharged.com/wp-content/uploads/2021/12/Icon-ionic-ios-arrow-down.png*/
        background-image: url(https://justcharged.com/wp-content/uploads/2021/12/Icon-ionic-ios-arrow-down.png);
    }
	
	
	.map-container-mobile {
		display: none !important;
	}

	.map-container-web {
		display: block !important;
	}
	
	/* Filtros fijos */
	.filters {
		/* position: fixed !important; */
		position: sticky !important;
    top: 6rem;
    min-width: 290px !important;
    background-color: white;
    overflow: auto;
    max-height: calc(100vh - 110px);
    max-width: 290px !important;
	}
	
	.all_filters.options {
		overflow: visible !important;
		min-height: 314px;
	}
	
	.find_a_lawyer_container .results {
		margin-left: 7%;
	}

}
@media (min-width: 999px) {
	.find_a_lawyer_container .results {
		margin-left: 4%;
	}
}
@media (min-width: 1300px) {
	.filters {
        min-width: 320px !important;
        max-width: 380px !important;
    }
}

@media (min-width: 720px) and (max-width: 950px) {
    .find_a_lawyer_container .results .title {
	    font-size: 18px;
	}
}

/* TABLET HORIZONTAL */
@media (min-width: 951px) and (max-width: 1200px) {
    .jc_af {
		font-size: 18px;
	}
	.find_a_lawyer_container .results .title {
	    font-size: 16px;
	}
}

@media (max-width: 719px) {
    .find_a_lawyer_container .results .info {
        flex-direction: column;
        align-items: flex-start;
		margin-bottom: 2rem;
    }
     .not_found_on_city_msg2 {
        font-size: 17px;
    }
    .not_found_on_city_msg2 .small {
        font-size: 14px;
    }

    /* 2025-08-29 | Mobile */
    .inner_banner .first_title {
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 1.5rem;
    }
    .inner_banner .first_description {
        font-size: 14px;
        line-height: 18px;
    }
    .find_a_lawyer_container .main_title {
        margin-top: 0.5rem;
        margin-bottom: 6px;
    }
    .find_a_lawyer_container .main_title h3 {
        color: white;
    }
    .find_a_lawyer_container_2 {
        gap: 0;
    }
    .find_a_lawyer_container .results .title {
        height: auto;
        max-height: none;
    }
    .find_a_lawyer_container_2 .info .title {
        padding: 6px 18px;
    }
    .find_a_lawyer_container .results .info {
        gap: 0;
        margin-bottom: 4px;
    }
    .sort_city_filter {
        margin-top: 14px;
    }
    .filters .main_title, #city_field, #search_by_name, #search_by_name::placeholder {
        font-size: 14px;
    }
    #city_field {
        padding-left: 48px !important;
    }
    .icon-btn-city {
        left: 20px;
    }
    .jc_af {
        margin: 0;
    }
    .jc_af_sub {
        font-size: 13px;
    }
    .check {
        margin-top: 12px;
    }
    .check label {
        font-size: 14px;
    }
    .check > input[type="checkbox"] + *::before {
        margin-right: 16px;
    }

    .lawyer_card a {
        margin-top: 12px;
    }
    .lawyer_card .orange_text {
        font-size: 14px;
    }
    .lawyer_card .light_blue_text {
        font-size: 12px;
    }

    .gray-section.with-image {
        flex-direction: column;
    }
    .inner-gray-section {
        padding: 1.5rem 2.5rem 1.5rem 2.5rem;
    }
    .lapd-title1 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 1.5rem;
    }
    .lapd-title1.final-section {
        font-size: 20px;
        text-align: center;
    }
    .final-section-list .lapd-text {
        text-align: center;
    }
    .lapd-text {
        font-size: 14px;
        line-height: 18px;
    }
    .lapd-title2 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 0.5rem;
    }
    .final-section-list {
        gap: 1.5rem;
    }
    .lapd-item {
        gap: 1rem;
    }
    .lapd-icon {
        height: 18px;
        margin-top: 10px;
    }
    .lapd-list-container {
        gap: 0.5rem;
    }
    .mb-9 {
        margin-bottom: 1.75rem;
    }
    .gray-section-image {
        width: 100%;
    }
    .gray-section-image-web {
        display: none;
    }
    .gray-section-image-mobile {
        display: block;
    }
    .middle-banner {
        background: transparent url(https://justcharged.com/wp-content/uploads/2025/08/Grupo-4067-a.webp) 0% 0% no-repeat padding-box;
    }
    .white-section {
        padding: 2rem 2.5rem;
    }
    .charges-title {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 1.5rem;
        text-align: left;
        gap: 18px;
    }
    .charges-title-icon {
        height: 42px;
    }
    .white-section .lapd-text {
        margin-bottom: 0;
    }
    .light-orange-section, .light-blue-section {
        padding: 2rem 2.25rem 1rem;
    }
    .numeric-circle-step {
        font-size: 24px;
        width: 44px;
        min-width: 44px;
        max-width: 44px;
        height: 44px;
        min-height: 44px;
        max-height: 44px;
    }
    .lapd-title-final-section {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 1.5rem;
        margin-top: 0;
        text-align: center;
    }
    .inner_banner {
        padding: 30px;
    }

}

@media (max-width: 519px) {
    .sort_city_filter {
        max-width: initial;
    }
    .find_a_lawyer_container_2 {
        flex-direction: column;
        gap: 0;
    }
}

@media (min-width: 1400px) {
    .find_a_lawyer_container .results {
        margin-left: 3rem;
		width: 100%;
    }

    .filters {
      top: 9.5rem;
      max-height: calc(100vh - 170px);
    }
}




.mb-1 {
    margin-bottom: 4px;
}

.mb-3 {
    margin-bottom: 12px;
}

.mb-9 {
    margin-bottom: 2.25rem;
}