.investments-section
{
    padding: 10vh 0;
    font-family: "Open-Sans";
}
.investments-options
{
    
}
.investments-options-box
{
    margin: auto;
    background: rgb(20,20,20);
    padding: 1em 1em;
    border-radius: 50px;

}
.investments-options-box div
{
    display: inline-block;
    margin: 0 10px;
}
.investments-options-box div .btn-selected
{
    padding: 5px 20px;
    border: none;
    color: white;
    background: none;
    font-family: 'Open-Sans';
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: bold;
}
.investments-options-box #slc-investments
{
    background: #141414;
    color: white;
    border: none;
    height: 90%;
    width: 90%;
}
.investments-options-box div .btn-option
{
    padding: 5px 10px;
    border: none;
    border-right: 2px solid rgb(20,20,20);
    color: rgb(170, 170, 170);
    font-family: 'Open-Sans';
    background: none;
    transition-duration: 0.4s;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 0.8em;
}
.investments-options-box div .btn-option:hover
{
    color: white;
}
.investments-title
{
    margin-bottom: 10vh;
}

.investments
{
    width: 80%;
    margin: auto;
}
.investments-item
{
    list-style: none;
    margin-bottom: 4vh;
}
.investments-item a
{
    text-decoration: none;
}
.investments-item .item-container
{
    transition-duration: 0.4s;
    padding-top: 2vh;
    cursor: pointer;
}
.investments-item .item-container .item-image img
{
    width: 100%;
    height: 300px;
    margin: auto;
    border-radius: 4px;
    display: block;
    object-fit: cover;
    border-radius: 18px;
}
.investments-item .item-container .item-description
{
    padding: 2%;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 1px;
    color: #202020;
    text-align: center;
    display: block;
    font-family: "Open-Sans";
    text-transform: uppercase;
}
.investments-item .item-container .item-description .item-description-img img
{
    height: 22px;
    margin: 0.7em auto;
}
.investments-item .item-container .item-description .item-description-type
{
    font-size: 0.7em;
    letter-spacing: 1px;
    color: #606060;
    text-align: center;
}

#investments-types
{
    display: none;
}

@media screen and (max-width: 991px) {
    .investments-item .item-container .item-image img
    {
        width: 100%;
    }
}

#investments-abiertos,
#investments-cerrados,
#investments-desarrollos,
#investments-proyectos,
#investments-inversiones
{
    display: none;
}

.no-projects
{
    position: relative;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5em;
    font-weight: bold;
}