<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.side-banner.title-content {
    padding-top: 30px;
}

.side-banner.title-content img {
    height: 60px;
}

.title-content .button {
    display: block;
    width: 320px;
    height: 54px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 6px;
    background-color: #ff5357;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    border: 3px solid #ff5357;
    padding: 15px;
}

.title-content .button:hover {
    text-decoration: none;
    border-color: #ffffff;
}

.title-content.slide1 {
    background-image: url("../img/slider/slide1.jpg");
}
.title-content.slide2 {
    background-image: url("../img/slider/slide2.jpg");
}
.title-content.slide3 {
    background-image: url("../img/slider/slide3.jpg");
}
.title-content.slide4 {
    background-image: url("../img/slider/slide4.jpg");
}
.title-content.slide5 {
    background-image: url("../img/slider/slide5.jpg");
}
.title-content.slide6 {
    background-image: url("../img/slider/slide6.jpg");
}
.title-content.banner_music {
    background-image: url("../img/banner/banner_music.png");
}
.title-content.banner_space {
    background-image: url("../img/banner/banner_space.png");
}
.title-content.banner_pro {
    background-image: url("../img/banner/banner_pro.png");
}

.banner_podcast{
    height: auto !important;
    background-color: #eeeeee;
}


.banner_pro.title-content h1,
.banner_pro.title-content h1 strong {
    margin-top: 30px !important;
}

.title-content h1,
.title-content h1 strong {
    margin-top: 93px;
    font-family: 'Roboto Slab', serif;
    font-size: 60px;
    line-height: 74px;
    text-transform: none;
}

.title-content h2,
.title-content h2 strong {
    margin-top: 93px;
    font-family: 'Roboto Slab', serif;
    font-size: 60px;
    line-height: 74px;
    text-transform: none;
}

.side-banner.title-content h1,
.side-banner.title-content h1 strong {
    margin-top: 0;
    line-height: 40px;
}

.spotyfy-widget{
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
}

@media (max-width: 400px) {
    .spotyfy-widget {
        padding-left: 22px;
        padding-right: 22px;
    }
}

.title-content.slide1 .title {
    width: 320px;
}

.title-content.slide2 .title {
	max-width: 860px;
	width: auto;
}

.title-content.slide3 .title {
	max-width: 600px;
	width: auto;
}

.title-content.slide4 .title {
	max-width: 850px;
	width: auto;
}

.title-content.slide5 .title {
	max-width: 670px;
	width: auto;
}

.title-content.slide6 .title {
	max-width: 780px;
	width: auto;
}

.swiper-container-style {
    height: 814px;
    z-index: 0;
}

.content .index-column {
    background-color: #ffffff;
    border-radius: 6px;
    margin-bottom: 34px;
}

.index-column-content {
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 26px;
    padding-right: 26px;
}

.index-column-content .header-search {
    padding-top: 7px;
}

.banner-right {
    padding-top: 30px;
    padding-bottom: 30px;
}

.content .vertical-overflow {
    margin-top: -90px;
}

@media (max-width: 767px){
    .content .vertical-overflow {
        margin-top: 0px;
    }
}

.margin-top-670 {
    margin-top: -670px;
}

@media (max-width: 768px) {
    .margin-top-670 {
        margin-top: -290px;
    }
}

/*-------------------
  cabeceras de listas
  -------------------*/
.index-column-header {
    border-bottom: 1px solid #e4e5e6;
    margin-bottom: 16px;
}

.index-column-header img {
    height: 42px;
    width: auto;
    margin-right: 15px;
}

.index-column-header h2 {
    display: inline;
}

.index-column-header h2 a {
    font-family: 'Roboto Slab', serif;
    color: #3fa9f5;
    font-size: 22px;
    font-weight: 700;
}

.index-column-header h2 a:hover {
    text-decoration: none;
}

.index-column-header .tiny-search {
    display: block;
    color: #87898a;
    line-height: 25px;
    width: 90px;
    height: 28px;
    border-radius: 28px;
    text-align: center;
    border: 2px solid #e4e5e6;
}
.index-column-header .tiny-search:hover {
    text-decoration: none;
}

.index-column-header-link {
    display: inline-block;
    margin-right: 24px;
}

.vertical-middle {
    display: flex;
    align-items: center;
}

.index-column-header-links {
    padding-top: 15px;
    width: 100%;
}

a.show-more-events
{
    width: 100%;
    height: 43px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 6px;
    background-color: #ff5357;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border: 3px solid #ff5357;
    text-decoration: none;
    padding: 12px;
}
a.show-more-events:hover {
    background-color: #fa393e;
}
@media (max-width: 560px) {
    .show-more-events
    {
        padding:5px;
    }
}
@media (max-width: 400px) {
    .index-column-header-links {
        margin-left: -15px;
        margin-right: -15px;
        width: 100%;
    }

    .index-column-header-link {
        margin-right: 8px;
    }
    /*.content .vertical-overflow {
        margin-top: -90px;
    }*/
}

.index-column-header-link a {
    color:  #808080;
    font-size: 14px;
    font-weight: 300;
    text-align: center;

    text-transform: uppercase;
}
.index-column-header-link.selected a,
.index-column-header-link a:active,
.index-column-header-link a:focus,
.index-column-header-link a:hover {
    text-decoration: none;
    color: #ff5357;
    font-weight: 700;
}

.index-column-header-link-latest { width: 65px; }
.index-column-header-link-rated { width:  85px; }
.index-column-header-link-followed { width: 70px; }
.index-column-header-link-list { width: 45px; }
.index-column-header-link-map { width: 45px; }

/*-----------------
  Listas de artistas y salas
  -----------------*/
.index-column-artist-area {
    position: relative;
    padding-top: 10px;
/*
    height: 230px;
*/
}

