.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

.header-proyectos {
    margin-bottom: 10px;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.item-proyecto {
    border-radius: 6px;
    padding: 15px;
    margin: 0 10px;
}

.title-proyecto {
    background: #ffffff;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    word-break: break-word;
}

.description-proyecto {
    background: #ffffff;
    font-size: 16px;
    margin-top: 10px;
    padding: 10px;
    word-break: break-word;
}

.value-proyecto {
    background: #ffffff;
    padding: 10px;
    border-radius: 6px;
    width: 100%;
}

.img-proyecto {
    max-width: 100%;
    max-height: 150px;
    object-fit: contain;
}

.btn-proyecto {
    width: 100%;
}

.no-image-proyecto {
    background: #ffffff;
    width: 100%;
    max-width: 250px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin: auto;
}

@media (max-width: 767px) {
    .module-title-nav {
        flex-direction: column !important;
        align-items: flex-start !important;
        padding-left: 0 !important;
        margin-right: 0 !important;
    }

    .btn-proyecto {
        width: 10%;
    }

    .module-nav {
        display: none !important;
    }

    .item-wrap {
        padding: 0px !important;
    }

    .row {
        flex-direction: column !important;
    }

    .col-md-3,
    .col-md-7,
    .col-md-2,
    .col-12 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .text-right,
    .justify-content-end {
        justify-content: flex-start !important;
        text-align: left !important;
    }

    .img-proyecto {
        max-width: 100% !important;
        height: auto !important;
        padding: 20px 0 !important;
    }

    .no-image-proyecto {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        padding: 20px 0 !important;
    }
}