body {
    font-family: 'InterUi', sans-serif !important;
    color: rgba(0, 0, 0, .7) !important;
    font-size: 14px !important;
    line-height: 20px !important;
    /*letter-spacing: 0.1em !important;*/
    letter-spacing: normal;
}

h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 44px;
    font-weight: bold;
}

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 36px;
    font-weight: bold;
}

h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    color: rgba(0, 0, 0, .7);
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: rgba(0, 0, 0, .7);
    font-size: 21px;
    line-height: 22px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0.01em;
}

.text-black {
    color: #000000;
}

.text-blue {
    color: #292884;
}

.font-weight-regular {
    font-weight: 500;
}

strong {
    font-weight: 600 !important;
}

p {
    margin-bottom: 10px;
    color: #000;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    letter-spacing: normal;
}

a {
    color: #DC5F85;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-decoration: none;

}

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

.d-initial {
    display: initial;
}

.d-flex {
    display: flex;
}

.w-50 {
    width: 50%;
}

.w-100 {
    width: 100%;
}

.pt-0 {
    padding-top: 0;
}

ul {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 40px;
    color: #000;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    letter-spacing: normal;
}

ol {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 40px;
    color: #000;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    letter-spacing: normal;
}

li {
    margin-bottom: 5px;
    color: #000;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    letter-spacing: normal;
}

ul li ul {
    margin-top: 5px;
}

img {
    display: block;
    max-width: 100%;
}

iframe {
    width: 100%;
    min-height: 300px;
}

.mt-1 {
    margin-top: 1em;
}

.mt-2 {
    margin-top: 2em;
}

.mt-3 {
    margin-top: 3em;
}

.mt-4-i {
    margin-top: 4em;
}

.mt-5 {
    margin-top: 5em;
}

.mt-10 {
    margin-top: 10px;
}

.mr-1 {
    margin-right: 1em;
}

.mr-2 {
    margin-right: 2em;
}

.mr-3 {
    margin-right: 3em;
}

.mr-4 {
    margin-right: 4em;
}

.mr-5 {
    margin-right: 5em;
}

.tickets-responsive {
    display: none;
}

/* Counter */
.stopwatch {
    background: #fff;
}

.stopwatch .hashtag {
    font-weight: 600;
}

.stopwatch h3 {
    font-size: 25px;
}

#countdown #tiles {
  position: relative;
  z-index: 1;
}

#countdown #tiles>span {
        width: 72px;
    max-width: 72px;
    text-align: center;
    color: #232683;
    margin: 0 7px;
    padding: 25px 0;
    display: inline-block;
    position: relative;
    border: 1px solid #232683;
    border-radius: 50%;
    height: 72px;
    font-size: 40px;
    font-weight: 600;
}

#countdown .labels li {
      width: 82px;
    color: #232683;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
}

.hero-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 95vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.home-buttons {
    display: flex;
    flex-direction: row 
}

.home-button {
    
}

.hero-bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 100px;
    /*padding-top: 140px;*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0)), url('../images/ambiente_sunset2.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0)), url('../images/ambiente_sunset2.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.hero-content-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.hero-logo {
    width: 500px;
    padding-bottom: 30px;
}




/*********** TICKETS **************/

