<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#header {
    position: fixed;
    top: 0;
    transition: padding 200ms;
    padding: 20px 30px;
    width: 100%;
    margin: 0 auto;
    padding: 9px 45px 8px 45px;

    background-color: #ffffff;
    z-index: 999;
    min-height: 85px;

    moz-box-shadow: 0px 12px 46px rgba(0,0,0,.2);
    -webkit-box-shadow: 0px 12px 46px rgba(0,0,0,.2);
    box-shadow: 0px 12px 46px rgba(0,0,0,.2)
}

#header .profile-selector {
    float: left;
}

#header .profile-selector-image {
    float: left;
    position: relative;
}

.notifications {
    cursor: default;
    position: absolute;
    top: -5px;
    right: -10px;
    background-color: green;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    width: 28px;
    height: 28px;
    padding: 7px 4px 4px;
}

#profiles-dropdown .notifications {
    right: -12px;
    top:   -12px;
    font-size: 10px;
    height: 24px;
    width: 24px;
}

.notifications + .notifications { right: 12px; }

#profiles-dropdown .notifications + .notifications { right: 8px; }

.notifications.event-notifications {
    background-color: rgb(63, 81, 181);
}

#header .profile-selector-name {
    float: left;
    padding-left: 18px;
    padding-right: 18px;
    margin-top: 12px;
    max-width: 250px;
}

#header .profile-selector-name .profile-edit {
    margin-top: 5px;
}

#header .profile-selector-dropdown {
    float: left;
}
#header .profile-selector-dropdown .dropdown-link {
    font-size: 28px;
}

#header .profile-selector-dropdown .dropdown-link:hover,
#header .profile-selector-dropdown .dropdown-link:focus {
    color: #e40007;
    transition-delay: 0.25ms;
}

@media (min-width: 992px) and (max-width: 1199px) {
    #header .profile-selector-name {
        max-width: 195px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #header .profile-selector-name {
        width: 180px;
    }
}
@media (max-width: 767px) {
    #header .profile-selector-name {
        width: 178px;
    }
}

/*----
  Logo
  ----*/
#header .header-logo-container {
    height: 60px;
}

#header .header-logo-container img {
    height: 100%;
    width: auto;
}

/*------------------
  MenÃº de navegaciÃ³n
  ------------------*/
#header .header-nav {
    height: 60px;
    text-align: center;
    align-items: center;
}

#header .header-links {
    margin: 0 auto;
}

#header .header-link {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    color: #4c4c4c;
    height: 100%;

    line-height: 77px;

    padding: 15px 0;

    margin-right: 17px;
}

#header .header-link:hover,
#header .header-link:focus,
#header .header-link.active,
#header .header-link:active {
    color: #3fa9f5;
    border-bottom: 6px solid #3dabf5;
    text-decoration: none;
}

/*-------------------------
  Buscador y botÃ³n de login
  -------------------------*/
#header .header-other {
    text-align: right;
    padding-right: 0;
    padding-left: 0;
}

#header .login-container,
#header .search-container {
    position: relative;
    display: inline-block;
}

#header .login-container.logged-out {
    width: 100%;
    text-align: center;
}

#header .header-input {
    font-family: 'Roboto', sans-serif;

    height: 45px;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #3dabf5;
}

#header .header-search {
    width: 200px;
    text-transform: uppercase;
    color: #3dabf5;

    margin-right: 25px;
}

#header .header-login {
    width: 145px;

    font-size: 16px;
    text-align: center;
    font-weight: 700;
    color: #ffffff;

    background-color: #3dabf5;
}

#header .header-other button.header-login {
    margin-top: 10px;
}

/* ESTO NO ESTA ESTANDARIZADO AÃšN!!! */
#header .header-search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #3dabf5;
}
#header .header-search::-moz-placeholder { /* Firefox 19+ */
  color: #3dabf5;
}
#header .header-search:-ms-input-placeholder { /* IE 10+ */
  color: #3dabf5;
}
#header .header-search:-moz-placeholder { /* Firefox 18- */
  color: #3dabf5;
}
#header .header-search::placeholder {
    color: #3dabf5;
}

/*---------------
  Modal de acceso
  ---------------*/
@media (min-width: 768px) {
    .email-access {
        margin: 0 auto;
    }
}

.access-buttons {
/*
    display: inline-block;
*/
    padding: 25px 0 25px 0;
    margin: 0 auto;
    max-width: 100%;
}

.access-buttons a:hover, .email-access a:hover {
    text-decoration: none;
    color: #ffffff;
}

.access-buttons .facebook .fa,
.access-buttons .google .fa,
.access-buttons .instagram .fa {
    display: inline-block;
    margin-left: -48px;
    padding-right: 16px;
    border-right: 1px solid;
    margin-right: 16px;
}

