.container-vallesul-section-empreendimentos {
    width: 100%;
}

.container-vallesul-section-empreendimentos .row {
    width: 100%;
    display: flex;
    gap: 32px;
    align-items: center;
    flex-direction: column;
}

.container-vallesul-section-empreendimentos .col-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 16px;
    text-align: center;
}

.container-vallesul-section-empreendimentos .sobtitle {
    border-radius: 4px;
    padding-right: 8px;
    padding-left: 8px;
    background-color: #FFF100;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    width: max-content;
    color: #000;
}

.container-vallesul-section-empreendimentos .title h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    margin: 0;
}

.container-vallesul-section-empreendimentos .description {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 32px;
}

.container-vallesul-section-empreendimentos .col-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.container-vallesul-section-empreendimentos .list {
    width: 100%;
    display: flex;
    gap: 32px;
    flex-direction: row;
    flex-wrap: wrap;
}

.container-vallesul-section-empreendimentos .item {
    width: 384px;
}

.container-vallesul-section-empreendimentos .item .image {
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    position: relative;
}

.container-vallesul-section-empreendimentos .item .image .overlayer {
    width: 50px;
    height: 105px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url('../images/widget-vallesul-section-empreendimentos-overlayer.png');
    background-repeat: no-repeat;
    background-position: top left;
}

.container-vallesul-section-empreendimentos .item .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container-vallesul-section-empreendimentos .texts {
    background-color: #231F20;
    padding: 24px 16px;
    border-radius: 0 0 8px 8px;
    min-height: 310px;
}

.container-vallesul-section-empreendimentos .col-content .item .title {
    margin-bottom: 8px;
}

.container-vallesul-section-empreendimentos .col-content .item .title h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #fff;
    margin: 0;
}

.container-vallesul-section-empreendimentos .col-content .item .description {
    line-height: 120%;
    color: #fff;
}

.container-vallesul-section-empreendimentos .button a {
    border-radius: 6px;
    padding: 9px 8px 9px 12px;
    background-color: #FFF100;
    box-shadow: 0px 1px 2px 0px #0D0D0D0A;
    display: inline-block;
}

.container-vallesul-section-empreendimentos .button a:hover {
    opacity: .7;
}

.container-vallesul-section-empreendimentos .button a:active {
    opacity: .9;
}

.container-vallesul-section-empreendimentos .button a .text {
    color: #231F20;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
}

.container-vallesul-section-empreendimentos .button a .icon {
    display: inline-block;
    height: 24px;
}

.container-vallesul-section-empreendimentos .button a svg {
    vertical-align: middle;
}

@media(max-width: 767px) {
    .container-vallesul-section-empreendimentos .list {
        justify-content: center;
    }

    .container-vallesul-section-empreendimentos .title h2 {
        font-size: 24px;
    }

    .container-vallesul-section-empreendimentos .item .image .overlayer {
        display: none;
    }
}

@media(max-width: 480px) {
    .container-vallesul-section-empreendimentos .item {
        width: 100%;
    }
}