.sf-field-search {
    position: absolute;
    left: calc(50% - 300px);
    bottom: -110px;
}
.sf-field-taxonomy-ciudad > ul {
    display: flex;
    justify-content: space-evenly;
}
.sf-option-active {
    background: #fff;
    border: none !important;
    color: var(--e-global-color-primary) !important;
	padding: 10px 20px !important;
}
.sf-option-active > label {
    color: var(--e-global-color-primary) !important;
	padding-left: 15px !important;
}
.sf-label-radio {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
	text-align: center;
	color: #FFFFFF;
	position: relative;
	padding: 0 !important;
	cursor: pointer;
}
.sf-level-0 {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 10px 20px !important;
    border: 1px solid #FFF;
    border-radius: 110px;
	cursor: pointer;
}
.sf-field-search {
    display: flex;
}
/* .searchandfilter > ul > .sf-field-search > label:after {
    content: '';
    background: url(/wp-content/uploads/2022/12/Group-5-1.svg)no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: calc(50% - 8px);
    left: 25px;
    background-size: cover;
} */

.searchandfilter > ul > li > ul > li > .sf-input-radio {
    display: none !important;
}

.searchandfilter > ul {
    padding: 0;
}

.sf-option-active > .sf-label-radio:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    transition: all .4s;
    background-image: url('../../../uploads/2024/12/checklist-centenario-red.svg');
    background-size: 20px;
    border-radius: 100px;
	background-position: 50% 60%;
	background-color: #fff;
	position: absolute;
	left: -10px;
	top: -2px;
}
.sf-field-search > label {
    padding: 10px;
    background-color: #11111133;
    border-radius: 8px;
}
.sf-input-text::placeholer {
    font-size: 14px;
    color: #0E131F;
}
.searchandfilter > ul > li > label > .sf-input-text {
     border: none;
     background: #FFF;
     width: 580px;
     font-style: normal;
     font-weight: 500;
     font-size: 13px;
     line-height: 15px;
     color: #ADAABF;
    
    display: inline-block;
    box-sizing: border-box !important;
    padding: 14px 20px !important;
    background-image: url('../../../uploads/2024/12/btn-search-projects-centenario.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: calc(100% - 0px) center;
	border-radius: 8px !important;
}

.searchandfilter > ul > li > label > .sf-input-text:focus {
     border: none;
     appearance: none !important;
}

.sf-select-projects {
    background: var(--e-global-color-231ef25);
    background-image: url('../../../uploads/2024/12/arrow-select-project-centenario.svg');
    background-size: 26px;
    background-position: calc(100% - 10px) 65%;
    background-repeat: no-repeat;
    border: none;
    color: var(--e-global-color-primary)!important;
    border-radius: 8px;
    padding: 0px 20px;
    appearance: none !important; 
    max-width: 340px;
	width: 100%;
}

.sf-select-projects > option {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #E62934;
}

.sf-select-projects > option:hover {
     box-shadow: 0 0 10px 100px #1882A8 inset;
    appearance: none;
}

 .sf-select-projects-container {
    display: none ;
}
.no-mobile {
    padding: 0;
}

@media (max-width: 767px) {
	.no-mobile {
		display: none !important;
	}
	.sf-select-projects-container {
		display: flex;
		justify-content: center;
	}
	.searchandfilter > ul > li > label > .sf-input-text {
		border: none !important;
		background: #FFF;
		width: 340px;
		font-style: normal;
		font-weight: 500;
		font-size: 12px;
		line-height: 15px;
		color: #ADAABF;
		display: inline-block;
		box-sizing: border-box !important;
		padding: 17px 20px !important;
		background-image: url('../../../uploads/2024/12/btn-search-projects-responsive-centenario.svg');
		background-repeat: no-repeat;
		background-size: auto;
		background-position: calc(100% - 0px) center;
		height: 40px;
		min-height: 40px !important;
	}
    .sf-field-search {
        bottom: -55px !important;
        left: calc(50% - 170px);
    }
    
    .sf-field-taxonomy-ciudad {
        margin: -20px 0px 0px 0px !important;
    }
    .sf-field-search > label {
        padding: 0;
        background-color: transparent;
    }
}