.access-buttons .facebook, .email-access .facebook { background-color: #075492; }
.access-buttons .google, .email-access .google { background-color: #ce282b; }
.access-buttons .instagram, .email-access .instagram { background-color: #d12798; }

.access-buttons .fa, .email-access .fa {

}

@media (max-width: 767px) {
    .access-buttons .fa, .email-access .fa {
        padding-right: 6px;
        margin-right: 7px;
        margin-left: 0;
    }
}

.access-header {
    display: inline-block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
}

.access-container {
    padding: 30px;
}

.access-form-container {
    border: 1px solid #d0d2d3;
    padding: 30px;
}

.access-container.register-confirmation {
    margin-left: 0;
    width: 100%;
}

.access-container.register-confirmation &gt; .register-success {
    margin: 0;
}

.access-profile-img {
    width: 62px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
}

.login-container.profile {
    margin-top: 20px;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .email-access-column-new {
        margin-top: 25px;
    }
}

.profile-name {
    display: block;

    color: #9d9fa0;
    font-size: 14px;
    font-weight: 300;
}

.profile-selector .profile-selector-dropdown .fa {
    margin-top: 22px;
}

.profile {
    z-index: 1;
    background-color: #ffffff;
}

.public-profile a {
    font-weight: bold;
}

.profile.space {
    background-color: #ffdbde;
}

.public-profile.space {
    background-color: #ffeeef;
}

.profile.space .profile-name {
    color: #f7666a;
}

.profile.musician {
    background-color: #b9cafb
}

.public-profile.musician {
    background-color: #e0e8ff;
}

.profile.musician .profile-name {
    color: #007ebd;
}

.profile.promoter .profile-name {
    color: #9d9fa0;
    font-weight: bold;
}

.public-profile.fan {
    background-color: grey;
}

.profile.fan .profile-name {
    color: grey;
}

.profile.fan {
    background-color: #f1f1f1;
}

.profile.fan .profile-name {
   color: #2f2e2e;
}





.profile-edit,
.profile-edit:hover,
.profile-edit:active,
.profile-edit:focus,
.profile-change,
.profile-change:hover,
.profile-change:active,
.profile-change:focus {
    color: #9d9fa0;
    text-decoration: none;
}
.profile-edit,
.profile-change {
    background-color: #ffffff;
    border: 1px solid #e4e5e6;
    border-radius: 4px;
    padding: 0 10px;
    text-transform: uppercase;
    display: block;
    float: right;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
}

.profile-edit strong,
.profile-change strong {
    color: #3fa9f5;
}
.profile-edit {
    margin-left: 2px;
}

@media (max-width: 991px) {
    .profile-edit,
    .profile-change {
        display: inline-block;
        float: none;
        margin-left: 0;
    }

    .profile-edit {
        margin-left: 0;
        padding: 0 10px;
    }
}

.profile-selector-dropdown .fa {
    margin-left: 8px;
    color: #ff5257;
}

.profile-selector-dropdown a.fa:hover {
    text-decoration: none;
}

#profiles-dropdown {
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #ffffff;
    border: 1px solid #e4e5e6;
    border-right: 0;
    border-radius: 0 0 4px 4px;
    max-height: 60vh;
    overflow-y: auto;
    width: 295px;
    float: left;
}

#profiles-dropdown .profile {
    position: relative;
    padding: 20px;
    float: left;
}
#profiles-dropdown .profiles-dropdown-image {
    float: left;
    position:relative;
}
#profiles-dropdown .profiles-dropdown-name {
    float: left;
    margin-left: 13px;
}
#profiles-dropdown .profiles-dropdown-name .type{
    font-size: 10px;
    color: #505050;
}
#profiles-dropdown .profiles-dropdown-links {
    float: left;
    margin-top: 5px;

}

#profiles-dropdown .profile + .profile {
    border-top: 1px solid #e4e5e6;
}

#profiles-dropdown .logout,
#profiles-dropdown .new-profile{
    padding: 20px;
    text-align: center;
    float: left;
    width: 100%;
}
#profiles-dropdown .logout{
    border-top: 1px solid #e4e5e6;
}

#profiles-dropdown .profile-name {
    margin-top: 4px;
    max-width: 190px;
}

#profiles-dropdown .profile-name .fa{
    float: right;
    display: inline-block;
    line-height: 22px;
}

#profiles-dropdown .profile-name:hover {
    text-decoration: none;
}

#profiles-dropdown .access-profile-img {
    width: 32px;
    height: 32px;
    top: 20px;
}


/* estilos para JS */
@media (min-width: 992px) {}

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

@media (max-width: 1195px) {
    #header .header-nav {
        padding: 0;
    }

    #header .header-link {
        margin-right: 24px;
    }
}
@media (max-width: 1079px) {
    #header .header-nav {
        padding: 0;
    }

    #header .header-link {
        margin-right: 4px;
    }
    #header .header-link:last-of-type {
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    #header .header-link {
        margin-right: 0;
    }
}

.header-nav-menu-toggle {
    padding-top: 13px;
    border: 0;
    background: transparent;
    float: right;
}

.header-logo-container {
    padding-left: 0;
}

.header-nav-menu-toggle .fa {
    color: #3fa9f5;
    font-size: 34px;
}

.header-nav-menu {
    position: absolute;
    overflow: hidden;
    top: 100%;
    right: 0;
    background-color: #ffffff;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 20px;
    max-width: 295px;

    max-height: calc(100vh - 95px);
    overflow-y: auto;
}

@media (max-width: 991px) {
    .header-nav-menu {
        width: 295px;
        display: none;
    }
}

#header .header-nav-menu .header-link {
    display: block;
    height: auto;
    line-height: normal;
    text-align: right;
}

@media (max-width: 767px) {
    #header .header-nav-menu .header-link {
       text-align: center;
    }
}

/*-------------
  Buscar/Entrar
  -------------*/
@media (max-width: 1380px) and (min-width: 1231px) {
    #header .header-search {
        width: 150px;
    }
}
@media (max-width: 1230px) and (min-width: 1140px) {
    #header .header-search,
    #header .header-login {
        width: 120px;
    }
}
@media (max-width: 1139px) and (min-width: 768px) {
    #header .header-search {
        margin-right: 0;
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    #header .header-other {
        text-align: center;
    }

    .header-logo-container {
        text-align: center;
    }

    .scroll-top #profiles-dropdown:before {
        top: 91px;
    }
}
@media (max-width: 680px) {
    #header .header-search,
    #header .header-login {
        width: 120px;
    }
}
</pre></body></html>