.button-tickets {
    line-height: 25px !important;
    text-decoration: none;
    /*border-radius: 5%;*/
    font-weight: bold;
    color: #fff !important;
    width: 140px;
    line-height: normal;
    background: rgba(252, 234, 187, 1);
    background: -moz-linear-gradient(left, rgba(252, 234, 187, 1) 0%, rgba(51, 153, 153, 1) 0%, rgba(154, 194, 141, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(252, 234, 187, 1)), color-stop(0%, rgba(51, 153, 153, 1)), color-stop(100%, rgba(154, 194, 141, 1)));
    background: -webkit-linear-gradient(left, rgba(252, 234, 187, 1) 0%, rgba(51, 153, 153, 1) 0%, rgba(154, 194, 141, 1) 100%);
    background: -o-linear-gradient(left, rgba(252, 234, 187, 1) 0%, rgba(51, 153, 153, 1) 0%, rgba(154, 194, 141, 1) 100%);
    background: -ms-linear-gradient(left, rgba(252, 234, 187, 1) 0%, rgba(51, 153, 153, 1) 0%, rgba(154, 194, 141, 1) 100%);
    background: linear-gradient(to right, rgba(252, 234, 187, 1) 0%, rgba(51, 153, 153, 1) 0%, rgba(154, 194, 141, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceabb', endColorstr='#9ac28d', GradientType=1);
}

.button-tickets-wp {
    line-height: 25px !important;
    text-decoration: none;
    /*border-radius: 5%;*/
    font-weight: bold;
    color: #fff !important;
    width: 140px;
    line-height: normal;
    background: rgba(252, 234, 187, 1);
    background: -moz-linear-gradient(left, rgba(252, 234, 187, 1) 0%, rgba(51, 153, 153, 1) 0%, rgba(154, 194, 141, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(252, 234, 187, 1)), color-stop(0%, rgba(51, 153, 153, 1)), color-stop(100%, rgba(154, 194, 141, 1)));
    background: -webkit-linear-gradient(left, rgba(252, 234, 187, 1) 0%, rgba(51, 153, 153, 1) 0%, rgba(154, 194, 141, 1) 100%);
    background: -o-linear-gradient(left, rgba(252, 234, 187, 1) 0%, rgba(51, 153, 153, 1) 0%, rgba(154, 194, 141, 1) 100%);
    background: -ms-linear-gradient(left, rgba(252, 234, 187, 1) 0%, rgba(51, 153, 153, 1) 0%, rgba(154, 194, 141, 1) 100%);
    background: linear-gradient(to right, rgba(252, 234, 187, 1) 0%, rgba(51, 153, 153, 1) 0%, rgba(154, 194, 141, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceabb', endColorstr='#9ac28d', GradientType=1);
}

/*.button-tickets:hover {
    text-decoration: none;
}
*/
.tab-ticket {
    height: 200px;
    background: #e4e4e4;
    text-align: center;
}

.section-tickets {
    height: 200px;
    text-align: center;
    display: inline-flex;
    /*width: 55%;*/
    width: 80%;
    max-width: 100%;
    margin: 0 auto;
}

.section-tickets a:hover{
    background: #000;
}

.section-tickets img {
    padding: 10px 0;
    display: block;
    margin: auto;
    width: 40%;
}

.section-tickets a.active img {
    padding: 0px;
}


.section-tickets p {
    margin-top: 10px;
    position: relative;
    bottom: 0;
    left: 0;
    text-align: center;
    max-width: 100%;
    width: 100%;
    color: #fff;
    padding: 10px;
}

.entrada-day{
    /*width: 70%;*/
    width: 98%;
}


.tickets-day {
    max-width: 100%;
    width: 75%;
    margin: 0 auto;
}

.arrow-down-day,
.arrow-down-abono,
.arrow-down-vip,
.arrow-down-socios,
.arrow-down-fnac,
.arrow-down-welcome,
.arrow-down-hotel,
.arrow-down-flight {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #000000;
    position: relative;
    left: 45%;
    top: 200px;
}

.card {
    border: 0px !important;
}

.card-header {
    border-bottom: 0px !important;
}

.card-header[disabled]{
    pointer-events: none;
    opacity: 0.4;
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: none;
}

.card .btn-link,
.card .btn-link:hover {
    text-decoration: none;
}

.collapse, .collapsing {
    background: #f7f7f7;
}

.card-header h5 .btn-link {
    /*padding-right: 40px;*/
}

.card-header h5 i{
    cursor: pointer;
}

.card-body {
    color: #000;
    max-width: 100%;
    width: 90%;
    margin: 0 auto;
    font-size: 13px;
    float: left;
}
.close{
    float: right;
    padding: 10px;
}

.close a i {
    font-size: 30px;
    color: #000;
}

.ticket-select-fnac {
    background: #000;
    /*height: 200px;*/
    display: block;
    font-weight: bold;
    width: 33%;
}

.ticket-select-abono,
.ticket-select-vip,
.ticket-select-socios,
.ticket-select-day,
.ticket-select-welcome,
.ticket-select-hotel,
.ticket-select-flight {
    background: #d5d5d5;
    /*height: 200px;*/
    font-weight: bold;
    width: 33%;
}

.ticket-day-j,
.ticket-day-v,
.ticket-day-s {
    display: inline-flex;
}

.buy-tickets {
    width: 150px;
    height: 60px;
    background: rgba(72, 196, 234, 1);
    background: -moz-linear-gradient(left, rgba(72, 196, 234, 1) 32%, rgba(144, 213, 232, 1) 97%, rgba(144, 213, 232, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(32%, rgba(72, 196, 234, 1)), color-stop(97%, rgba(144, 213, 232, 1)), color-stop(100%, rgba(144, 213, 232, 1)));
    background: -webkit-linear-gradient(left, rgba(72, 196, 234, 1) 32%, rgba(144, 213, 232, 1) 97%, rgba(144, 213, 232, 1) 100%);
    background: -o-linear-gradient(left, rgba(72, 196, 234, 1) 32%, rgba(144, 213, 232, 1) 97%, rgba(144, 213, 232, 1) 100%);
    background: -ms-linear-gradient(left, rgba(72, 196, 234, 1) 32%, rgba(144, 213, 232, 1) 97%, rgba(144, 213, 232, 1) 100%);
    background: linear-gradient(to right, rgba(72, 196, 234, 1) 32%, rgba(144, 213, 232, 1) 97%, rgba(144, 213, 232, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#48c4ea', endColorstr='#90d5e8', GradientType=1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    color: #fff;
    float: right;
    font-weight: bold;
    font-size: 20px;
    z-index: 1;
    position: relative;
}

.buy-tickets.soldout{
    background: linear-gradient(to right, #dc3545 32%, #dc35454f 97%, #dc35452e 100%);
}

.buy-tickets.soldout::before{
    background-image: linear-gradient(to right, #dc3545 32%, #dc35454f 97%, #dc35452e 100%) ;
}

.buy-tickets.comingsoon{
    background: linear-gradient(to right, #989595 32%, #e0d1d34f 97%, #d0c8c82e 100%);
    color: #444;
}

.buy-tickets.comingsoon::before{
    background-image: linear-gradient(to right, #7d7979 32%, #2522224f 97%, #d0c8c82e 100%);
    color: #444;
}

.buy-tickets.activation{
    background: linear-gradient(to right, rgba(252, 234, 187, 1) 0%, rgba(51, 153, 153, 1) 0%, rgba(154, 194, 141, 1) 100%);
    background: linear-gradient(to right, rgba(41,40,132,1) 0%, rgba(176,82,134,1) 100%);
}

.buy-tickets.activation::before{
    background: linear-gradient( to right, rgba(41,40,132,1), rgba(41,40,132,1));
}

.buy-tickets::before{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(
        to bottom,
        rgba(72, 196, 234, 1),
        rgba(72, 196, 234, 1)
    );
    z-index: -1;
    transition: opacity 0.2s linear;
    opacity: 0;
}

.buy-tickets:hover::before{
    opacity: 1;
}

.buy-ticket {
    display: inline-flex;
    float: right;
}

.card-header h5 {
    display: inline-block;
    float: left;
}

.day-ticket {
    color: #0e1d19;
    font-weight: bold;
    font-size: 20px;
}

.price-ticket {
    color: #0e1d19;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 0px !important;
    line-height: 40px !important;
    padding: 0 50px;
}

.text-activation-ticket {
    color: #0e1d19;
    font-size: 11px;
    line-height: 1.5;
    width: 80%;
    padding: 0 10px;
}

.price-ticket-old{
    padding: 0;
    font-weight: 100;
    text-decoration: line-through;
    font-size: 20px;
    margin-bottom: 0px !important;
    line-height: 40px !important;
    padding: 0 10px;
    color: #7b7b7b;
}

.fa-info-circle {
    font-size: 28px;
    line-height: -1px !important;
}

.fa-info-circle:before {
    color: #DC5F85;
}



/***********   EDITIONS   **************/

.nav-edition {
    background: #e4e4e4;
    height: 60px;
    text-align: center;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
}

.filter-class{
    padding: 0 4%;
    position: relative;
    top: 55px;
    width: 200px;
}

.filter-class a{
    text-align: center;
}

.editions {
    /*display: inline-flex;
    max-width: 100%;
    width: 90%;
    margin: 0 auto;
    text-align: center*/
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0 8%;

}


.edition-img {
    height: 60px;
    line-height: 60px !important;
    width: 80px;
    color: #fff !important;
    cursor: pointer;
}

.edition-a {
    padding: 0px !important;
    background: #d5d5d5;
    height: 60px;
    line-height: 60px !important;
    width: 15%;
    color: #fff !important;

}

.edition-a:hover {
    text-decoration: none !important;
    background-color: #000;
}

.edition-a.w--current {
    background: #000;
}

/*.gallery-content {
    transition: opacity 0.5s ease 0s, all 0.2s ease 0s;
    transform-style: preserve-3d;
    transition: transform 500ms ease 0s;
    transform: scaleX(1) scaleY(1) scaleZ(1);

}

.gallery-content:hover {
    transform-style: preserve-3d;
    transform: scaleX(1.3) scaleY(1.3) scaleZ(1);
}
*/



/******** NEWS *************/

.section-news {
    background: #f5f5f5;
}

.tittle-news {
    margin-top: 80px;
}



/******** LINE UP ********/

.line-up-img {}

.flex-parent.flex-parent-line-up{
    padding-bottom: 0px; 
    padding-top: 0px;
}

.section.section-line-up{
    padding-bottom: 0px;
    padding-top: 0px;
}

.section.section-line-up h2{
    /*margin-top: 50px;*/
}

.content-block.content-previous-editions.previous-content{
    padding-top: 0px;
    padding-bottom: 0px;
}

.previous-line-lineUp, .previous-line-lineTicket {
    background: #d5d5d5;
    padding: 0 10px;
}

.vertical-line-lineTicket{
    position: absolute;
    width: 2px;
    height: 180px;
    margin-top: 10px;
    background-color: rgba(0, 0, 0, .3);
}

.vertical-line-lineUp {
    width: 2px;
    height: 40px;
    margin-top: 10px;
    background-color: rgba(0, 0, 0, .3);
}


/********* Artista *******/


.artist-name {
    color: #fff !important;
    font-size: 92px !important;
    line-height: 36px;
    text-align: center;
    position: relative;
    top: 400px; 
    bottom: 50px;
    margin-left: 115px;
}


.social-artist {
    position: relative;
    left: 0;
    float: right;
    top: 370px;
    margin-right: 50px;
}

.separator-social-artist {

    padding-right: 10px;
}

.separator-artist-name {
    height: 50px;
    width: 2px;
    background: #fff;
}


/*********** INFO **********/

.info-a {
    padding: 0px !important;
    background: #d5d5d5;
    height: 60px;
    width: 140px;
    line-height: 60px !important;
    color: #fff !important;
}

.info-a:hover {
    background: #000;
}

.info-a img {
    display: inline-flex;
}

.line-separator-info {
    background: #E5E4EA;
    width: 100%;
    height: 2px;
    margin: 20px 0px;
}


/*************************/


.button-tickets img,
.button-tickets-wp img {
    float: left;
    margin: 0px;
}

.hero-button {
    cursor: pointer;
    /*line-height: 55px !important;*/
    line-height: normal !important;
    font-weight: 400;
    font-size: 20px;
    cursor: pointer;
    color: #fff !important;
    padding: 10px 40px;
    margin-top: 20px;
    line-height: normal;
    background: rgba(41,40,132,1);
    background: -moz-linear-gradient(left, rgba(41,40,132,1) 0%, rgba(176,82,134,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41,40,132,1)), color-stop(100%, rgba(176,82,134,1)));
    background: -webkit-linear-gradient(left, rgba(41,40,132,1) 0%, rgba(176,82,134,1) 100%);
    background: -o-linear-gradient(left, rgba(41,40,132,1) 0%, rgba(176,82,134,1) 100%);
    background: -ms-linear-gradient(left, rgba(41,40,132,1) 0%, rgba(176,82,134,1) 100%);
    background: linear-gradient(to right, rgba(41,40,132,1) 0%, rgba(176,82,134,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292884', endColorstr='#b05286', GradientType=1 );
    position: relative;
    z-index: 1;
    border: 15px solid;
    border-image-source: linear-gradient(to right, rgba(239,112,116,1) 0%, rgba(239,167,22,1) 100%);
    border-image-slice: 1;
    box-shadow: 0px 0px 15px 0px rgba(218,102,239,0.4);
    -moz-box-shadow: 0px 0px 15px 0px rgba(218,102,239,0.4);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(218,102,239,0.4);
}

.hero-button::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to right, rgba(41,40,132,1) 0%, rgba(41,40,132,1) 100%);
  z-index: -1;
  transition: opacity 0.2s linear;
  opacity: 0;
}

.hero-button:hover::before {
  opacity: 1;
}


.hero-button-en {
    width: 350px;
}



.hero-button img {
    float: left;
    margin-right: 15px;
}

/* HOME BUTTONS */
.home-tickets-button {
    background: linear-gradient(to right, #0047ba 0%, #3bd4ae 100%);
    border-image-source: linear-gradient(to right, #3bd4ae 0%, #0047ba 100%);
    box-shadow: 0px 0px 15px 0px rgb(218 102 239 / 40%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(218,102,239,0.4);
    -webkit-box-shadow: 0px 0px 15px 0px rgb(161 102 239 / 40%);
    display: inline-flex;
    align-items: center;
}
.home-tickets-button::before {
  background-image: linear-gradient(to right, rgb(59 212 174) 0%, #0047ba 100%);
}

.home-travel-button {
    /* font-size: 13px; */
    background: linear-gradient(to right, #0047ba 0%, #ff647d 100%);
    border-image-source: linear-gradient(to right, #ff647d 0%, #0047ba 100%);
    box-shadow: 0px 0px 15px 0px rgb(218 102 239 / 40%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(218,102,239,0.4);
    -webkit-box-shadow: 0px 0px 15px 0px rgb(218 102 239 / 40%);
}
.home-travel-button::before {
  background-image: linear-gradient(to right, #ff657e 0%, rgb(1 71 186) 100%);
}

.home-boss-button {
    background: white;
    border-image-source: linear-gradient(to right, #ffffff 0%, #a8a8a8 100%);
    box-shadow: 0px 0px 15px 0px rgb(218 102 239 / 40%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(218,102,239,0.4);
    -webkit-box-shadow: 0px 0px 15px 0px rgb(218 102 239 / 40%);
    color: black !important;
    display: inline-flex;
    align-items: center;
}

.home-boss-button::before {
    background-image: linear-gradient(to right, #a8a8a8 0%, rgb(168 168 168) 100%);
}

.hero-text-title {
    font-size: 96px;
    color: #fff;
}

.hero-text {
    color: #fff;
    font-size: 20px;
    line-height: 23px;
    font-weight: 400;
}

.button {
    margin-top: 10px;
    padding: 10px 20px;
    background: rgba(41,40,132,1);
    background: -moz-linear-gradient(left, rgba(41,40,132,1) 0%, rgba(176,82,134,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41,40,132,1)), color-stop(100%, rgba(176,82,134,1)));
    background: -webkit-linear-gradient(left, rgba(41,40,132,1) 0%, rgba(176,82,134,1) 100%);
    background: -o-linear-gradient(left, rgba(41,40,132,1) 0%, rgba(176,82,134,1) 100%);
    background: -ms-linear-gradient(left, rgba(41,40,132,1) 0%, rgba(176,82,134,1) 100%);
    background: linear-gradient(to right, rgba(41,40,132,1) 0%, rgba(176,82,134,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292884', endColorstr='#b05286', GradientType=1 );
    box-shadow: 0px 0px 15px 0px rgba(218,102,239,0.4);
    -moz-box-shadow: 0px 0px 15px 0px rgba(218,102,239,0.4);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(218,102,239,0.4);
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    letter-spacing: 0.05em;
}

.button.button-tickets {
    padding: 30px 30px 30px 81px;
    background-image: url('../images/tickets1.svg'), -webkit-gradient(left top, right top, color-stop(0%, rgba(41,40,132,1)), color-stop(100%, rgba(176,82,134,1)));
    background-image: url('../images/tickets1.svg'), linear-gradient(to right, #0047ba 0%, #3bd4ae 100%);
    background-position: 40px 50%, 0px 0px;
    background-size: 33px, auto;
    background-repeat: no-repeat, repeat;
    background-attachment: scroll, scroll;
    box-shadow: 0px 0px 15px 0px rgba(218,102,239,0.4);
    -moz-box-shadow: 0px 0px 15px 0px rgba(218,102,239,0.4);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(218,102,239,0.4);
    font-size: 22px;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.button.button-tickets-wp {
    padding: 30px 30px 30px 81px;
    background-image: url('../images/tickets1.svg'), -webkit-gradient(left top, right top, color-stop(0%, rgba(252, 234, 187, 1)), color-stop(0%, rgba(51, 153, 153, 1)), color-stop(100%, rgba(154, 194, 141, 1)));
    background-image: url('../images/tickets1.svg'), linear-gradient(to right, rgba(252, 234, 187, 1) 0%, rgba(51, 153, 153, 1) 0%, rgba(154, 194, 141, 1) 100%);
    background-position: 40px 50%, 0px 0px;
    background-size: 33px, auto;
    background-repeat: no-repeat, repeat;
    background-attachment: scroll, scroll;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    font-size: 22px;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.button.button-tickets.button-menu::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('../images/tickets1.svg'), linear-gradient(to right, #0047ba 0%, #0047ba 100%);
    background-position: 15px 50%, 0px 0px;
    background-size: 22px, auto;
    background-repeat: no-repeat, repeat;
    background-attachment: scroll, scroll;
    font-size: 22px;
    font-weight: bold;
    z-index: -1;
    transition: opacity 0.2s linear;
    opacity: 0;
}

.button.button-tickets.button-menu:hover::before {
    opacity: 1;
}

.button.button-tickets.button-menu {
    display: inline;
    margin-top: 0px;
    margin-left: -200px;
    margin-right: 20px;
    padding: 15px 25px 15px 45px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-position: 15px 50%, 0px 0px;
    background-size: 22px, auto;
    font-size: 16px;
    letter-spacing: 0.1em;
    z-index: 9999;
    position: relative;
    z-index: 1;
}

.button.button-form {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    font-size: 16px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    color: #ffffff !important;
}

.button.unactive-button {
    opacity: 0.5;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.section-wrapper.section-wrapper-line-up-home {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    /*background-image: url('../images/degradado_cabecera.jpg');*/
    background: rgba(239,168,22,1);
    background: -moz-linear-gradient(-45deg, rgba(239,168,22,1) 0%, rgba(239,112,116,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(239,168,22,1)), color-stop(100%, rgba(239,112,116,1)));
    background: -webkit-linear-gradient(-45deg, rgba(239,168,22,1) 0%, rgba(239,112,116,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(239,168,22,1) 0%, rgba(239,112,116,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(239,168,22,1) 0%, rgba(239,112,116,1) 100%);
    background: linear-gradient(135deg, #0047ba 0%, #3bd4ae 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efa816', endColorstr='#ef7074', GradientType=1 );

}

.section-wrapper-news {
    background: #e4e4e4;
    margin-top: -190px;
}

.section-wrapper.section-wrapper-line-up-carrousel {
    margin-top: -220px;
    background: hsla(0, 0%, 100%, 0);
}

.news-section {
    padding-top: 250px;
    max-width: 100%;
    width: 75%;
    margin: 0 auto;
    background-color: #fff;
}

.news-section .flex-parent {
    padding: 0px;
    padding-bottom: 150px;
}

.news-button {
    border: 2px solid #DC5F85;
    color: #DC5F85;
    width: 200px;
    height: 50px;
    font-weight: bold;
    letter-spacing: 0.5px;
    font-size: 15px;
    text-align: center;
    padding: 10px;
    margin-top: 50px;
}

.content-block.content-news-block {
    padding: 0px;
}

.content-news-block h4 {
    margin-top: 25px;
    text-align: left;
    width: 90%;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.content-news-block h4 small {
    text-align: left;
    font-size: 65%;
}

.section {
    padding: 50px 8% 6%;
    color: rgba(0, 0, 0, .2);
}

.section.section-wp {
    padding: 0;
}

.section.section-wp-text {
    padding-bottom: 25px;
}

.wp-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;

    align-items: center;
}

.section.section-wp.title-wp {
    background: #222222;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    padding: 10px 0 5px 0;
}

.section.section-line-up-home {
    padding-right: 0%;
    /*padding-bottom: 20%;*/
    padding-left: 0%;
    background-image: -webkit-linear-gradient(270deg, #050e20, #050e20);
    /*background-image: -webkit-linear-gradient(270deg, #793e67, #f08c5f);*/
    /*background-image: url('../images/737_cabecera.jpg');*/
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    /*height: 1150px;*/
    margin: 0 auto;
    max-width: 100%;
    width: 75%;
    border: 15px solid #fff;
    margin-top: -50px;
    position: relative;
}

.section.section-line-up-home-wp {
    padding: 0;
    background-image: -webkit-linear-gradient(270deg, #050e20, #050e20);
    background-image: -webkit-linear-gradient(270deg, #793e67, #f08c5f);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    margin: auto;
    max-width: 100%;
    width: 75%;
    border: 15px solid #fff;
    margin-top: -50px;
    position: relative;
}

.section.section-line-up-home-wp .second-wp {
    border: 15px solid #fff;
    width: 60%;
    position: absolute;
    top: 20%;
    right: -55%;
}

.section.section-line-up-home .lineup {
    margin-top: -50px;
}

.section.section-line-up-home-sin-skyline {
    position: relative;
    padding-right: 0%;
    padding-bottom: 20%;
    padding-left: 0%;
    background-image: -webkit-linear-gradient(270deg, #793e67, #f08c5f);
    /*background-position: center bottom;
  background-size: cover;*/
    text-align: center;
}

.section.section-skyline {
    padding-top: 0%;
    padding-left: 2%;
    padding-right: 2%;
    background-image: url('../images/skyline2018_mc.png');
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
}

.section.section-enlarged {
    padding-top: 0px;
}

.line-up-block {
    width: 100%;
}

.line-up-img {
    width: 100%;
}

.line-up-img.line-up-img-resp {
    display: none;
}

.frame-map iframe {
    border: 1px solid #ededed;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .16);
}

.frame-form iframe {
    border: 1px solid #ededed;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .16);
    height: 1800px;
    /*height: 200px;*/
}

.slide {
    overflow: hidden;
    width: 600px;
    padding: 20px;
}

.slide-mask {
    display: block;
    overflow: visible;
    width: 600px;
    margin-right: auto;
    margin-left: auto;
}

.slide-content {
    width: 600px;
    box-shadow: 0 0 17px 1px rgba(0, 0, 0, .25);
}

.homeslider-carrousel {
    overflow: hidden;
    height: 400px;
    background-color: transparent;
}

.section-tittle {
    color: #000;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}

.section-tittle.news-tittle {
    margin-top: 0px;
    line-height: 38px;
    text-align: left;
}

.line {
    display: block;
    width: 44px;
    height: 5px;
    margin: 20px auto;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .7);
}

.line.line-white {
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #fff;
}

.line.thin-line {
    height: 1px;
    background-color: rgba(0, 0, 0, .2);
}

.button-icon-group img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.button-icon-group {
    color: #FFFFFF;
    font-size: 20px;
}

.rounded {
    border-radius: 100px;
}

.flex-parent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.mini-quote {
    font-size: 12px;
    line-height: normal;
    font-weight: 400;
    font-style: oblique;
}

.flex-parent.flex-news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.flex-parent.flex-news-featured {
    display: block;
    padding: 0px 15%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
}

.flex-parent.flex-press-block {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
}

.flex-parent.flex-line-up-home {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.flex-parent.flex-line-up-home.flex-line-up-resp {
    display: none;
}

.section-sponsors {
    background-color: #ededed82;
}

.flex-parent.flex-sponsors {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.content-block {
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    display: -ms-flexbox;
    /*display: flex;*/
    padding: 11px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.content-block.content-news-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
}

.content-block.content-33 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
}

.content-block.content-50 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.content-block.content-33.content-block-tickets {
    min-width: 350px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.content-block.content-33.content-block-news {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.content-block.content-previous-editions.pevious-left {
    margin-right: 30px;
    padding-top: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
}

.content-block.content-previous-editions.previous-line {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.content-block.content-previous-editions.previous-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.content-block.content-news-social {
    display: block;
    width: 200px;
    margin-top: 8px;
    margin-left: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    float: right;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    /*border-left: 1px solid rgba(0, 0, 0, .3);*/
    text-align: right;
}

.content-block.content-news-social.content-news-social-active {
    display: none;
}

.content-block.content-news-tittle {
    display: block;
    width: 70%;
    min-width: 400px;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.content-news-tittle h2{
    font-size: 42px;
}

#tittle-artist,
#artist-social {
    display: none;
}

.content-block-news {
    display: block;
}


.close-social {
    display: none;
}

.display-social {
    display: none;
    color: #000;
}

.content-block.content-block-description {
    padding-left: 0px;
    margin-top: 40px;
    font-size: 20px;
}

.content-block.content-25 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}

.content-block.content-25.content-block-sponsor {
    min-width: 250px;
    min-height: 250px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.content-block.content-20 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}

.content-block.content-20.content-block-info {
    min-width: 150px;
    min-height: 250px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.content-block.content-block-vert {
    padding-right: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.content-block.content-block-vert.content-block-vert-50 {
    text-align: center;
}

.news-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*padding: 10px 5px;*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
/*    -webkit-transition: opacity 500ms ease, all 200ms ease;
    transition: opacity 500ms ease, all 200ms ease;*/
    color: rgba(0, 0, 0, .7);
    text-decoration: none;
    width: 100%;
    position: relative;
}



/*.news-block:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}*/

.news-home-img {
    display: block;
    height: 360px;
    margin-right: auto;
    margin-left: auto;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

.overlay {
  position: relative;
}

.overlay:after {
  position: absolute;
  content:"";
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
}

.overlay:hover:after  {
  opacity: 0.5;
}

.news-home-img:hover:after{
    background: linear-gradient(to bottom, #272784, #272784);
}

.heading {
    display: block;
}

.vertical-line-img {
    margin-top: 192px;
}

.footer-new-section {
    background: #e4e4e4;
    padding: 100px;

}

.footer-new-section .footer-row {
    width: 75%;
    max-width: 100%;
    margin: 0 auto;
}

.footer-new-section a {
    font-size: 16px;
    color: #4a4c4d;
}

.footer-section {
    padding: 60px 5%;
    /*text-align: center;*/
    background-color: #000000;
}

.footer-row {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.footer-row.footer-part {
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    display: -ms-flexbox;
    /*display: flex;*/
    /*-webkit-box-pack: justify;*/
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-block {
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    margin-right: 1em;
    text-align: left;
}

    .footer-block h5 {
        color: #FFF;
        font-size: 1rem;
    }

.navlink {
    display: inline-block;
    margin-right: 6px;
    margin-left: 6px;
    padding: 10px 5px;
    border: 1px solid transparent;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.navlink.wp {
    border: 3px solid #fff;
    padding: 5px;
    margin-top: -4px;
    line-height: normal;
}

.navlink.wp.wp-home {
    background: #000000;
    /*background: -moz-linear-gradient(left, rgba(252, 234, 187, 1) 0%, #E6CE87 0%, #B4C692 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #E6CE87), color-stop(0%, rgba(51, 153, 153, 1)), color-stop(100%, #B4C692));
    background: -webkit-linear-gradient(left, rgba(252, 234, 187, 1) 0%, #E6CE87 0%, #B4C692 100%);
    background: -o-linear-gradient(left, rgba(252, 234, 187, 1) 0%, #E6CE87 0%, #B4C692 100%);
    background: -ms-linear-gradient(left, rgba(252, 234, 187, 1) 0%, #E6CE87 0%, #B4C692 100%);
    background: linear-gradient(to right, rgba(252, 234, 187, 1) 0%, #E6CE87 0%, #B4C692 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6CE87', endColorstr='#B4C692', GradientType=1);*/
}

.navlink.wp.wp-home.active {
    background: #000000;
    /*background: -moz-linear-gradient(left, #444444 0%, #444444 0%, #000000 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #444444), color-stop(0%, #444444), color-stop(100%, #000000));
    background: -webkit-linear-gradient(left, #444444 0%, #444444 0%, #000000 100%);
    background: -o-linear-gradient(left, #444444 0%, #444444 0%, #000000 100%);
    background: -ms-linear-gradient(left, #444444 0%, #444444 0%, #000000 100%);
    background: linear-gradient(to right, rgb(27, 26, 24) 0%, #444444 0%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000', GradientType=1);*/
}

.navlink.wp a {
    font-size: 14px;
    font-weight: 700 !important;
    line-height: normal;
    color: #ffffff !important;
    letter-spacing: 3px;
}

.navlink.wp a:hover {
    color: #ffffff !important;
}

.section-wrapper-relative {
    position: relative;
}

/* RIBBONS */
.ribbon {
  width: 300px;
  height: 300px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #B4C692;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 450px;
  padding: 15px 0;
  background-color: #3498db;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  text-align: center;
}

.ribbon .image-ribbon {
    position: absolute;
    display: block;
    width: 470px;
    padding: 15px 150px;
    background: #60b99b;
    background: -moz-linear-gradient(left, rgba(252, 234, 187, 1) 0%, #E6CE87 0%, #B4C692 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #E6CE87), color-stop(0%, rgba(51, 153, 153, 1)), color-stop(100%, #B4C692));
    background: -webkit-linear-gradient(left, rgba(252, 234, 187, 1) 0%, #E6CE87 0%, #B4C692 100%);
    background: -o-linear-gradient(left, rgba(252, 234, 187, 1) 0%, #E6CE87 0%, #B4C692 100%);
    background: -ms-linear-gradient(left, rgba(252, 234, 187, 1) 0%, #E6CE87 0%, #B4C692 100%);
    background: linear-gradient(to right, rgba(252, 234, 187, 1) 0%, #E6CE87 0%, #B4C692 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6CE87', endColorstr='#B4C692', GradientType=1);
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
}

/* top left*/
.ribbon-top-left {
  top: -5px;
  left: -5px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}
.ribbon-top-left .image-ribbon {
    right: -50px;
    top: 60px;
    transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
  bottom: -10px;
  left: -10px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.ribbon-bottom-left::before {
  bottom: 0;
  right: 0;
}
.ribbon-bottom-left::after {
  top: 0;
  left: 0;
}
.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
  bottom: -10px;
  right: -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.ribbon-bottom-right::before {
  bottom: 0;
  left: 0;
}
.ribbon-bottom-right::after {
  top: 0;
  right: 0;
}
.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-225deg);
}

.m-0 {
    margin: 0;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    left: -33px;
    right: 33px;
    padding: 0;
    list-style: none;
    color: #fff;
    min-width: 150px;
}

.dropdown-content.dropdown-inner {
    background: #ffffff;
    border-width: 5px;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(black), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(to top, #e4e4e4, rgba(0, 0, 0, 0)) 1 10%;
    -moz-border-image: -moz-linear-gradient(to top, #e4e4e4, rgba(0, 0, 0, 0)) 1 10%;
    -o-border-image: -o-linear-gradient(to top, #e4e4e4, rgba(0, 0, 0, 0)) 1 10%;
    border-image: linear-gradient(to top, #e4e4e4, rgba(0, 0, 0, 0)) 1 10%;
    min-height: 100px;
    min-width: 150px;
}

.dropdown-content li {
    margin-top: 20px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.pointer {
    cursor: pointer;
}

.numbers div {
    background: #000;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    padding-top: 5px;
    border-radius: 50%;
    margin-right: 1em;
    color: #fff;
    font-weight: 600;
}

.numbers div.active {
    background: #DC5F85;
}

.faqs h3 {
    background: transparent;
    color: black;
    padding: .5em;
    margin-bottom: 0;
}

.faqs h3.active {
    background: black;
    color: white;
    padding: .5em;
    margin-bottom: 0;
}

.numbers p {
    display: inline-block;
}

.navlink a {
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.navlink.active{
    color: #000;
    font-weight: bold;
}

.navlink:hover {
    color: #ff647d !important;
    /*border: 1px solid #fff;*/
    /*border-radius: 100px;*/
}

.navlink a:hover {
    color: #ff647d !important;
    /*border: 1px solid #fff;*/
    /*border-radius: 100px;*/
}

.navlink.w--current {
    border: 1px solid #fff;
    border-radius: 100px;
    color: #fff;
}

.navlink.navlink-terms {
    font-size: 16px;
    line-height: 10px;
    letter-spacing: 0.08em;
    font-weight: bold;
}

.navbar-sections {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 150px;
    padding: 40px 30px 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    /*background-image: -webkit-linear-gradient(270deg, rgba(121, 62, 103, .67), rgba(240, 140, 95, .67)), url('../images/Web-1366-–-1-image.jpg');*/
    /*background-image: linear-gradient(180deg, rgba(121, 62, 103, .67), rgba(240, 140, 95, .67)), url('../images/Web-1366-–-1-image.jpg');*/
    background-position: 0px 0px, 50% 0px;
    text-align: center;
}

.navbar-sections a {
    color: #949494;
    font-weight: bold;
}

.navbar-sections.navbar-home {
    position: absolute;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-image: none;
    background-position: 0px 0px;
}

.nav-menu {
    display: block;
    /*width: 65%;*/
    width: 100%;
    min-width: 600px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
}

.menu-right.menu-right-home {
    /*width: 20%;*/
    WIDTH: 30%;
}

.menu-right.menu-right-home-test {
    width: 0%;
    position: fixed;
    right: 0;
    top: 100px;
}

.menu-right.menu-right-home-test .block-rrss1 {
    margin-top: 0;
    margin-left: 0; 
    background: #ffffff;
    padding: 0 0.5em 0 1em;
}

.menu-right.menu-right-home-test a:first-child {
    margin-top: 0.5em;
}

.menu-right.menu-right-home-test a {
    display: block;
    margin: 2em 0;
}

.mc-area {
    margin-top: -10px;
    margin-left: -5em;
    margin-right: 1em;
}

.mc-area a {
    font-weight: 600 !important;
    margin-top: -5px;
}

.mc-area a.black {
    color: black;
}

.mc-area a img {
    height: 38px;
    display: inline-block;
    margin-right: .5em;
}

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

    .mc-area a img {
        display: none;
    }
}

.menu-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;

    float: right;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: right;
}

.social-no-menu {
    width: 30px !important;
}

.social-no-menu .social-icon-img {
    width: 100% !important;
}

.social-icon {
    width: 30px;
    min-width: 26px;
    margin-right: 0px;
    /*margin-left: 16px;*/
    margin-left: 0px;
    margin-bottom: 5px;
}


.logo-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 15%;
    float: left;
}

.part-block {
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px;
    vertical-align: middle;
}

.white-block {
    padding: 15px;
    background-image: none;
    text-align: left;
}

.white-block.white-block-shadow {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    /*border-radius: 5px;*/
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .16);
    color: rgba(0, 0, 0, .7);
    text-align: left;
    text-decoration: none;
    background: #ffffff;
}

.white-block.white-block-shadow.white-block-news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: none;
    color: #000;
}

.white-block.white-block-shadow.white-block-news h4{
    font-weight: bold;
}

.prox{
    text-align: center;
    color: #949494;
    font-weight: bold;
}

.white-block.white-block-shadow.white-block-tickets {
    padding-left: 115px;
    background-image: url('../images/entradadia.svg');
    background-position: 19px 50%;
    background-size: 80px;
    background-repeat: no-repeat;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.white-block.white-block-shadow.white-block-tickets:hover {
    background-image: url('../images/entradadia.svg');
    background-position: 19px 50%;
    background-size: 80px, 80px;
    background-repeat: no-repeat;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.white-block.white-block-shadow.white-block-bus {
    padding-left: 115px;
    background-image: url('../images/entradabus.svg');
    background-position: 19px 50%;
    background-size: 80px;
    background-repeat: no-repeat;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.white-block.white-block-shadow.white-block-bus:hover {
    background-image: url('../images/entradabus.svg');
    background-position: 19px 50%;
    background-size: 80px, 80px;
    background-repeat: no-repeat;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.white-block.white-block-shadow.white-block-hotels {
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.white-block.white-block-shadow.white-block-hotels:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.white-block.white-block-shadow.white-block-tickets-abono {
    padding-left: 115px;
    background-image: url('../images/abono.svg');
    background-position: 19px 50%;
    background-size: 80px;
    background-repeat: no-repeat;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.white-block.white-block-shadow.white-block-tickets-abono:hover {
    background-image: url('../images/abono.svg');
    background-position: 19px 50%;
    background-size: 80px, 80px;
    background-repeat: no-repeat;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.white-block.white-block-shadow.white-block-tickets-abonovip {
    padding-left: 115px;
    background-image: url('../images/abonovip.svg');
    background-position: 19px 50%;
    background-size: 80px;
    background-repeat: no-repeat;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.white-block.white-block-shadow.white-block-tickets-abonovip:hover {
    background-image: url('../images/abonovip.svg');
    background-position: 19px 50%;
    background-size: 80px, 80px;
    background-repeat: no-repeat;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.white-block.white-block-shadow.white-block-tickets-vip {
    padding-left: 115px;
    background-image: url('../images/entradavip.svg');
    background-position: 19px 50%;
    background-size: 80px;
    background-repeat: no-repeat;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.white-block.white-block-shadow.white-block-tickets-vip:hover {
    background-image: url('../images/entradavip.svg');
    background-position: 19px 50%;
    background-size: 80px;
    background-repeat: no-repeat;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.white-block.white-block-shadow.white-block-tickets-hotel4 {
    padding-left: 115px;
    background-image: url('../images/entradahotel4.png');
    background-position: 19px 50%;
    background-size: 80px;
    background-repeat: no-repeat;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.white-block.white-block-shadow.white-block-tickets-hotel4:hover {
    background-position: 19px 50%;
    background-size: 80px;
    background-repeat: no-repeat;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.white-block.white-block-shadow.white-block-tickets-hotel3 {
    padding-left: 115px;
    background-image: url('../images/entradahotel3.png');
    background-position: 19px 50%;
    background-size: 80px;
    background-repeat: no-repeat;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.white-block.white-block-shadow.white-block-tickets-hotel3:hover {
    background-position: 19px 50%;
    background-size: 80px;
    background-repeat: no-repeat;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.white-block.white-block-shadow.white-block-tickets-socios {
    padding-left: 115px;
    background-image: url('../images/socios.svg');
    background-position: 19px 50%;
    background-size: 80px;
    background-repeat: no-repeat;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.white-block.white-block-shadow.white-block-tickets-socios:hover {
    background-image: url('../images/socios.svg');
    background-position: 19px 50%;
    background-size: 80px;
    background-repeat: no-repeat;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.white-block.white-block-shadow.white-block-tickets-pack {
    padding-right: 185px;
    background-image: url('../images/packmockup-03.jpg');
    background-position: 90% 20%;
    background-size: 180px;
    background-repeat: no-repeat;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.white-block.white-block-shadow.white-block-tickets-pack:hover {
    background-image: url('../images/packmockup-03.jpg');
    background-position: 90% 20%;
    background-size: 180px;
    background-repeat: no-repeat;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.white-block.white-block-shadow.white-block-merch-pack {
    padding-right: 185px;
    background-image: url('../images/packmockup-04.jpg');
    background-position: 90% 20%;
    background-size: 180px;
    background-repeat: no-repeat;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.white-block.white-block-shadow.white-block-merch-pack:hover {
    background-image: url('../images/packmockup-04.jpg');
    background-position: 90% 20%;
    background-size: 180px;
    background-repeat: no-repeat;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.tittle-h4 {
    display: block;
    font-family: Nettoot, sans-serif;
    color: rgba(0, 0, 0, .7);
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0.01em;
    text-decoration: none;
}

.price {
    font-size: 18px;
    font-weight: 700;
}

.section-menu-nav {
    display: block;
    padding: 5px 10px;
    color: rgba(0, 0, 0, .3);
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-decoration: none;
}

.section-menu-nav:hover {
    color: rgba(0, 0, 0, .7);
}

.section-menu-nav.w--current {
    color: rgba(0, 0, 0, .7);
}

.vertical-line {
    width: 1px;
    height: 600px;
    background-color: rgba(0, 0, 0, .3);
}

.gallery-content {
    position: relative;
    width: 25%;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.img-gallery {
    display: block;
    width: 100%;
    height: 100%;
}

.lightbox-link {
    display: inline-block;
}

.img-news {
    width: 100%;
    margin-bottom: 15px;
    -webkit-flex-basis: 175px;
    -ms-flex-preferred-size: 175px;
    flex-basis: 175px;
    background-image: url('../images/Sample_news_big.png');
    background-position: center;
    background-size: cover;
}

.img-news.main-img-news {
    -webkit-flex-basis: 480px;
    -ms-flex-preferred-size: 480px;
    flex-basis: 480px;
}

.flex-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.flex-content.flex-66 {
    width: 66.66%;
}

.flex-content.flex-33 {
    width: 33.33%;
}

.flex-content.flex-33.flex-vert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-content.flex-featured-news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.date {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.stage-hour{
    margin-top: 20px;
}

.date.date-featured {
    color: #DC5F85;
    font-size: 20px;
    line-height: 22px;
}

.date.date-featured-wp {
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    background: #222222;
    display: inline;
    padding: 5px 10px;
}

.date.stage-featured-artist {
    background: #DC5F85;
    color: #FFF;
    font-size: 20px;
    line-height: 22px;
    padding: .5em;
}

.date.day-featured-artist {
    background: #242684;
    color: #FFF;
    font-size: 20px;
    line-height: 22px;
    padding: .5em;
}

.date.hour-featured-artist {
    background: #EFA914;
    color: #FFF;
    font-size: 20px;
    line-height: 22px;
    padding: .5em;
}

.featured-header-section {
    height: 40vh;
    min-height: 390px;
    background-image: url('../images/Sample_news_featured.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.featured-header-section.line-up-featured {
    height: 85vh;
    min-height: 400px;
    /*  margin-right: 15%;
  margin-bottom: 50px;
  margin-left: 15%;*/
    background-image: url('../images/Sample_lineup_ampliado.png');
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 500px;
}

.featured-header-section.news-featured {
    height: 40vh;
    min-height: 400px;
    margin-right: 15%;
    margin-bottom: 15px;
    margin-left: 15%;
    background-image: url('../images/Sample_lineup_ampliado.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.band-block {
    position: relative;
    overflow: hidden;
    width: 25%;
}

.band-overlay, .band-overlay-line-up, .band-overlay-previous {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: end;
    align-content: flex-start;
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .9), hsla(0, 0%, 100%, 0) 63%);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .9), hsla(0, 0%, 100%, 0) 63%);
    z-index: 1;

}


.band-overlay-line-up::before{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, #272784, #272784);
    z-index: -1;
    transition: opacity 0.2s linear;
    opacity: 0;    

}

.band-overlay-line-up:hover::before{
    opacity: 0.8;
}


.band-overlay-previous::before{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, #272784, #272784);
    z-index: -1;
    transition: opacity 0.2s linear;
    opacity: 0;
}

.band-overlay-previous:hover::before{
    opacity: 0.8;
}
.band-hour.band-stage{
    display: none !important;
}
.band-overlay-previous:hover div.band-hour.band-stage{
    display: block !important;
    top: 50%;
    font-size: 22px;
    position: absolute;
    /*width: 90%;*/
    left: 0;
    width: 100%;
    text-align: center;
}


.band-name {
    margin-bottom: 5px;
    color: #fff;
    font-size: 25px;
    line-height: 25px;
    font-weight: 600;
    text-decoration: none;
}

.band-day {
    display: inline-block;
    margin-right: 10px;
    color: #DC5F85;
    font-size: 20px;
    line-height: 22px;
}

.band-hour {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
}

.band-hour.band-stage {
    /*display: block;*/
    font-weight: 400;
}

.description {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    text-align: justify;
}

.parking-description {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    text-align: justify;
    margin-bottom: 2em;
    padding-bottom: 1em;
    border-bottom: 1px solid #ededed;
}

.content-block.content-previous-editions.previous-line,
.content-block.content-previous-editions.previous-content.text-info,
.content-block.content-previous-editions.pevious-left.space-right {
    padding: 10px;
}



.transport-description {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    text-align: justify;
    margin-bottom: 2em;
    padding-bottom: 1em;
    border-bottom: 1px solid #ededed;
    width: 100%;
}

.ticket-description {
    color: #95989a;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.navbar-sections .menu-only-home a {
    color: #fff;
    font-weight: 100;
}

.navbar-sections .menu-only-home .active{
    font-weight: bold;
}

.close-menu {
    display: none;
}

.tickets-button {
    display: none;
}

.resp-menu-social {
    display: none;
}

/*ANTIGUO, EL QUE SE USABA PARA LOS ARTISTAS QUE NO ERAN LOS CABEZAS DE CARTEL*/
.line-up-band {
    display: inline-block;
    padding: 5px;
    color: #fff;
    font-size: 2vw;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}

.line-up-band-headliner-up {
    display: inline-block;
    padding: 5px;
    color: #fff;
    font-size: 5vw;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}

/*PARA CADA ARTISTA DE 2 EN 2*/
.line-up-band-1 {
    display: inline-block;
    padding: 5px;
    color: #fff;
    /*font-size: 3.5vw;*/
    font-size: 2.9vw;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}

.line-up-band-2 {
    display: inline-block;
    padding: 5px;
    color: #fff;
    /*font-size: 3.2vw;*/
    font-size: 2.9vw;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}

.line-up-band-2-9 {
    display: inline-block;
    padding: 5px;
    color: #fff;
    font-size: 2.9vw;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}

.line-up-band-3 {
    display: inline-block;
    padding: 5px;
    color: #fff;
    font-size: 2.5vw;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}

.line-up-band-4 {
    display: inline-block;
    padding: 5px;
    color: #fff;
    font-size: 2.3vw;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}

.line-up-band-5 {
    display: inline-block;
    padding: 5px;
    color: #fff;
    font-size: 2.1vw;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}

.line-up-band-6 {
    display: inline-block;
    padding: 5px;
    color: #fff;
    font-size: 2vw;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}

/*PARA EDITAR CARTEL PC*/
.line-up-linea-1 {
    display: inline-block;
    padding: 5px;
    color: #fff;
    font-size: 2.6vw;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}

.line-up-linea-2 {
    display: inline-block;
    padding: 5px;
    color: #fff;
    font-size: 1.6vw;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}

.line-up-linea-3 {
    display: inline-block;
    padding: 5px;
    color: #fff;
    font-size: 1.5vw;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}

.line-up-linea-4 {
    display: inline-block;
    padding: 5px;
    color: #fff;
    font-size: 1.5vw;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}

.line-up-linea-5 {
    display: inline-block;
    padding: 5px;
    color: #fff;
    font-size: 1.4vw;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}

.line-up-linea-6 {
    display: inline-block;
    padding: 5px;
    color: #fff;
    font-size: 1.4vw;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}

.line-up-linea-7 {
    display: inline-block;
    padding: 5px;
    color: #fff;
    font-size: 1.3vw;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}

/*.line-up-band.line-up-headliner {
  font-size: 5vw;
  line-height: 31px;
}
ANTIGUO DE CUANDO IBAN DE UNO EN UNO
*/

.line-up-band.line-up-headliner {
    font-size: 4vw;
    line-height: 31px;
    color: #fce095;
}

.line-up-row {
    position: relative;
    margin-bottom: 20px;
}

.line-up-row.line-up-row-first-line {
    min-width: 960px;
}

.line-up-home-date {
    position: absolute;
    left: -20px;
    top: 0px;
    display: inline;
    width: 200px;
    float: left;
    border-bottom: 1px solid #b3b3b3;
    color: #b3b3b3;
    font-size: 16px;
    line-height: 26px;
    text-align: right;
}

.navbar-sections-bg {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    height: 120px;
    padding: 40px 30px 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    background-image: -webkit-linear-gradient(270deg, rgba(121, 62, 103, .67), rgba(240, 140, 95, .67)), url('../images/Web-1366-–-1-image.jpg');
    background-image: linear-gradient(180deg, rgba(121, 62, 103, .67), rgba(240, 140, 95, .67)), url('../images/Web-1366-–-1-image.jpg');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    text-align: center;
}

.share-block {
    display: none;
}

.filters-block {
    font-size: 11px;
    color: #000;
    width: 80px;
}

.filters-block img{
    margin: 0 auto ;
    padding-top: 10px;
    width: 25px;
}

.home-news-heading {
    text-align: center;
}

.content-news-block small{
    margin-top: -10px;
    text-align: left;
    width: 90%;
    color: #b1b1b1;
    margin-bottom: 20px;
    font-size: 14px;    
}

.line-social{
    background: #b2b2b2;
    height: 80px;
    display: block;
    width: 1px;
}

.text-block.center-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.icon-slider {
    text-shadow: 0 1px 11px rgba(0, 0, 0, .7);
}

/*.w-icon-slider-right, .w-slider-arrow-left{
    display: none;
}*/

.dark-block {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 175px;
    -webkit-flex: 175px;
    -ms-flex: 175px;
    flex: 175px;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(270deg, #95989a, #f08c5f);
    background-image: linear-gradient(180deg, #95989a, #f08c5f);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .16);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.card-flip-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 175px;
    -webkit-flex: 175px;
    -ms-flex: 175px;
    flex: 175px;
    -webkit-transition: -webkit-transform 1000ms ease;
    transition: -webkit-transform 1000ms ease;
    transition: transform 1000ms ease;
    transition: transform 1000ms ease, -webkit-transform 1000ms ease;
}

.white-block-sponsors {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    padding: 10px 10px 10px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 175px;
    -webkit-flex: 175px;
    -ms-flex: 175px;
    flex: 175px;
    /*border-radius: 5px;*/
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .16);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;*/
}

.white-block-info-reg {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .16);
    padding: 10px;
}

.white-block-info-reg img {
    max-width: 150px;
    margin: 2em auto;
}

.white-block-info-reg p,
.white-block-info-reg ul li,
.white-block-info-reg a {
    font-size: 12px;
    line-height: normal;
}

.white-block-info-reg a {
    width: 100% !important;
}

.white-block-info-reg-disabled {
    background-color: #f1f1f1;
}

.white-block-info-reg h2 {
    color: rgba(0, 0, 0, .7);
    text-align: center;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.button-info {
    margin-top: 1em;
    /*background: linear-gradient(90deg, #f08c5f, #b06263);*/
    background: linear-gradient(to right, rgba(252, 234, 187, 1) 0%, rgba(51, 153, 153, 1) 0%, rgba(154, 194, 141, 1) 100%);
}

.button-info-disabled {
    margin-top: 1em;
    background: #cccccc;
    cursor: not-allowed;
}

.white-block-sponsors-reg {
    /*border-radius: 5px;*/
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .16);
    padding: 10px;
    max-height: 290px;
}

.scale-block:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.part-text {
    font-size: 14px;
    line-height: 20px;
}

.chevron-bubble {
    width: 50px;
    height: 50px;
    background: #ffffff;
    position: absolute;
    /*bottom: -25px;*/
    top: -35px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    border-radius: 50px;
    padding: 13px;
    box-shadow: 5px 12px 12px 0 rgba(0, 0, 0, .16);
}

.chevron-bubble img {
    margin-top: 5px;
}

.form-wrapper {
    border-radius: 6px;
}

.form-wrapper.subscribe-form {
    display: block;
    width: 400px;
    margin-right: auto;
    margin-left: auto;
    padding: 5px;
}

.form-wrapper.subscribe-form-large {
    width: 600px;
}

.form-html-embed {
    margin-top: 24px;
    padding: 10px 40px;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(204, 2%, 59%, .29);
    border-radius: 6px;
    background-image: none;
}

.form-html-embed.form-html-modal {
    position: relative;
    padding-top: 30px;
    padding-bottom: 20px;
    /*background-image: -webkit-linear-gradient(270deg, #f08c5f, #f0d6af);
    background-image: linear-gradient(180deg, #f08c5f, #f0d6af);*/
    background-color: #FFFFFF;
}

.tittle-field {
    color: #95989a;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
}

.tittle-field.susbscribe-tittle {
    color: rgba(0, 0, 0, .7);
    font-size: 22px;
    font-weight: 400;
}

.form-field {
    background-color: rgba(149, 152, 154, 0.4);
    border-radius: 20px;
}

.w-input,
.w-select {
    border: 0px;
}

.disclaimer-subscribe {
    margin-bottom: 10px;
    color: #95989a;
    font-size: 12px;
    letter-spacing: 0.05em;
}

.disclaimer-subscribe.disclaimer-link {
    color: #f08c5f;
}

.disclaimer-subscribe a {
    font-size: 14px;
}

.modal-wrapper {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9999;
    display: none;
    padding-top: 210px;
    background-color: rgba(0, 0, 0, .7);
}

.success-message {
    min-height: 200px;
    padding-top: 83px;
    border-radius: 6px;
    background-color: #f08c5f;
}

.succees-text {
    color: #fff;
    font-size: 22px;
    line-height: 22px;
}

.error-message {
    border-radius: 6px;
    background-color: #f56f6f;
    color: #fff;
}

.close-modal-wrapper {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    padding: 9px;
    float: right;
}

.fixed-nav-bar-ref {
    display: block;
    height: 0px;
}

.fixed-nav-bar-old {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    height: 120px;
    background-image: -webkit-linear-gradient(270deg, #793e67, #f08c5f);
    background-image: linear-gradient(180deg, #793e67, #f08c5f);
}

.navbar-home-fixed-bg {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    height: 120px;
    padding: 40px 30px 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    background-image: -webkit-linear-gradient(270deg, rgba(121, 62, 103, .67), rgba(240, 140, 95, .67)), url('../images/Web-1366-–-1-image.jpg');
    background-image: linear-gradient(180deg, rgba(121, 62, 103, .67), rgba(240, 140, 95, .67)), url('../images/Web-1366-–-1-image.jpg');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    opacity: 0;
    text-align: center;
}

.fixed-nav-bar-ref-home {
    display: block;
    height: 0px;
}

.fixed-nav-bar-home {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    height: 120px;
    background-image: -webkit-linear-gradient(270deg, #793e67, #f08c5f);
    background-image: linear-gradient(180deg, #793e67, #f08c5f);
}

.fixed-nav-bar {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    display: none;
    height: 100px;
    padding: 40px 30px 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    /*background-image: -webkit-linear-gradient(270deg, #793e67, rgba(240, 140, 95, .9));
  background-image: linear-gradient(180deg, #793e67, rgba(240, 140, 95, .9));*/
    text-align: center;
    border-bottom: 5px solid #e4e4e4;
}

.fixed-nav-bar nav .active{
    font-weight: bold;
    color: #000;
}

.fixed-nav-bar .navlink{
    color: #949494;
    font-weight: bold;
}

.fixed-nav-bar .navlink a{
    color: #949494;
    font-weight: bold;
}

.fixed-nav-bar .dropdown-content {
    background: #ffffff;
    border-width: 5px;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(black), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(to top, #e4e4e4, rgba(0, 0, 0, 0)) 1 10%;
    -moz-border-image: -moz-linear-gradient(to top, #e4e4e4, rgba(0, 0, 0, 0)) 1 10%;
    -o-border-image: -o-linear-gradient(to top, #e4e4e4, rgba(0, 0, 0, 0)) 1 10%;
    border-image: linear-gradient(to top, #e4e4e4, rgba(0, 0, 0, 0)) 1 10%;
    min-height: 100px;
    min-width: 150px;
}

.nav-bar-fixed-ref {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    height: 150px;
    border-bottom: 5px solid #e4e4e4;
}

.question-list {
    padding-left: 20px;
}

.question-block {
    margin-bottom: 15px;
    padding-left: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.icon-question {
    display: inline-block;
    width: 30px;
    margin-top: 6px;
    margin-left: -40px;
    float: left;
}

.edriaax-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -21px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-end;
}

.credits-edriaax {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: -10px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    font-size: 10px;
    font-weight: 300;
}

.credits-edriaax a {
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    font-size: 10px;
}

.credits-edriaax a:hover {
    text-decoration: underline;
}

.logo-edriaax {
    /*opacity: 0.8;*/
}

.visible-resp {
    display: none;
}

.logo-dates {
    width: 400px;
    padding-bottom: 30px;
}

.hero-dates {
    color: #fff;
    font-size: 49px;
    font-weight: 400;
}

.language {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2000;
    display: block;
    width: 52px;
    height: 30px;
    padding-top: 6px;
    background-color: #fff;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    text-decoration: none;
}

.language-text {
    font-family: 'Nettoot bold', sans-serif;
    color: #001a27;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
}

.lang-responsive {
    display: none;
}

.youtube-video {
    width: 100%;
    height: 350px;
}

.embedly-embed {
    width: 100%;
    height: 100%;
}

.pop-up-info-hotel4 {
    position: fixed;
    left: 0px;
    top: -90px;
    right: 0px;
    bottom: 0px;
    z-index: 9999;
    display: none;
    margin-top: 210px;
    background-color: rgba(0, 0, 0, .7);
    width: 300px;
    height: 335px;
    margin-right: auto;
    margin-left: auto;
    padding: 15px;
    background-color: #fff;
    box-shadow: 4px 1px 20px 1px rgba(0, 0, 0, .16);
    padding-top: 2em;
}

.pop-up-info-hotel4.eng {
    height: 400px;
    top: -165px;
}

.pop-up-info-hotel4 a {
    color: #fff;
    margin-left: 0px;
}

.pop-up-info-hotel4.eng a {
    color: #fff;
    margin-left: 0;
}

.pop-up-info-hotel3 {
    position: fixed;
    left: 0px;
    top: -90px;
    right: 0px;
    bottom: 0px;
    z-index: 9999;
    display: none;
    margin-top: 210px;
    background-color: rgba(0, 0, 0, .7);
    width: 300px;
    height: 335px;
    margin-right: auto;
    margin-left: auto;
    padding: 15px;
    background-color: #fff;
    box-shadow: 4px 1px 20px 1px rgba(0, 0, 0, .16);
    padding-top: 2em;
}

.pop-up-info-hotel3.eng {
    height: 350px;
    top: -165px;
}

.pop-up-info-hotel3 a {
    color: #fff;
    margin-left: 0px;
}

.pop-up-info-hotel3.eng a {
    color: #fff;
    margin-left: 0;
}

.pop-up-info-vip {
    position: fixed;
    left: 0px;
    top: -90px;
    right: 0px;
    bottom: 0px;
    z-index: 9999;
    display: none;
    margin-top: 210px;
    background-color: rgba(0, 0, 0, .7);
    width: 300px;
    height: 335px;
    margin-right: auto;
    margin-left: auto;
    padding: 15px;
    background-color: #fff;
    box-shadow: 4px 1px 20px 1px rgba(0, 0, 0, .16);
    padding-top: 2em;
}

.pop-up-info-vip.eng {
    height: 550px;
    top: -165px;
}

.pop-up-info-vip a {
    color: #fff;
    margin-left: 110px;
}

.pop-up-info-vip.eng a {
    color: #fff;
    margin-left: 0;
}

.pop-up-info-nos {
    position: fixed;
    left: 0px;
    top: -90px;
    right: 0px;
    bottom: 0px;
    z-index: 9999;
    display: none;
    margin-top: 210px;
    background-color: rgba(0, 0, 0, .7);
    width: 300px;
    height: 335px;
    margin-right: auto;
    margin-left: auto;
    padding: 15px;
    background-color: #fff;
    box-shadow: 4px 1px 20px 1px rgba(0, 0, 0, .16);
    padding-top: 2em;
}

.pop-up-info-nos.eng {
    height: 550px;
    top: -165px;
}

.pop-up-info-nos a {
    color: #fff;
    margin-left: 110px;
}

.pop-up-info-nos.eng a {
    color: #fff;
    margin-left: 0;
}

.pop-up-info-oneday {
    position: fixed;
    left: 0px;
    top: -90px;
    right: 0px;
    bottom: 0px;
    z-index: 9999;
    display: none;
    margin-top: 210px;
    background-color: rgba(0, 0, 0, .7);
    width: 300px;
    height: 335px;
    margin-right: auto;
    margin-left: auto;
    padding: 15px;
    background-color: #fff;
    box-shadow: 4px 1px 20px 1px rgba(0, 0, 0, .16);
    padding-top: 2em;
}

.pop-up-info-oneday.eng {
    height: 400px;
    top: -165px;
}

.pop-up-info-oneday a {
    color: #fff;
    margin-left: 110px;
}

.pop-up-info-oneday.eng a {
    color: #fff;
    margin-left: 0;
}

.close-pop {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    padding: 9px;
    float: right;
    cursor: pointer;
}

.close-pop-hotel4 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    padding: 9px;
    float: right;
    cursor: pointer;
}

.close-pop-hotel3 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    padding: 9px;
    float: right;
    cursor: pointer;
}

.close-pop-oneday {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    padding: 9px;
    float: right;
    cursor: pointer;
}

.info-vip {
    color: #f08c5f;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-decoration: none;
    cursor: pointer;
}

.pop-up-info-vip p {
    /*padding-right: 50px;
    padding-left: 50px;*/
}

.pop-up-pack {
    position: fixed;
    left: 0px;
    top: -100px;
    right: 0px;
    bottom: 0px;
    z-index: 9999;
    display: none;
    margin-top: 210px;
    background-color: rgba(0, 0, 0, .7);
    width: 290px;
    height: 310px;
    margin-right: auto;
    margin-left: auto;
    padding: 5px;
    background-color: #fff;
    padding-top: 40px;
    box-shadow: 4px 1px 20px 1px rgba(0, 0, 0, .16);
}

.pop-up-pack p {
    padding-right: 50px;
    padding-left: 50px;
}

.pop-up-pack a {
    color: #fff;
    margin-left: 80px;
    margin-right: 15px;
}

.close-pop-pack {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    padding: 9px;
    float: right;
    cursor: pointer;
}

.font-weight-bold {
    font-weight: 600;
}

.text-black {
    color: #000;
}

.text-blue {
    color: #232683;
}

.text-orange {
    color: #f08c5f;
}

.festicket {
    color: #CC99CC !important;
}

.tick-eng {
    font-size: 14px !important;
}

.icon-eng-index {
    margin-left: 10px;
}

.relative {
    position: relative;
}

.agotadas {
    background-color: #F7F5F5;
}

.inside-agotadas {
    opacity: 0.4;
}

.agotadas h1 {
    color: #FFF;
}

.agotados {
    position: absolute;
    background: #f4f4f4c2;
    color: #ff8585;
    width: 95%;
    height: 95%;
    text-align: center;
    padding-top: 2.3em;
    font-size: 40px;
    font-weight: 600;
    border-radius: 5px;
}

.agotados.eng {
    padding-top: 2.8em;
    height: 93%;
}

.activar-pack {
    background-color: #18d0d0d6;
    background-image: none;
    color: #FFF;
    margin-bottom: 5px;
}

.activar-pack a {
    color: #FFF;
}

.lado-comprar {
    width: 280px;
}

.lado-activar {
    width: 280px;
}

.vertical-line-pack {
    width: 1px;
    height: 300px;
    background-color: rgba(0, 0, 0, .3);
}

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

.text-justify {
    text-align: justify;
}

.pulsera {
    display: block;
    width: 70%;
    margin: 0 auto 0 auto;
}

.activar-block {
    margin-top: 10px;
    margin-bottom: 5px;
}

.white-block-activar-pack {
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.white-block-activar-pack:hover {
    transform: scale(1.1);
}

.info-tittle {
    margin-bottom: 15px;
    text-align: center;
}

.info-tittle img {
    display: inline-block;
    width: 50px;
    margin-right: 10px;
    vertical-align: top;
}

.info-tittle h2 {
    display: inline-block;
    margin-top: 5px;
}

.separation-space {
    height: 5px;
}

.vertical-line-info {
    width: 1px;
    height: 1810px;
    background-color: rgba(0, 0, 0, .3);
}

.vertical-line-info-long {
    width: 1px;
    height: 4100px;
    background-color: rgba(0, 0, 0, .3);
}

.nav-menu-left-icon {
    text-align: left;
}

.nav-menu-left img {
    display: inline-block;
    width: 40px;
    float: left;
    opacity: 0.3;
}

.inline-block {
    display: inline-block;
}

.lista-hover:hover {
    color: rgba(0, 0, 0, .7);
}

.lista-hover: hover img {
    opacity: 0.7;
}

.translated {
    color: rgba(0, 0, 0, 0.7);
    font-style: oblique;
}

.translated-transparent {
    color: inherit;
    font-style: oblique;
}

.social-icon-footer {
    width: 35px;
    min-width: 35px;
    margin-right: 0px;
    margin-left: 16px;
}

.logo-block-home-es {
    width: 8%;
}

.nav-menu-home-es {
    width: auto;
}

.archive-news {
    text-align: right;
}

.archive-news a {
    font-size: 18px;
    font-weight: 500;
    padding-right: 3%;
}
.social-icon-home{
    width: 25px !important;
}

.social-icon-img {
    width: 30px;
}

.social-icon-img.sub-barra {
    margin-top: -15px;
}

.block-rrss1 {
    /*margin-bottom: 10px;*/
    margin-top: 20px;
    margin-left: 30px;
}

.block-rrss1-eng{
    margin-left: 30px;
}

.scroll.block-rrss1{
    margin-top: 10px;
}

.block-rrss2 {
    /*margin-top: -10px;*/
}

.block-rrss1-eng {
    /*margin-bottom: 10px;*/
    /*margin-top: 20px;*/
}

.block-rrss2-eng {
    /*margin-top: -10px;*/
    margin-top: 10px;
}

.footer-sp-image {
    max-width: 100px;
    max-height: 60px;
}

html.w-mod-js *[data-ix="slider-home-int"] {
    -webkit-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
}

html.w-mod-js *[data-ix="social-share-block-initial"] {
    display: none;
}

html.w-mod-js *[data-ix="modal-window"] {
    display: none;
    opacity: 0;
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="initial-nav-bar-fixed"] {
    display: none;
}

@media (max-width: 1920px) {

    .section-tickets img {
        width: 45%;
    }

    .section-tickets img.img-min {
        width: 25%;
    }
}


@media (max-width: 1250px) {

    .section-tickets img {
        width: 50%;
    }

    .filter-class{
        width: 155px;
    }
}

@media(max-width: 1374px){

    .section-tickets{
        width: 70%;
    }

    .entrada-day{
        width: 85%;
    }

    .price-ticket-old{
        padding: 0 5px;
    }

    .price-ticket{
        padding: 0 10px;
    }
}

@media(max-width: 1366px){
    .flex-parent-line-up{
        /*padding: 28px;*/
    }


}

@media (max-width: 1150px) {
    .navlink {
        padding: 7px 10px 7px 10px;
        font-size: 14px;
    }

    .button.button-tickets.button-menu {
        font-size: 14px;
    }

    .logo-block {
        width: 10%;
    }

    .frame-form iframe {
        /*height: 2300px;*/
        height: 200px;
    }

    .frame-form .frame-quiz {
        height: 4300px;
    }
}

@media (min-width: 1150px) {
    .frame-form iframe {
        /*height: 2800px;*/
        height: 200px;
    }

    .frame-form .frame-quiz {
        /*height: 3200px;*/
    }
}

@media (max-width: 1030px) {
    .navbar-sections {
        display: block;
        height: 120px;
        padding-top: 20px;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        /*background-image: -webkit-linear-gradient(270deg, rgba(121, 62, 103, .67), rgba(240, 140, 95, .67)), url(../images/Web-1366-–-1-image.jpg);*/
        /*background-image: linear-gradient(180deg, rgba(121, 62, 103, .67), rgba(240, 140, 95, .67)), url(../images/Web-1366-–-1-image.jpg);*/
        background-position: 0px 0px, 50% 0px;
        background-size: auto, cover;
    }

    .menu-button {
        display: block;
        width: 60px;
        margin-top: 10px;
        padding: 10px 10px 0px;
        float: left;
    }

    .home-burguer{
        background-color: #fff !important;
    }

    .burger-line-1 {
        display: block;
        width: 35px;
        height: 4px;
        margin-right: auto;
        margin-bottom: 8px;
        margin-left: auto;
        border-radius: 20px;
        background-color: #000;
    }

    .tickets-responsive {
        width: 80px;
        margin-top: -20px;
        vertical-align: top;
        display: inline-block;
        text-align: center;
        cursor: pointer;
        float: right;

    }

    .tickets-responsive img {
        width: 65px;
        height: 80px;
        float: right;
    }

    .icon-text-tickets {
        display: block;
        color: #fff;
        font-size: 12px;
    }

    .tickets-responsive-noIndex {
        width: 80px;
        margin-top: -30px;
        vertical-align: top;
        display: inline-block;
        text-align: center;
        cursor: pointer;
        float: right;
    }

    .tickets-responsive-noIndex img {
        width: 55px;
        height: 85px;
        float: right;
    }

    .tickets-button-fixed.icon-text{
        color: #000;
    }

    .icon-text-tickets-noIndex {
        display: block;
        color: #000;
    }

    .logo-block {
        display: block;
        width: auto;
        margin-right: auto;
        margin-left: auto;
        float: none;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: center;
    }

    .brand {
        display: inline-block;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }

    .tickets-button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right: 10px;
        float: right;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-decoration: none;
    }

    .w-nav[data-collapse="medium"] .w-nav-menu {
        display: none;
    }

    .menu-right {
        display: none;
        padding-top: 2px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .icon-text {
        color: #fff;
    }

    .filter-class a .icon-text-dark{
        color: #000;
    }

    .nav-menu.nav-menu-home {
        min-width: auto;
    }

    .lang-responsive {
        display: inline-block;
        float: right;
        background-color: #999;
        width: 60px;
        height: 30px;
    }

    .language-text {
        font-size: 20px;
        margin-top: 5px;
    }

    .close-menu {
        display: block;
        margin-bottom: 20px;
        margin-left: 15px;
    }

    .navlink {
        display: block;
        margin-bottom: 15px;
        color: #4a4c4d;
        font-weight: 700;
        text-align: left;
    }

    .navbar-sections .menu-only-home a {
        color: #4a4c4d;
    }

    .resp-menu-social {
        display: block;
    }

    .social-icon.social-icon-lateral-menu {
        width: auto;
        max-width: 40px;
        padding: 4px;
    }

    .nav-bar-fixed-ref {
        height: 120px;
    }

    .language {
        display: none;
    }

    .nav-menu {
        width: 250px;
        min-width: auto;
        padding-top: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        background-color: #fff;
        text-align: left;
    }

    .close-button {
        position: relative;
        display: block;
        overflow: hidden;
        width: 60px;
        height: 60px;
        margin-top: 10px;
        padding: 10px 10px 0px;
    }

    .close-bet {
        display: block;
    }


    .featured-header-section.line-up-featured {
        background-size: cover;
    }

    #artist-h2,
    #artist-social-first {
        /*display: none;*/
    }

    #tittle-artist,
    #artist-social {
        /*display: block;*/
    }

    .content-block.content-block-description {
        margin-top: 0px;
    }

    .content-block.content-block-description p {
        font-size: 18px;
        line-height: normal;
    }

    .featured-header-section.line-up-featured {
        height: 60vh;
    }

    .flex-parent.flex-news-featured {
        padding: 0px;
    }


    #tittle-artist h2 {
        font-size: 45px;
        margin-top: 8px;
    }


    .content-block.content-block-news.content-news-social.content-social-artist {
        display: block;
    }

    .content-block.content-news-social {
        width: 170px;
    }

    .social-icon {
        width: 25px;
    }

    .social-icon-img {
        width: 35px;
    }

    .social-icon-img.sub-barra {
        margin-top: 0px;
    }

    /* INDEX */




    .news-home-img {
        width: 100%;
        height: 460px;
    }

    .content-news-block h4 {
        margin-top: 25px;
        text-align: left;
        width: 90%;
    }

    .footer-row a {
        text-align: center;
    }


    @media (max-width: 1024px) {
        .section-tickets img {
            width: 55%;
        }

        #pop-social{
            display: block;
        }
            
        .entrada-day {
            width: 100%;
        }

        .price-ticket{
            padding: 0px 15px;
        }  
    }

}

@media (min-width: 992px) {
    .img-noticia-1 {
        background-position: 45% 0px;
    }

    .video-box {
        display: block;
        width: 500px;
        height: 300px;
    }

    .video {
        width: 100%;
    }

    .content-block.content-previous-editions.pevious-left.space-right {
        margin-right: 175px;
    }
}

@media (max-width: 991px) {
    h4 {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    p {
        font-size: 15px;
        line-height: 18px;
    }

    ol {
        font-size: 15px;
        line-height: 18px;
    }

    .button.button-tickets.button-menu {
        display: none;
    }

    .hero-button:not(.home-travel-button) {
        display: block;
    }

    .section-wrapper.section-wrapper-line-up-carrousel {
        margin-top: -160px;
    }

    .section {
        padding: 30px 3% 3%;
    }

    .editions{
        padding: 0 1%;
    }

    .section-tittle.news-tittle {
        letter-spacing: 0.01em;
        margin-left: 55px;
    }

    .line.line-white {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .frame-form iframe {
        /*height: 2250px;*/
        height: 200px;
    }

    .flex-parent {
        padding: 10px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .flex-parent.flex-news-featured {
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 15px;
    }

    .flex-parent.flex-parent-line-up {
        padding: 0px;
    }

    .flex-parent.flex-press {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .section.section-line-up-home .lineup {
        margin-top: -30px;
    }


    .section-wrapper.section-wrapper-line-up-home {
        padding: 0px;
        padding-top: 220px;
    }

    .section.section-line-up-home {
        padding-right: 0%;
        padding-bottom: 20%;
        padding-left: 0%;
        background-image: -webkit-linear-gradient(270deg, #050e20, #050e20);
        background-position: center bottom;
        background-size: contain;
        background-repeat: no-repeat;
        text-align: center;
        margin: 0 auto;
        max-width: 100%;
        width: 100%;
        border: 15px solid #fff;
        position: relative;
    }

    .content-block.content-news-block {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .content-block.content-33.content-block-news {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }



    .news-home-img {
        width: 100%;
        height: 350px;
    }

    .content-block.content-previous-editions.pevious-left {
        display: block;
        margin-right: 10px;
    }

    .content-block.content-news-social.content-news-social-active {
        display: none;
    }

    .content-block.content-news-tittle {
        padding-left: 10px;
    }

    .content-block.content-block-description {
        /*padding-left: 10px;*/
    }

    .content-block.content-25.content-block-sponsor {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-perspective: 2000px;
        perspective: 2000px;
    }

    .content-block.content-20.content-block-info {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-perspective: 2000px;
        perspective: 2000px;
    }

    .content-block.content-block-vert {
        padding-right: 10px;
    }

    .content-block.content-block-vert.content-block-vert-50 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .vertical-line-img.pair-line {
        display: none;
    }

    .footer-section {
        padding: 40px 6%;
    }

    .footer-row {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .footer-row.footer-part {
        display: block;
    }

    .navlink {
        display: block;
        margin-bottom: 15px;
        color: #4a4c4d;
        font-weight: 700;
        text-align: left;
    }

    .navlink.w--current {
        display: inline-block;
        border-color: #4a4c4d;
        color: #4a4c4d;
    }

    .navlink.navlink-terms {
        display: inline-block;
        color: #4f4f4f;
    }

    .navlink.navlink-footer {
        display: inline-block;
        margin-bottom: 10px;
        color: #fff;
    }

    .navbar-sections {
        display: block;
        height: 120px;
        padding-top: 20px;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        /*background-image: -webkit-linear-gradient(270deg, rgba(121, 62, 103, .67), rgba(240, 140, 95, .67)), url('../images/Web-1366-–-1-image.jpg');*/
        /*background-image: linear-gradient(180deg, rgba(121, 62, 103, .67), rgba(240, 140, 95, .67)), url('../images/Web-1366-–-1-image.jpg');*/
        background-position: 0px 0px, 50% 0px;
        background-size: auto, cover;
    }

    .navbar-sections.navbar-home {
        display: block;
        padding-top: 30px;
    }

    .nav-menu {
        width: 250px;
        min-width: auto;
        padding-top: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        background-color: #fff;
        text-align: left;
    }

    .nav-menu.nav-menu-home {
        min-width: auto;
    }

    .dropdown-content {
        position: static;
    }

    .menu-right {
        display: none;
        padding-top: 2px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .social-icon.social-icon-section-menu {
        /*display: none;*/
    }

    .social-icon.social-icon-lateral-menu {
        width: auto;
        max-width: 40px;
        padding: 4px;
    }

    .logo-block {
        display: block;
        width: auto;
        margin-right: auto;
        margin-left: auto;
        float: none;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: center;
    }

    .logo-block.logo-block-home {
        display: none;
    }

    .logo-block.logo-block-home-es {
        display: none;
    }

    .logo-block.logo-block-fixed {
        margin-top: 14px;
    }

    .brand {
        display: inline-block;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }

    .white-block {
        padding: 10px;
    }

    .white-block.white-block-shadow.white-block-tickets:hover {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    /*  .section.section-line-up-home .lineup {
    margin-top: -30px;
  }*/

    .gallery-content {
        width: 33.33%;
    }

    .img-news {
        -webkit-flex-basis: 140px;
        -ms-flex-preferred-size: 140px;
        flex-basis: 140px;
    }

    .img-news.main-img-news {
        height: 100%;
        -webkit-box-flex: 250px;
        -webkit-flex: 250px;
        -ms-flex: 250px;
        flex: 250px;
    }

    .flex-content.flex-66.flex-main-news {
        width: 100%;
    }

    .flex-content.flex-33.flex-vert {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .date {
        line-height: 11px;
    }

    .featured-header-section {
        background-image: url('../images/Sample_news_featured.png');
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .featured-header-section.line-up-featured {
        height: 500px;
        margin-right: -3%;
        margin-bottom: 20px;
        margin-left: -3%;
        background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .8), hsla(0, 0%, 100%, 0) 20%), url('../images/Sample_lineup_ampliado.png');
        background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), hsla(0, 0%, 100%, 0) 20%), url('../images/Sample_lineup_ampliado.png');
        background-position: center top;
        background-size:cover;
        background-repeat: repeat, no-repeat;
    }

    .featured-header-section.news-featured {
        height: 350px;
        margin-right: 0%;
        margin-bottom: 20px;
        margin-left: -3%;
        background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .8), hsla(0, 0%, 100%, 0) 20%), url('../images/Sample_lineup_ampliado.png');
        background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), hsla(0, 0%, 100%, 0) 20%), url('../images/Sample_lineup_ampliado.png');
        background-position: 50% 50%;
        background-size: auto, cover;
        background-repeat: repeat, no-repeat;
    }

    .band-block {
        width: 33.33%;
    }


    .band-name {
        font-size: 20px;
        line-height: 20px;
    }

    .band-day {
        font-size: 16px;
        line-height: 18px;
        font-weight: 400;
    }

    .band-hour {
        font-size: 12px;
        line-height: 17px;
    }

    .band-hour.band-stage {
        font-weight: 400;
    }

    .burger-close-1 {
        display: block;
        width: 35px;
        height: 4px;
        margin-right: auto;
        margin-bottom: 8px;
        margin-left: auto;
        border-radius: 20px;
        background-color: #fff;
    }

    .burger-close-1.close-line-1 {
        position: absolute;
        top: 18px;
        background-color: #4a4c4d;
    }

    .menu-button {
        display: block;
        width: 60px;
        margin-top: 10px;
        padding: 10px 10px 0px;
        float: left;
    }

    .menu-button.w--open {
        background-color: transparent;
    }

    .close-menu {
        display: block;
        margin-bottom: 20px;
        margin-left: 15px;
    }

    .close-button {
        position: relative;
        display: block;
        overflow: hidden;
        width: 60px;
        height: 60px;
        margin-top: 10px;
        padding: 10px 10px 0px;
    }

    .burger-line-1 {
        display: block;
        width: 35px;
        height: 4px;
        margin-right: auto;
        margin-bottom: 8px;
        margin-left: auto;
        border-radius: 20px;
        background-color: #000;
    }

    .burger-close-3 {
        display: block;
        width: 35px;
        height: 4px;
        margin-right: auto;
        margin-bottom: 8px;
        margin-left: auto;
        border-radius: 20px;
        background-color: #fff;
    }

    .burger-close-3.close-line-1 {
        position: absolute;
        top: 38px;
        background-color: #4a4c4d;
    }

    .icon-text {
        color: #fff;
    }

    .icon-text.icon-text-dark {
        color: rgba(0, 0, 0, .7);
    }

    .tickets-button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right: 10px;
        float: right;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-decoration: none;
    }

    .tickets-button.tickets-button-fixed {
        margin-top: 15px;
    }

    .resp-menu-social {
        display: block;
    }

    .line-up-band {
        line-height: 11px;
    }

    .line-up-band.line-up-headliner {
        font-size: 18pt;
        line-height: 23px;
    }

    .line-up-row.line-up-row-first-line {
        min-width: auto;
    }

    .navbar-sections-bg {
        position: static;
        display: block;
        height: 100px;
        padding-top: 30px;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        background-image: -webkit-linear-gradient(270deg, rgba(121, 62, 103, .67), rgba(240, 140, 95, .67)), url('../images/Web-1366-–-1-image.jpg');
        background-image: linear-gradient(180deg, rgba(121, 62, 103, .67), rgba(240, 140, 95, .67)), url('../images/Web-1366-–-1-image.jpg');
        background-position: 0px 0px, 50% 0px;
    }

    .share-block {
        display: none;
        text-align: center;
        text-decoration: none;
    }

    .filters-block {
        text-decoration: none;
    }

    .form-html-embed.form-html-modal {
        margin-top: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }

    .modal-wrapper {
        padding-top: 250px;
    }

    .checkbox-field {
        text-align: left;
    }

    .fixed-nav-bar-ref {
        display: block;
        height: 0px;
    }


    .fixed-nav-bar-old {
        position: fixed;
        left: 0px;
        top: 0px;
        right: 0px;
        display: block;
        height: 100px;
        background-image: -webkit-linear-gradient(270deg, #793e67, #793e67 0%, #f08c5f);
        background-image: linear-gradient(180deg, #793e67, #793e67 0%, #f08c5f);
    }

    .navbar-home-fixed-bg {
        position: static;
        display: block;
        height: 100px;
        padding-top: 30px;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        background-image: -webkit-linear-gradient(270deg, rgba(121, 62, 103, .67), rgba(240, 140, 95, .67)), url('../images/Web-1366-–-1-image.jpg');
        background-image: linear-gradient(180deg, rgba(121, 62, 103, .67), rgba(240, 140, 95, .67)), url('../images/Web-@medi-–-1-image.jpg');
        background-position: 0px 0px, 50% 0px;
    }

    .fixed-nav-bar-ref-home {
        display: block;
        height: 0px;
    }

    .fixed-nav-bar-home {
        position: fixed;
        left: 0px;
        top: 0px;
        right: 0px;
        display: block;
        height: 100px;
        background-image: -webkit-linear-gradient(270deg, #793e67, #793e67 0%, #f08c5f);
        background-image: linear-gradient(180deg, #793e67, #793e67 0%, #f08c5f);
    }

    .fixed-nav-bar {
        display: none;
        height: 120px;
        padding-top: 20px;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .nav-bar-fixed-ref {
        height: 120px;
    }

    .visible-resp {
        display: block;
    }

    .edriaax-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        float: none;
    }

    .language {
        display: none;
    }

    .lang-responsive {
        display: inline-block;
        float: right;
        background-color: #999;
        width: 60px;
        height: 30px;
    }

    .language-text {
        font-size: 20px;
        margin-top: 5px;
    }

    .close-bet {
        display: none;
    }

    .flex-parent.flex-line-up-home {
        display: none;
    }

    .hero-section {
        height: 35vh;
    }

    .hero-bg {
        padding-top: 50px;
    }

    .hero-logo {
        width: 400px;
    }

    .button.button-tickets {
        display: none;
    }

    .flex-parent.flex-line-up-home.flex-line-up-resp {
        display: block;
    }

    .filter-class{
        display: none;
    }

    /*PARA EDITAR CARTEL <991px*/
    .line-up-resp-linea-1 {
        color: #fff;
        font-weight: 400;
        line-height: 24px;
        text-transform: uppercase;
        padding: 2px;
        white-space: nowrap;
        font-size: 14pt;
    }

    .line-up-resp-linea-2 {
        color: #fff;
        font-weight: 400;
        line-height: 24px;
        text-transform: uppercase;
        padding: 2px;
        white-space: nowrap;
        font-size: 8pt;
    }

    .line-up-resp-linea-3 {
        color: #fff;
        font-weight: 400;
        line-height: 24px;
        text-transform: uppercase;
        padding: 2px;
        white-space: nowrap;
        font-size: 8pt;
    }

    .line-up-resp-linea-4 {
        color: #fff;
        font-weight: 400;
        line-height: 24px;
        text-transform: uppercase;
        padding: 2px;
        white-space: nowrap;
        font-size: 7pt;
    }

    .line-up-resp-linea-5 {
        color: #fff;
        font-weight: 400;
        line-height: 24px;
        text-transform: uppercase;
        padding: 2px;
        white-space: nowrap;
        font-size: 7pt;
    }

    .line-up-resp-linea-6 {
        color: #fff;
        font-weight: 400;
        line-height: 24px;
        text-transform: uppercase;
        padding: 2px;
        white-space: nowrap;
        font-size: 6pt;
    }

    .line-up-resp-linea-7 {
        color: #fff;
        font-weight: 400;
        line-height: 24px;
        text-transform: uppercase;
        padding: 2px;
        white-space: nowrap;
        font-size: 6pt;
    }

    .line-up-row {
        margin-bottom: 0px;
    }

    .content-block.content-previous-editions.pevious-left.space-right {
        margin-right: 155px;
    }
}

@media (min-width:768px) {
    .menu-movible {
        position: absolute;
    }


    .content-block {
        /*padding: 0px;*/
    }

}

@media (max-width: 891px) {

    #artist-h2,
    #artist-social-first {
        display: none;
    }
}

@media (max-width: 812px) {

    #artist-h2,
    #artist-social-first {
        display: none;
    }
}

@media (max-width: 736px) {

    #artist-social-first {
        display: none !important;
    }

    #artist-h2,
    #artist-social-first {
        display: none !important;
    }

    #tittle-artist,
    #artist-social {
        display: inline-block;
    }

    #tittle-artist h2 {
        display: inline-block !important;
        top: 0px;
    }


}

@media (max-width: 768px) {

    .section.section-line-up-home{
        border: 10px solid #fff;
    }

    .section.section-line-up-home .lineup{
        margin-top:0px;
    }

    .chevron-bubble{
        width: 40px;
        height: 40px;
        top: -25px;      
    }

    .news-section {
        width: 100%;
    }

    .section-tickets img {
        width: 70%;
    }

    .buy-ticket{
        width: 45%;
    }

    .price-ticket-old{
        padding: 0 5px;
    }

    .price-ticket {
        padding: 0 5px;
    }

    .editions {
        width: 100%;
    }

    .edition-img {
        display: none;
    }

    .edition-a {
        width: 25%;
    }

    .previous-line-lineUp {
        display: none;
    }

    .section {
        padding: 0px;
    }

    .nav-edition, .editions{
        padding: 0px;
    }

    .content-block.content-news-social.content-block-news {
        position: absolute;
        right: 0;
        background: #f5f5f5;
        text-align: center !important;
        padding-top: 10px;
        display: none;
        height: 80px;
        width: 300px !important;
        /*top: 25px;*/
        border: 0px;
        box-shadow: 0 0 17px 1px rgba(0, 0, 0, .25);
    }

    .display-social {
        display: block;
    }

    .close-social {
        display: block;
        color: #000;
        position: absolute;
        margin-top: 0px !important;
    }


    .content-block-news a {
        width: 40px;
        min-width: 26px;
        margin-top: 25px;
        display: inline-block;
    }

    .content-block-news a img {
        width: 30px;
    }

    .content-block-mytickets a img {
        width: 90%;
    }

    .numbers {
        text-align: center;
    }

    .numbers div {
        margin-bottom: 1em;
    }

    .featured-header-section.line-up-featured {
        background-position: center;
        background-size: cover;
        background-repeat: repeat, no-repeat;
    }

    .section-tittle.news-tittle {
        /*font-size: 50px !important;*/
        top: 350px;
        position: relative;
    }

    #tittle-new {
        top: 0px;
    }

    .social-artist {
        position: relative;
        top: 310px;
        float: right;
    }

    .section-tickets{
        width: 75%;
    }


    .entrada-day {
        width: 100%;
    }

    #tittle-artist h2 {
        display: none;
    }

    #artist-h2,
    #artist-social-first {
        display: block;
    }


    #artist-h2,
    #artist-social-first {
        top: 340px;
    }

    #artist-h2 {
        font-size: 50px !important;
    }

    .content-block.content-block-description p {
        font-size: 15px;
    }

    .content-block.content-block-news.content-news-social.content-social-artist {
        display: none;
    }

    .social-icon {
        width: 20px;
        min-width: 22px;
    }

    #pop-social{
        display: none;
        margin-top: -35px;
    }

    #pop-social a{
        margin-top: 15px;
    }

    .accordion{
        margin-top: 20px;
    }

    .entrada-day {
        width: 100%;
        padding: 0 20px;
    }

    .line-social{
        display: none;
    }

    .content-block.content-previous-editions.previous-content{
        padding: 0px;
    }

}

@media (max-width: 767px) {
    p {
        font-size: 15px;
        line-height: 20px;
    }

    ol {
        line-height: 20px;
    }

    .hero-logo {
        width: 300px;
    }

    .button.button-tickets {
        display: none;
    }

    .button.unactive-button {
        font-size: 14px;
        line-height: 20px;
    }

    .button.button-send {
        font-size: 14px;
        line-height: 20px;
    }

    .frame-form iframe {
        height: 4500px;
        /*height: 260px;*/
    }

    .frame-form .frame-quiz {
        height: 5900px;
    }

    .section-wrapper.section-wrapper-line-up-carrousel {
        margin-top: 0px;
    }

    .section {
        padding: 20px 0% 2%;
    }

    .section.section-line-up-home {
        padding-bottom: 110px;
    }

    .section.section-line-up {
        position: relative;
        padding-bottom: 0%;
    }

    .line-up-img {
        display: none;
    }

    .line-up-img.line-up-img-resp {
        display: block;
    }

    .slide {
        width: auto;
        padding: 0px;
    }

    .w-slide {
        transform: translateX(-600px);
        opacity: 1;
        transition:
            transform 500ms ease 0s;
    }

    .slide-mask {
        width: auto;
    }

    .slide-content {
        width: auto;
        box-shadow: none;
    }

    .homeslider-carrousel {
        height: auto;
    }

    .section-tittle {
        font-size: 26px;
        line-height: 26px;
        letter-spacing: 0.01em;
    }

    .section-tittle.news-tittle {
        display: inline-block;
        line-height: 36px;
    }

    .line {
        width: 15px;
        height: 3px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .line.line-white {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .line.thin-line {
        display: none;
    }

    .flex-parent {
        padding: 10px;
    }

    .flex-parent.flex-news-featured {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .flex-parent.flex-news-home {
        padding: 10px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .flex-parent.flex-line-up-home {
        display: none;
    }

    .flex-parent.flex-line-up-home.flex-line-up-resp {
        display: block;
    }

    .flex-parent.flex-parent-line-up {
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .content-block {
        padding: 8px;
    }

    .tab-ticket {
        height: 200px;
        background: #ededed;
    }

    .content-block.content-33.content-block-tickets {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .content-block.content-previous-editions.pevious-left {
        display: block;
        padding-bottom: 0px;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .content-block.content-previous-editions.previous-line {
        display: none;
    }

    .content-block.content-previous-editions.previous-content {
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .content-block.content-news-social {
        position: static;
        width: 100px;
        margin-bottom: 8px;
        float: right;
        text-align: center;
    }

    .block-rrss1 {
        float: right;
    }

    .content-block.content-news-social.content-block-news {
        position: absolute;
        right: 0;
        background: #f5f5f5;
        text-align: center !important;
        padding-top: 10px;
        display: none;
        height: 80px;
        width: 300px !important;
        top: 25px;
        border: 0px;
        box-shadow: 0 0 17px 1px rgba(0, 0, 0, .25);
    }

    #pop-social{
        top: 0px;
        margin-top: 0px;
    }

    #pop-social a{
        margin-top: 15px;
    }

    .content-block.content-news-social.content-news-social-active {
        display: block;
        opacity: 0.5;
    }

    .content-block.content-news-tittle {
        display: inline-block;
        width: 75%;
        min-width: auto;
        padding-right: 0px;
        padding-left: 8px;
        -webkit-box-flex: 60%;
        -webkit-flex: 60%;
        -ms-flex: 60%;
        flex: 60%;
    }

    .content-block.content-block-vert.content-block-vert-50 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .section.section-line-up-home .lineup {
        margin-top: -20px;
    }

    .section-wrapper.section-wrapper-line-up-home {
        padding-bottom: 0px;
        padding-top: 90px;
    }

    .news-section {
        width: 100%;
    }

    .news-block {
        padding: 0px 3px;
    }

    .news-home-img {
        width: 650px;
        height: 350px;
    }

    .footer-section {
        padding-top: 40px;
        padding-bottom: 69px;
    }

    .footer-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0px;
        margin-bottom: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer-row.footer-part {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .navlink.navlink-terms {
        margin-bottom: 5px;
    }

    .navlink.navlink-footer {
        margin-bottom: 5px;
    }

    .navbar-sections {
        height: 10 0px;
        padding: 20px 10px 10px;
    }

    .navbar-sections.navbar-home {
        padding-right: 10px;
        padding-left: 10px;
    }

    .social-icon {
        /*display: none;*/
    }

    .display-social {
        color: #000;
        /*background: red;*/
        -webkit-transition: width 2s;
        /* For Safari 3.1 to 6.0 */
        transition: width 2s;
    }

    .social-icon.social-icon-lateral-menu {
        display: inline-block;
    }

    .social-icon.social-icon-home {
        display: none;
    }

    .social-icon.social-icon-share {
        width: 35px;
        max-width: 35px;
    }

    .logo-block {
        padding-top: 0px;
    }

    .logo-block.logo-block-fixed {
        margin-top: 4px;
    }

    .brand {
        padding-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .section-menu-nav:hover {
        background-image: url('../images/Line_grey_small2x.png');
        background-position: 50% 100%;
        background-size: 10px;
        background-repeat: no-repeat;
    }

    .section-menu-nav.w--current {
        background-image: url('../images/Line_grey_small2x.png');
        background-position: 50% 100%;
        background-size: 10px;
        background-repeat: no-repeat;
    }

    .nav-menu-left {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .img-news {
        margin-bottom: 10px;
    }

    .flex-content.flex-featured-news {
        position: relative;
        display: block;
    }

    .date.date-featured {
        font-size: 14px;
    }

    .featured-header-section.line-up-featured {
        margin-right: 0%;
        margin-bottom: 10px;
        margin-left: 0%;
        background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .8), transparent 20%), url('../images/Sample_lineup_ampliado.png');
        background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), transparent 20%), url('../images/Sample_lineup_ampliado.png');
        /*background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;*/
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;

    }

    .featured-header-section.news-featured {
        margin-right: 0%;
        margin-bottom: 10px;
        margin-left: 0%;
        background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .8), transparent 20%), url('../images/Sample_lineup_ampliado.png');
        background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), transparent 20%), url('../images/Sample_lineup_ampliado.png');
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: repeat, no-repeat;
    }

    .description {
        font-size: 16px;
        line-height: 20px;
    }

    .wp-row {
        display: block;
    }

    .menu-button {
        width: auto;
        height: auto;
        margin-top: 2px;
    }

    .burger-line-1 {
        width: 28px;
        height: 3px;
        margin-bottom: 6px;
    }

    .icon-text {
        font-size: 11px;
        line-height: 11px;
        font-weight: 400;
    }

    .icon-text.icon-text-dark {
        display: block;
        margin-right: auto;
        margin-left: auto;
        color: rgba(0, 0, 0, .7);
        font-weight: 700;
        letter-spacing: 0.01em;
        text-decoration: none;
    }

    .tickets-button.w--current {
        margin-right: 10px;
    }

    .tickets-button.tickets-button-fixed {
        margin-top: 0px;
    }

    .resp-menu-social {
        display: block;
    }

    .line-up-band {
        padding-right: 2px;
        padding-left: 2px;
        font-size: 12pt;
        line-height: 14px;
        letter-spacing: 0.01em;
    }

    .line-up-band.line-up-headliner {
        font-size: 16pt;
    }

    .line-up-row.line-up-row-first-line {
        min-width: 400px;
        margin-bottom: 0px;
    }

    .line-up-home-date {
        width: 140px;
        font-size: 12px;
        line-height: 21px;
    }

    .navbar-sections-bg {
        height: 90px;
        padding: 20px 10px 10px;
    }

    .share-block {
        position: relative;
        display: inline-block;
        padding: 30px 5px 5px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-image: url('../images/Icon_share2x.png');
        background-position: 50% 0px;
        background-size: 22px;
        background-repeat: no-repeat;
    }

    .social-icon-share {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .filters-block {
        position: absolute;
        left: 16px;
        top: 43px;
        display: none;
        padding: 5px;
        float: left;
        text-align: center;
    }

    .icon-filters {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .white-block-share-social {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        z-index: 1;
        display: none;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        border-radius: 6px;
        /*background-color: #fff;*/
        box-shadow: 0 0 9px 0 rgba(0, 0, 0, .16);
    }

    /*.dropdown {
        position: static;
    }*/

    .social-block-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .form-html-embed {
        padding-top: 10px;
    }

    .disclaimer-subscribe {
        margin-bottom: 0px;
    }

    .modal-wrapper {
        padding-top: 60px;
    }

    .date-wrapper {
        line-height: 18px;
    }

    .checkbox-field {
        text-align: left;
    }

    .fixed-nav-bar-old {
        z-index: 1000;
        height: 90px;
    }

    .navbar-home-fixed-bg {
        height: 90px;
        padding: 20px 10px 10px;
    }

    .fixed-nav-bar-home {
        z-index: 1000;
        height: 90px;
    }

    .fixed-nav-bar {
        height: 90px;
        padding: 20px 10px 10px;
    }

    .nav-bar-fixed-ref {
        height: 100px;
    }

    .logo-dates {
        width: 250px;
        padding-bottom: 30px;
    }

    .hero-dates {
        font-size: 30px;
    }

    .hero-bg {
        padding-top: 150px;
    }

    .pop-up-info-vip {
        top: -70px;
        width: 300px;
        height: 415px;
    }

    .agotados {
        height: 95%;
    }

    .agotados.eng {
        height: 94%;
        width: 96%;
    }

    .description iframe {
        width: 100%;
    }


    /*PARA EDITAR CARTEL <767px*/
    .line-up-resp-linea-1 {
        color: #fff;
        font-weight: 400;
        line-height: 24px;
        text-transform: uppercase;
        padding: 2px;
        white-space: nowrap;
        font-size: 12pt;
    }

    .line-up-resp-linea-2 {
        color: #fff;
        font-weight: 400;
        line-height: 24px;
        text-transform: uppercase;
        padding: 2px;
        white-space: nowrap;
        font-size: 7pt;
    }

    .line-up-resp-linea-3 {
        color: #fff;
        font-weight: 400;
        line-height: 24px;
        text-transform: uppercase;
        padding: 2px;
        white-space: nowrap;
        font-size: 7pt;
    }

    .line-up-resp-linea-4 {
        color: #fff;
        font-weight: 400;
        line-height: 24px;
        text-transform: uppercase;
        padding: 2px;
        white-space: nowrap;
        font-size: 6pt;
    }

    .line-up-resp-linea-5 {
        color: #fff;
        font-weight: 400;
        line-height: 24px;
        text-transform: uppercase;
        padding: 2px;
        white-space: nowrap;
        font-size: 6pt;
    }

    .line-up-resp-linea-6 {
        color: #fff;
        font-weight: 400;
        line-height: 24px;
        text-transform: uppercase;
        padding: 2px;
        white-space: nowrap;
        font-size: 5pt;
    }

    .line-up-resp-linea-7 {
        color: #fff;
        font-weight: 400;
        line-height: 24px;
        text-transform: uppercase;
        padding: 2px;
        white-space: nowrap;
        font-size: 5pt;
    }

    .line-up-row {
        margin-bottom: 0px;
    }

    .nav-menu-left img {
        display: none;
    }

    .content-block.content-previous-editions.pevious-left.space-right {
        margin-right: 0px;
    }

    .content-block.content-previous-editions.previous-content.text-info {
        padding: 8px;
    }

    .footer-row.rrss-footer {
        display: block;
    }

    #tittle-artist h2 {
        display: none;
    }

    #artist-h2,
    #artist-social-first {
        display: block;
    }

    #artist-h2,
    #artist-social-first {
        top: 340px;
    }

    .content-block.content-block-description p {
        font-size: 15px;
    }


}

@media (max-width: 649px) and (min-width: 480px) {

    .content-block.content-news-block,
    .content-block.content-news-block a {
        width: 100%;
    }

    .footer-block {
        text-align: center;
    }

    .news-home-img {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        width: 100%;
    }

    /*PARA EDITAR CARTEL <649px Y >480px*/
    .line-up-resp-linea-1 {
        color: #fff;
        font-weight: 400;
        line-height: 24px;
        text-transform: uppercase;
        padding: 2px;
        white-space: nowrap;
        font-size: 8pt;
    }

    .line-up-resp-linea-2 {
        color: #fff;
        font-weight: 400;
        line-height: 24px;
        text-transform: uppercase;
        padding: 2px;
        white-space: nowrap;
        font-size: 4pt;
    }

    .line-up-resp-linea-3 {
        color: #fff;
        font-weight: 400;
        line-height: 24px;
        text-transform: uppercase;
        padding: 2px;
        white-space: nowrap;
        font-size: 4pt;
    }

    .line-up-resp-linea-4 {
        color: #fff;
        font-weight: 400;
        line-height: 24px;
        text-transform: uppercase;
        padding: 2px;
        white-space: nowrap;
        font-size: 3pt;
    }

    .line-up-resp-linea-5 {
        color: #fff;
        font-weight: 400;
        line-height: 24px;
        text-transform: uppercase;
        padding: 2px;
        white-space: nowrap;
        font-size: 3pt;
    }

    .line-up-resp-linea-6 {
        color: #fff;
        font-weight: 400;
        line-height: 24px;
        text-transform: uppercase;
        padding: 2px;
        white-space: nowrap;
        font-size: 2pt;
    }

    .line-up-resp-linea-7 {
        color: #fff;
        font-weight: 400;
        line-height: 24px;
        text-transform: uppercase;
        padding: 2px;
        white-space: nowrap;
        font-size: 2pt;
    }

    .line-up-row {
        margin-bottom: 0px;
    }


    .tab-ticket {
        height: 150px;
    }

    .section-tickets {
        height: 150px;
        width: 100%;
    }

    .section-tickets img {
        width: 45%;
    }

    .arrow-down-day,
    .arrow-down-abono,
    .arrow-down-vip {
        top: 150px;
    }

}

@media (max-width: 479px) {
    ol {
        padding-left: 15px;
    }

    .hero-section {
        height: 65vh;
    }

    .hero-logo {
        width: 300px;
        padding-bottom: 10px;
    }

    .section {
        padding-top: 10px;
    }

    .section.section-line-up-home-wp {
        width: 100%;
        margin: 0 auto;
    }

    .section.section-line-up-home-wp .second-wp {
        position: static;
        width: 100%;
        border: none;
        border-top: 15px solid #ffffff;
    }

    .section-tittle.news-tittle {
        line-height: 28px;
    }

    .section.section-line-up-home .lineup {
        margin-top: -10px;
    }

    .flex-parent.flex-news {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .flex-parent.flex-news-featured {
        padding: 5px;
    }

    .content-block.content-news-block,
    .content-block.content-news-block a {
        width: 100%;
    }

    .news-home-img {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        width: 100%;
    }

    .flex-parent.flex-line-up-home {
        padding-right: 2px;
        padding-left: 2px;
    }

    .content-block.content-33 {
        min-width: auto;
    }

    .content-block.content-33.content-block-tickets {
        min-width: auto;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .content-block.content-33.content-block-news {
        min-width: auto;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .content-block.content-news-social {
        display: block;
        width: auto;
        margin-left: 8px;
        float: right;
    }

    .content-block.content-25.content-block-sponsor {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .content-block.content-20.content-block-info {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 0 !important;
    }

    .vertical-line-img {
        display: none;
    }

    .vertical-line-img.pair-line {
        display: none;
    }

    .vertical-line-img.vertical-line-home {
        display: none;
    }

    .navbar-sections {
        height: 100px;
    }

    .nav-menu {
        width: 240px;
    }

    .social-icon.social-icon-share {
        width: 30px;
    }

    .logo-block {
        padding-top: 2px;
    }

    .brand {
        width: 60px;
    }

    .white-block.white-block-shadow {
        background-position: 15px 50%;
        background-size: 60px;
    }

    .white-block.white-block-shadow.white-block-tickets {
        padding-left: 80px;
        background-position: 12px 50%;
        background-size: 58px;
    }

    .white-block.white-block-shadow.white-block-tickets:hover {
        background-image: url('../images/Img_ticket_colour2x.png');
        background-position: 12px 50%;
        background-size: 58px;
        background-repeat: no-repeat;
    }

    .gallery-content {
        width: 50%;
    }

    .img-news.main-img-news {
        -webkit-flex-basis: 140px;
        -ms-flex-preferred-size: 140px;
        flex-basis: 140px;
    }

    .flex-content {
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .date.date-featured {
        display: inline-block;
        line-height: 16px;
    }

    .featured-header-section.line-up-featured {
        /*height: 280px;*/
        height: 0px;
        min-height: 180px;
    }

    .band-block {
        width: 50%;
    }

    .band-day {
        font-size: 16px;
        line-height: 16px;
    }

    .band-hour {
        font-size: 12px;
        line-height: 15px;
    }

    .icon-text.icon-text-dark {
        display: inline-block;
    }

    .line-up-band {
        padding: 1px;
        font-size: 11pt;
        line-height: 16px;
    }

    .line-up-band.line-up-headliner {
        display: block;
        clear: left;
    }

    .line-up-row.line-up-row-first-line {
        display: inline-block;
        min-width: 290px;
    }

    .line-up-home-date {
        position: relative;
        display: inline-block;
        margin-bottom: 10px;
    }

    .ticket-icon {
        width: 28px;
    }

    .navbar-sections-bg {
        height: 80px;
    }

    .share-block {
        display: inline-block;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0.05em;
    }

    .filters-block {
        top: 29px;
    }

    .white-block-share-social {
        display: none;
    }

    .white-block-share-social.w--open {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .social-block-menu {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    #modal-hover-open:hover{
        transform-style: preserve-3d; 
        transition: transform 500ms ease 0s; transform: scaleX(1.3) scaleY(1.3) scaleZ(1);
    }

    .form-wrapper.subscribe-form {
        width: 100%;
    }

    .form-html-embed.form-html-modal {
        margin-top: 0px;
        padding: 20px 30px 20px 20px;
    }

    .modal-wrapper {
        padding-top: 140px;
    }

    .close-modal-wrapper {
        width: 40px;
    }

    .date-wrapper {
        line-height: 18px;
    }

    .fixed-nav-bar-old {
        height: 80px;
    }

    .navbar-home-fixed-bg {
        height: 80px;
    }

    .fixed-nav-bar-home {
        height: 80px;
    }

    .fixed-nav-bar {
        height: 100px;
        padding-top: 10px;
    }

    .logo-dates {
        width: 200px;
        padding-bottom: 30px;
    }

    .logo-dates h2 {
        font-size: 25px;
    }

    .hero-bg {
        padding-top: 100px;

        background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0)), url('../images/ambiente_sunset2.jpg');
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0)), url('../images/ambiente_sunset2.jpg');
    }

    #countdown #tiles>span {
        width: 52px;
        max-width: 52px;
        height: 52px;
        padding: 15px 0;
        font-size: 35px;
        margin-right: .7em;
    }

    #countdown .labels li {
        width: 62px;
        margin-right: 1em;
    }

    .section.section-line-up-home {
        padding-bottom: 50px;
    }

    .pop-up-info-vip {
        top: -120px;
        width: 300px;
        height: 450px;
    }

    .pop-up-info-vip a {
        margin-left: 70px;
    }

    .pop-up-info-vip.eng {
        height: 600px;
    }

    .pop-up-info-vip.eng a {
        margin-left: 0px;
    }

    /*PARA EDITAR CARTEL <479px*/
    .line-up-resp-linea-1 {
        color: #fff;
        font-weight: 400;
        line-height: 24px;
        text-transform: uppercase;
        padding: 2px;
        white-space: nowrap;
        font-size: 5pt;
    }

    .line-up-resp-linea-2 {
        color: #fff;
        font-weight: 400;
        line-height: 24px;
        text-transform: uppercase;
        padding: 2px;
        white-space: nowrap;
        font-size: 3pt;
    }

    .line-up-resp-linea-3 {
        color: #fff;
        font-weight: 400;
        line-height: 24px;
        text-transform: uppercase;
        padding: 2px;
        white-space: nowrap;
        font-size: 3pt;
    }

    .line-up-resp-linea-4 {
        color: #fff;
        font-weight: 400;
        line-height: 24px;
        text-transform: uppercase;
        padding: 2px;
        white-space: nowrap;
        font-size: 2pt;
    }

    .line-up-resp-linea-5 {
        color: #fff;
        font-weight: 400;
        line-height: 24px;
        text-transform: uppercase;
        padding: 2px;
        white-space: nowrap;
        font-size: 2pt;
    }

    .line-up-resp-linea-6 {
        color: #fff;
        font-weight: 400;
        line-height: 24px;
        text-transform: uppercase;
        padding: 2px;
        white-space: nowrap;
        font-size: 2pt;
    }

    .line-up-resp-linea-7 {
        color: #fff;
        font-weight: 400;
        line-height: 24px;
        text-transform: uppercase;
        padding: 2px;
        white-space: nowrap;
        font-size: 2pt;
    }

    .line-up-band {
        font-size: 7pt;
    }

    .line-up-band.line-up-headliner-viernes {
        display: inline-block;
        color: #fce095;
        line-height: 23px;
        font-size: 12pt;
    }

    .line-up-band.line-up-headliner-sabado {
        display: inline-block;
        color: #fce095;
        line-height: 23px;
        font-size: 12pt;
    }

    .line-up-home-date.viernes {
        margin-bottom: 0px;
    }

    .line-up-home-date.sabado {
        margin-bottom: 0px;
    }

    .line-up-row {
        margin-bottom: 0px;
    }

    .social-icon-footer {
        width: 23px;
        min-width: 23px;
    }

    .navlink.navlink-terms {
        line-height: 20px;
    }

    .line-up {
        height: 120px;
    }

    .editions {
        width: 100%;
    }

    .line-up-img {
        width: 55px;
        height: 120px;
    }

    .line-up-a {
        height: 120px;
        font-size: 16px;
        padding: 5px 10px !important;
    }

    .vertical-line-lineUp {
        height: 100px;
    }

    #tittle-artist h2 {
        display: inline-block;
        line-height: 40px
    }


    .featured-header-section.line-up-featured {
        background-size: cover;
    }

    .entrada-day{
        padding: 0px;
    }

    .line-social{
        display: none;
    }

    .close{
        padding: 5px;
    }

    .price-ticket{
        padding: 0 5px;
    }

    .day-ticket{
        font-size: 13px;
    }

    .close a i{
        font-size: 25px;
    }

}

@media (max-width: 479px) {

    .tickets-responsive {
        width: 65px;
    }

    .tickets-responsive img {
        width: 50px;
        height: 60px;
        margin-top: 10px;
    }

    .icon-text-tickets-noIndex {
        font-size: 9px;
    }

    .edition-a {
        font-size: 11px;
    }

    .tab-ticket {
        /*height: 150px;*/
        height: auto;
    }

    .section-tickets {
        height: auto;
        width: 100%;
        flex-wrap: wrap;
    }

    .ticket-tab {
        width: 25%;
        flex: auto;
    }

    .section-tickets img {
        width: 40%;
    }

    .section-tickets p {
        line-height: normal;
        font-size: 10px;
        margin-top: 5px;
        padding: 0;
        margin-bottom: 5px;
    }

    .ticket-select-abono,
    .ticket-select-vip,
    .ticket-select-socios,
    .ticket-select-fnac,
    .ticket-select-day,
    .ticket-select-welcome,
    .ticket-select-hotel,
    .ticket-select-flight {
        width: 25%;
        flex: auto;
    }

    .arrow-down-day,
    .arrow-down-abono,
    .arrow-down-vip,
    .arrow-down-fnac,
    .arrow-down-welcome,
    .arrow-down-hotel,
    .arrow-down-flight {
        opacity: 0;
    }

    .card {
        /*padding: 15px 0;*/
    }

    .card-header {
        padding: 0px !important;
    }

    .card-header h5 {
        padding: 20px;
    }

    .card-header h5 .btn-link {
        padding: 0px;
    }

    .buy-ticket {
        padding: 10px;
        width: 100%;
    }

    .buy-tickets{
        margin: 0 10px;
        width: 150px;
        height: 50px;
    }


    .content-block.content-news-tittle.content-artitist-tittle,
    .content-block.content-news-social.content-news-social {
        display: block;
    }

    #pop-social {
        display: none;
    }

    .content-block.content-block-description {
        margin-top: 0px;
    }

    .line-up-featured.section-tittle.news-tittle {
        display: none;
    }

    #artist-h2 {
        display: none;
    }

    .section-tittle.news-tittle {
        font-size: 50px;
        top: 0px;
    }

    #tittle-new {
        font-size: 26px;
    }

    .social-artist {
        display: none;
    }

    .content-block.content-news-social.content-block-news.content-social-artist {
        top: -25px;
    }

    .content-block.content-news-tittle {
        width: 70%;
    }

    #tittle-artist,
    #artist-social {
        display: inline-block;
    }

}

/*@font-face {
    font-family: 'Nettoot';
    src: url("../fonts/NettoOT-Bold.eot"),
        url('../fonts/NettoOT-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Nettoot';
    src: url("../fonts/NettoOT.eot"),
        url('../fonts/NettoOT.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Nettoot';
    src: url("../fonts/NettoOT-Light.eot"),
        url('../fonts/NettoOT-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}*/


@font-face {
    font-family: 'InterUi';
    src: url("../fonts/Inter-UI-Bold.eot"),
        url('../fonts/Inter-UI-Bold.otf') format('otf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'InterUi';
    src: url("../fonts/Inter-UI-Medium.eot"),
        url('../fonts/Inter-UI-Medium.otf') format('otf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'InterUi';
    src: url("../fonts/Inter-UI-Regular.eot"),
        url('../fonts/Inter-UI-Regular.otf') format('otf');
    font-weight: 300;
    font-style: normal;
}


.section-play-degra{
    background: linear-gradient(180deg, #0047ba 0%, #3bd4ae 100%);
}

.font-weight-600{
    font-weight: 600;
}

.title-madchannel{
    color: white;
    background-color: black;
    text-align: center;
    font-weight: 600;
}

.title-madchannel-not-active{
    color: #919091;
    background-color: #d8d8d8;
    text-align: center;
    font-weight: 600;
}

.subsection-play-active{
    background: #ababac;
    color: white;
}

.subsection-play-notactive{
    background: #f1f1f1;
    color: #c1c1c1;
}

.icon-play{
    display: inline;
    margin-top: 0px;
    margin-left: -200px;
    margin-right: 20px;
    padding: 15px 25px 15px 45px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 16px;
    letter-spacing: 0.1em;
    z-index: 9999;
    position: relative;
    z-index: 1;
}

.boton-ver-noticia{
    display: inline-flex;
    padding: 10px 10px 10px 10px;
    align-items: center;
    font-size: inherit;
    color:  white;
    background-color: black;
    margin-top: 10px;
}


blockquote {
    margin: 0 0 10px 0;
    padding: 10px 20px;
    background: white;
    font-size: 18px;
    line-height: 22px;
    border-radius: 10px;
    border: none;
}

.cabecera-feed{
    display: inline-flex;
    font-size: small;
    align-items: center;
    color: rgb(91, 112, 131); 
    padding: 10px 20px;
    margin-bottom: 0px;
}

.text-feed{
    padding: 10px 20px;
}

.cabecera-tweet{
    display: inline-flex;
    font-size: small;
    align-items: center;
    color: rgb(91, 112, 131);
}

.cabecera-tweet img{
    border-radius: 50%;
    height: 36px;
}

.cabecera-feed img{
    border-radius: 50%;
    height: 36px;
}

.video-fluid {
  width: 100%;
  height: auto;
}

.name-instagram{
    padding-top: 2px !important;
    margin: 0px;
    padding-bottom: 2px;
    font-weight: 100;
}

.col-instagram{
    border-radius: 8px;
    border: 2px solid white;
}

#form_participation label{
    font-weight: 500;
    color: grey;
}

#form_participation input{
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
}

#form_participation input::placeholder {
  font-size: 12px;
}