
.nav-recommendations-contain .tile-footer, .tile-list-title, .truncate-single-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fund-location {
    color: #008000;
    font-size: .875rem;
    font-weight: 900;
    text-transform: uppercase;
}
.fund-item {
    margin-bottom: .5rem;
}
.fund-title {
    color: #333;
    display: block;
    font-weight: 900;
}
.text-small {
    color: #666;
    font-size: .875rem;
}
.clamp {
    max-height: 3.5rem;
    overflow: hidden;
}

    .campaign-tile-img--contain, .react-campaign-tile-img--contain {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 4px;
        display: block;
        padding-top: 66.625%;
        width: 100%;
    }
.progress-bar-behind {
    background-color: #eaf3f1;
    width: 100%;
}
.progress-bar {
    border-radius: 6.25rem;
    height: .25rem;
}
.progress-bar-fill {
    background-color: #008000;
}

.fund-item:last-child {
    margin-bottom: 0;
}
.mb2x, .mb30, .mb32 {
    margin-bottom: 2rem!important;
}

.react-campaign-tile-details {
    background: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 1rem 0;
}
.content-section, .content-section-multi-container {
    padding: 2rem 1rem;
    position: relative;
}
.rounded {
    border-radius: .25rem!important;
}
.w100{
    width: 100%;
}
.col-detalle-evento-single{
    width: calc(100% - 600px);
    display: inline-block;
    vertical-align: top;
    max-width: 65%;
}
.fs-cantidad_donativo{
    font-size: 35px;
}
@media print, screen and (min-width: 40em){
    .col-detalle-evento-single .h1, .col-detalle-evento-single h1 {
        font-size: 3rem;
        line-height: 3.3rem;
    }
}

@media print, screen and (min-width: 60em){
    .content-section, .content-section-multi-container {
        padding: 4rem 1rem;
    }
    }
@media print, screen and (min-width: 48em) {
    .react-campaign-tile-details {
        padding: 1rem;
        padding-bottom: 2rem;
    }
}
@media print, screen and (min-width: 60em) {
    .heading-2 {
        font-size: 1.75rem;
        line-height: 2.5rem;
    }
}
@media print, screen and (min-width: 48em) {
    .campaign-tile-img--contain, .react-campaign-tile-img--contain {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}