.index-column-artist-area .score .gray-text { display: none; }

.widget-bottom {
    height: 200px !important;
}

/* Fondo con degradado */
    .index-column-artist-area-background {
        background: no-repeat center;
        background-size: cover;

        position: absolute;
        top: 0;

        width: 100%;
        height: 92px;
    }
    .index-column-artist-area-background:after {
        content: '';
        position:absolute;
        top: 0;
        margin-top: 40px;

        width: 100%;
        height: 52px;


    }
/* Fin fondo con degradado */

/*--------------------
  Contenido de artista
  --------------------*/
.index-column-artist-area .index-column-content {
    padding-top: 0;
}

/*--------------
  Columna agenda
  --------------*/
.agenda-separator:not(:last-of-type) {
    margin: 0 26px;
    border-bottom: 1px solid #dadbdc;
}

.index-column-agenda-img {
    border-radius: 0px !important;
}

.index-column-agenda-date {
    color: #ff5357;
    padding-bottom: 10px;
    margin-top: 0px;
}
.index-column-agenda-date .index-column-agenda-day {
    border-bottom: 1px solid;


    font-size: 28px;
    font-weight: 900;
    line-height: 20px;
}
.index-column-agenda-date .index-column-agenda-month {
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;

    text-transform: uppercase;
}

.index-column-agenda-event-name-container {
    margin-top: 0;
    padding-top: 0 !important;
}

.index-column-agenda-tags {
    margin-bottom: 0;
}

.index-column-agenda-tag,
.index-column-agenda-artist {
    display: inline-block;
}

.index-column-agenda-tag {
    font-size: 12px;
}

.index-column-agenda-tag span {
    color: #3fa9f5;
}

.index-column-agenda-tag a {
    color:  #3fa9f5;
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    text-decoration: underline;
}

/* separador entre las etiquetas */
.index-column-agenda-tag:not(:last-child):after {
    content: ' / ';
    text-decoration: none;
    color:  #b3b3b3;
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
}

.index-column-agenda-artist a,
.index-column-agenda-artist span {
    color:  #333333;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
}

.index-column-agenda-artist-etc a {
    color: #3fa9f5;
    font-weight: 900;
}

.index-column-agenda-artist:not(:last-child):after {
    content: ' / ';
    text-decoration: none;
    color:  #3fa9f5;
}

.profile-img {
    margin-top: 0;
    height: 100px;
    width: 100%;
}

/* Resposnive */
@media (max-width: 1199px) {
    .index-column-agenda-artists {
        text-align: center;
    }

    .index-column-agenda-date {
        color: #ff5357;
        margin-top: 8px;
        margin-bottom: 10px;
        text-align: center;
    }
    .index-column-artist-area .index-column-content {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .swiper-container-style {
        height: 407px;
    }

    .title-content h1,
    .title-content h1 strong {
        font-size: 30px;
        line-height: 54px;
    }

    .title-content h2,
    .title-content h2 strong {
        font-size: 30px;
        line-height: 54px;
    }

    .title-content .button {
        margin-top: 15px;
    }

     .title-content .button {
        padding-top: 11px;
        height: 46px;
    }
    .content .container .margin-widgets {
        margin-top: 30px;
    }

    .index-column-content-agenda .index-column-agenda-tags,
	.index-column-content-agenda .details,
    .margin-widgets{
		display:none;
	}
}

@media (max-width: 569px) {
    .title-content h1,
    .title-content h1 strong {
        font-size: 30px;
    }
	.block-icon{
		display:none;
	}
	.index-column-header{
		padding: 10px 26px;
	}
	hr{
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.index-column-content .details{
		display:none;
	}




}

@media (max-width: 439px) {
    .title-content h1,
    .title-content h1 strong {
        font-size: 25px;
        line-height: 40px;
    }
    .index-column.widget {
        height: 50px;
    }
    .index-column.widget .content-box {
        padding: 20px 5px 15px 20px;
        max-height: 160px
    }
    .box-button-header-feed{
        /*display:none;*/
        right: -22px;
    }
}


.margin-top-610 {
    margin-top: 0 !important;
}

@media (max-width: 400px) {
    .margin-top-610 {
        margin-top: -290px !important;
    }
}

.text-align-left {
    text-align: left !important;
}

.subtitle-pro {
    font-size: 22px !important;
    line-height: 26px !important;
    padding-right: 34px !important;
}

.banner_pro {
    border-radius: 6px; height: 296px; padding-top: 0px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.button-pro {
    border-radius: 4px;
    font-size: 16px;
    line-height: 16px;
    padding: 12px;
    border: 1px solid #ffffff;
    text-align: center;
    color: #ffffff;
    border-color: #ffffff;
}

.font-bolt {
    font-weight: 700;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.banner_wrapper {
    margin:30px;
    height: fit-content;
    padding: 20px;
}

@media (max-width: 400px) {
    .banner_wrapper {
        margin-left:22px;
        margin-right:22px;
    }
}


.banner_wrapper.title{
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.padding-banner {
    padding-left: 12px;
    padding-right: 12px;
}

.banner-right-title {
    font-size: 17px !important;
}

.banner-right-subtitle {
    font-size: 10px !important;
    line-height: 20px !important;
}

.button-banner-right {
    width: 100% !important;
    padding-bottom: 6px;
    padding-top: 14px;
}

.icon-pro {
    height: 64px !important;
    vertical-align: text-bottom;
}

.wrapper-icon-guitar {
    font-size: 20px;
    margin-left: 20px;
    vertical-align: middle;
    float: right;
}

.icon-guitar {
    height: 25px !important;
}

.margin-top-30{
    margin-top: 30px;
}
</pre></body></html>