.projects-container {
    display: flex;
    gap: 15px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.project-card {
    font-size: 15px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #E5E5E5;
    transition: all .4s ease-in-out;
    position: relative;
}

.project-card__description__project-title a {
    color: #153F70;
    text-decoration: none;
}

.project-card__slider {
    height: 280px;
    visibility: visible;
}

.project-card__slider .slick-prev,
.project-card__slider .slick-next {
    top: 46% !important;
    z-index: 1;
    display: flex;
    align-items: end;
    justify-content: center;
    background: #17454e60 !important;
    line-height: 0;
    width: 25px;
    height: 25px;
}

.project-card__slider .slick-prev:hover,
.project-card__slider .slick-next:hover {
    opacity: 1;
}

.project-card__slider .slick-next {
    right: 0;
    border-radius: 2px 0 0 2px;
}

.project-card__slider .slick-next::before {
    transform: rotate(270deg);
    background: transparent !important;
    background-position: 50% !important;
}

.project-card__slider .slick-prev {
    left: 0;
    border-radius: 0 2px 2px 0;
}

.project-card__slider .slick-prev::before {
    transform: rotate(90deg);
    background: transparent !important;
    background-position: 50% !important;
}

.project-card__slider .slick-prev:before,
.project-card__slider .slick-next:before {
    content: '';
    width: 24px !important;
    height: 24px !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-size: 75% !important;
    font-size: 25px;
    display: flex;
    opacity: 1;
    padding: 0 !important;
    border: none !important;
}

.project-card__slider img {
    border-radius: 8px 8px 0 0;
    min-height: 280px;
    max-height: 280px;
    width: 100%;
}

.project-card__description__price {
    padding: 5px 12px 4px 12px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-direction: column;
}

.project-card__description__price__text {
    margin: 0;
    font-size: 18px;
    line-height: 1;
    display: flex;
    align-items: center;
}

.project-card__description__price__text--bold {
    display: flex;
    align-items: center;
}

.project-card__description__project-title {
    font-size: 15px;
    padding: 0 12px;
    margin-bottom: 0;
}

.project-card__description__project-location{
        padding: 0 12px;
        color: #153F70;
}

.project-card__description__project-location p {
    margin-top: 0;
}

.project-card__description__features {
    background-color: #F5F5F5;
    display: flex;
    padding: 10px 12px;
    align-items: center;
    justify-content: space-evenly;
}

.project-card__description__features__item {
    display: flex;
    border-right: 1px solid #A2A2A2;
    justify-content: center;
    align-items: center;
    font-size: 13.2px;
    white-space: nowrap;
    min-width: 17%;
    gap: 5px;
}

.project-card__description__features__item__img {
    min-width: 14px;
    max-width: 14px;
    height: 14px;
    margin-right: 5px;
}

.project-card__description__features__item__info {
    font-size: 1.1rem !important;
    margin-bottom: 0;
    margin-block-end: 0 !important;
}

.project-card__description__features__item:first-child {
    min-width: fit-content;
    padding-right: 10px;
}

.project-card__description__features__item:last-child {
    border-right: none;
    padding-right: 0;
}

.project-card__description__features__item p {
    margin: 0;
}

.project-card__banner {
    background: #0D2847;
    display: flex;
    align-items: center;
    position: absolute;
    min-height: 42px;
    top: 238px;
    width: 100%;
}

.project-card__banner .description {
    font-weight: 700;
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    line-height: 1;
    color: white;
}

.project-card__labels__1 .field__item {
    background: #00B5A6;
    color: white;
    font-size: 16px;
    font-weight: 800;
    padding: 3px 20px;
    text-align: center;
}

.project-card__labels__1 .field__item::before {
    content: "";
    position: absolute;
    clip-path: polygon(0 0, 100% 100%, 100% 0%);
    display: block;
    background: #0b8077;
    width: 9px;
    height: 12px;
    bottom: -12px;
    transform: rotateY(180deg);
    right: 0;
}

.project-card__footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    gap: 16px;
}

.project-card__footer__radio {
    text-align: center;
}

.project-card__footer__radio input[type="radio"]:checked+.box {
    border: 1px solid #CBE43F;
    color: #1D1F04;
    box-shadow: 0 4px 12px #E3F098;
    background: #BFD21E;
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: 14px center;
}

.project-card__footer__radio .box {
    transition: all 250ms ease;
    text-align: center;
    cursor: pointer;
    background: #F9FCE9;
    display: flex;
    padding: 7px 14px;
    border-radius: 8px;
    border: 1px solid #BFD21E;
    position: relative;
    justify-content: center;
    align-items: center;
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: 14px center;
    font-size: 14px;
}

.project-card__footer__radio .box img {
    max-width: 50px;
    height: fit-content;
    margin: 0 5px 0 0;
}

.project-card__footer__radio .box span {
    user-select: none;
    color: #0D2847;
    font-weight: 500;
}

.project-card__footer__radio .box:hover {
    box-shadow: 0 0 6px #EFF7C5;
    background-color: #CBE43F;
}

.project-card__footer__radio .items-option-credito {
    min-width: 48%;
    max-width: 48%;
}

.project-card__footer__radio .items-option-credito:first-child {
    margin-right: 24px;
}

.project-card__footer__radio .items-option-credito label {
    width: 100%;
}

.project-card__simulation {
    background: #EFE8FC;
    padding: 10px 12px;
    display: flex;
    border-top: 1px solid #4B14B8;
    justify-content: space-between;
    color: #250A5C;
    position: relative;
}

.project-card__simulation__data {
    max-width: 85%;
}

.project-card__simulation__data__title {
    font-size: 15px;
    margin-bottom: 5px;
}

.project-card__simulation__data__item {
    margin-bottom: 5px;
}

.project-card__simulation__data__item__label {
    font-size: 14px;
    line-height: 1.2;
}

.project-card__simulation__data__item__info {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

.project-card__simulation button {
    position: absolute;
    right: 12px;
}

.project-card__sustainable-brand {
    position: absolute;
    top: 25px;
    left: 25px;
    border-radius: 8px;
}

.project-card__builder-brand,
.project-card__home-builder-brand img {
    position: absolute;
    top: 234px;
    right: 16px;
    border-radius: 4px;
    max-width: 53px;
    max-height: 53px;
    padding: 3px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
    background: #ffffff;
    z-index: 1;
}

.project-card:hover {
    border-color: #D7EA6C;
    box-shadow: 0 0 8px #E3F098;
    transform: scale(1.02);
}

@media screen and (max-width: 500px) {
    .projects-container {
        flex-direction: column;
        padding: 20px;
    }

    .project-card {
        width: 100%;
    }

    .project-card__footer__radio .box {
        margin-right: 16px;
    }

    .project-card__footer__radio .items-option-credito {
        min-width: 100%;
        max-width: 100%;
    }

    .project-card__footer__radio .items-option-credito:first-child {
        margin-right: 24px;
    }
}


.primary-btn {
    background: #CBE43F;
    background-color: #CBE43F;
    border: 1px solid #CBE43F;
    color: #050F1A;
    padding: 7px 14px;
    font-size: 15px;
    border-radius: 6px;
    font-weight: 500;
    transition: all .4s ease-in;
    white-space: nowrap;
    display: flex;
    align-items: center;
    text-decoration: none;
}