<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.profile-img {
    margin-top: -20px;
    height: 75px;
    width: 75px;

    border: 1px solid #d1d3d4;
    border-radius: 50%;
}

.index-column-content .artist-area-name-container {
    padding-top: 28px;
    margin-bottom: 12px;
}

@media (max-width: 1199px) {
    .index-column-content .artist-area-name-container {
        padding-top: 6px;
    }
}

@media (max-width: 991px) {
    .info-container {
        margin-left: -35px;
    }
}

.index-column-content .artist-area-name,
.index-column-content .artist-area-name:hover {
    font-family: 'Roboto Slab', serif;
    color: #231f20;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
}

.right-column .details .guitar-icon {
    float: left;
    display: inline-block;
    height: 15px;
    width: 10px;

    background: url("../../img/icons/icon_guitar.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 14px;
}

.score-fans {
    margin-bottom: 20px;
}

.score-fans, .score-fans span, .score-fans strong {
    font-size: 11px;
}

.score-fans .num-votes {
    margin-left: 6px;
}

.score-fans .num-fans {
    margin-left: 4px;
}

.score .fa,
.detail .fa {
    color: #3fa9f5;
    font-weight: 400;
    line-height: 16px;
}

.score .fa {
    font-size: 12px;
}

.detail .fa {
    font-size: 14px;
    float: left;
}

.current-score {
    display: inline;
}

.current-score .fa.full-star:before {
    content: "\f005";
}

.current-score .fa.half-star:before {
    content: "\f123";
}

.current-score .fa.empty-star:before {
    content: "\f006";
}

@media (max-width: 1199px) {
    .detail .fa {
        float: none;
    }
}

.score-fans .separator {
    display: inline-block;
    margin: 0 10px;
}

.score-fans .gray-text {
    color: #b2b4b5;
}

.fans-number {
    text-transform: uppercase;
}

.fans-number .fa {
    color: #ff5257;
}

.event-bottom .space-details .details {
    overflow: hidden;
}

.detail {
    float: left;
    clear: both;
    width: 100%;
}

@media (max-width: 1199px) {
    .detail {
        float: none;
    }
}

@media (max-width: 991px) {
    .detail {
        float: none;
    }
}

.detail .detail-name,
.characteristic .characteristic-name {
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    color: #4c4c4c;
}

.detail .detail-name {
    /*
        position: absolute;
    */
    float: left;
    left: 24px; /* offset para icono */
    padding: 2px 0;
    margin-left: 5px;

    text-align: left;
}

@media (max-width: 1199px) {
    .detail .detail-name {
        float: none;
    }
}

.detail .detail-value {
    /*
        position: absolute;
    */
    float: right;
    max-width: 152px;
    right: 0;
    padding: 2px 0;
    text-align: right;

    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    color: #231f20;
}

@media (max-width: 1199px) {
    .detail .detail-value {
        float: none;
        display: block;
        text-align: left;
        width: 100%;
    }
}

.detail {
    margin-bottom: 2px;
    border-bottom: 1px solid #e4e5e6;
    padding-bottom: 2px;
}

.detail.characteristic {
    text-align: center;
}

.artists .index-column-artist-area .profile-img-container,
.artists .index-column-artist-area .info-container,
.spaces .index-column-artist-area .profile-img-container,
.spaces .index-column-artist-area .info-container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
}

.artists .index-column-artist-area .profile-img,
.spaces  .index-column-artist-area .profile-img {
    display: block;
    margin: 0 auto;

    width: 100px;
    height: 100px;
}

/*----------
  Responsive
  ----------*/

/* Para el cambio de tamaÃ±o de los 'container' */
@media (max-width: 1199px) {
    .index-column-artist-area .profile-img-container,
    .index-column-artist-area .info-container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 0;
    }

    .index-column-artist-area .index-column-content {
        padding-top: 0;
    }

    .index-column-artist-area .profile-img {
        display: block;
        margin: 0 auto;

        width: 100px;
        height: 100px;
    }

    .artist-area-name-container,
    .score-fans {
        text-align: center;
    }
}


@media (max-width: 767px) {
    .profile-details {
        padding-top: 30px;
    }
}

.align-left {
    text-align: left;
}
</pre></body></html>