:root{
    --fontLato: 'Lato', sans-serif;
    --fontMon: 'Montserrat', sans-serif;

    --btnColor: #ff1043;
    --btnColorB: #bd0d33;

    --black: #000;
    --grayB: #222;
    --gBtn: #b3b3b3;
    --gray: #737373 ;
    --borderColor: rgba(255, 255, 255, .5);
    --white: #ffffff;
}

/* globales */
html {
    box-sizing: border-box;
    font-size: 62.5%;
}
*, *:before, *:after {
    box-sizing: inherit;
}
body{
    font-family: var(--fontLato);
    font-size: 1.67rem;
    font-weight: normal;
    color: var(--fontColor);
    line-height: 2.3rem;
    margin: 0;
}
h1{
    font-family: var(--fontMon);
    font-size: 3rem;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}
h2{
    width: 100%;
    text-align: left;
}
img{
    width: 100%;
}
.flexRow{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.flexColumn{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.gridCont{
    display: grid;
    align-content: center;
    justify-content: center;
    gap: 2rem;

}
.grid3Col{
    grid-template-columns: repeat(3, 1fr);
}
.container-12{
    width: 100%;
    max-width: 120rem;
    padding: 0 1rem;
}
.relCont{
    position: relative;
}
.mar0{
    margin: 0;
}
a{
    text-decoration: none;
    color: var(--white);
}
a:hover{
    color: var(--btnColor);

}

.w33{
    width: 33.33%;
}
.container-ads-item{
    width: 49.5%;
    position: relative;
    margin: 25px 0;
}
/* iconos */
@font-face{
    font-family: orquesta;
    src: url(orquesta.ttf) format('truetype'), url(orquesta.woff) format('woff'), url(orquesta.svg) format('svg');
    font-weight: 400;
    font-style: normal;
}
[class*=" icon-"],
[class^=icon-]{
    color:var(--gray);
    font-family: orquesta !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

.icon-burger{
    color: var(--white);
    font-size: 4rem;
    display: none;
    position: absolute;
    bottom: 1.2rem;
    right: 1rem;
    cursor: pointer;
}
.icon-burger::before{
    content: "\e911";
}
.icon-burger--close::before{
    content: "\e904";
}
.icon-burger:hover{
    color: var(--btnColor);
}
@media (max-width: 768px) {
    .icon-burger{
        display: block;
    }
    /* nav{
        display: none;
    } */
}
.icon-play{
    display: flex;
    color: var(--white);
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 8.7rem;
    justify-content: center;
    align-items: center;

}
.icon-play::before{
    content: '\e912';
}
.icon-play:hover{
    color: var(--btnColor);
}

.icon-email{
    display: block;
    color: var(--white);
    width: 5rem;
    height: 5rem;
    font-size: 100rem;
    justify-content: center;
    align-items: center;
}
.icon-email::before{
    content: '\e909';
}
.icon-fb{
    color: var(--white);
    font-size: 4rem;
}
.icon-fb::before{
    content: "\e905";
}
.icon-tw{
    color: var(--white);
    font-size: 4rem;
}
.icon-tw::before{
    content: "\e90f";
}
.icon-yt{
    color: var(--white);
    font-size: 4rem;
}
.icon-yt::before{
    content: "\e910";
}
.icon-ig{
    color: var(--white);
    font-size: 4rem;
}
.icon-ig::before{
    content: "\e908";
}
.icon-spotify{
    color: var(--white);
    font-size: 4rem;
}
.icon-spotify::before{
    content: "\e935";
}
/* Header */

.header{
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-bottom: 2px solid var(--borderColor);
    z-index: 1;
    position: fixed;
}
.header__bg{
    position:absolute;
    min-width: 100%;
    min-height: 100%;
    background-color: var(--black);
    opacity: 80%;
    z-index: -1;
}
.header__container{
    margin: 0 1rem;
    padding: 0;
    font-size: 1.3rem;
    z-index: 3;
}
.uv__container{
    justify-content: flex-end;
}
.uvBtn{
    padding: 0rem .5rem;
    background-color: var(--grayB);
}
.header__menu{
    justify-content: space-between;
    align-items: flex-end;
    text-transform: uppercase;
    margin-bottom: 1.6rem;
}


.logo{
    height: 3.8rem;
}
@media (max-width: 960px) {
    .logo{
        height: 3.5rem;
    }
}
@media (max-width: 768px) {
    .logo{
        height: initial;
        width: 100%;
    }
	.w33{
    width: 100%;
}
	.container-ads-item{
    width: 99%;
    position: relative;
    margin: 25px 0;
}
}
@media (max-width: 680px) {
    .logo{
        width: 22rem;
    }
}
@media (max-width: 560px) {
    .logo{
        width: initial;
        height: 30px;
    }
}
li{
    padding: 0 3.13rem;
    list-style: none;
}
li:last-of-type{
    padding-right: 0;
}
@media (max-width: 768px) {
    .header__menu
    {
        display: flex;
        margin-top: .1rem;
        margin-bottom: .1rem;
    }
    .header__menu a{
        width: 33.33%;
    }
    .nav__container{
        position: relative;
        min-width: 66.67%;
        width: 66.67%;
        min-height: 10rem;
        height: 100%;
        z-index: 4;
    }
    nav{
        display: block;
        position:absolute;
        min-height: 16.8rem;
        width: 100%;
        height: 100%;
        top:102%;
        right:-150%;

    }
    .nav--close{
        animation-duration: .6s;
        animation-name: right;
    }
    .nav--open{
        right: 0;
        animation-duration: .6s;
        animation-name: left;
    }
    @keyframes left{
        from{
            right: -150%;
        }
        to{
            right: 0;
        }
    }
    @keyframes right{
        from{
            right: 0;
        }
        to{
            right: -150%;
        }
    }

    nav ul.flexRow{
        background-color: var(--btnColor);
        list-style: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-left: 0;
        width: 100%;
        height: 100%;
        min-width: 100%;
    }
    nav ul li{
        display: flex;
        padding: 0;
        height: 100%;
        width: 100%;
    }
    nav ul li a{
        display: flex;
        min-height: 100%;
        min-width: 100%;
        padding: 0 2rem;
        align-items: center;
    }
}
/* banner */
.banner{
    height: 30rem;
    overflow-x: hidden;
}
.banner__container{
    width: 100%;
    height: 100%;
}
@media (max-width: 1200px) {
    .banner__container{
        padding: 0 1rem;
    }
}
.banner__img{
    width: 192rem;
    height: 30rem;
    position:absolute;
    top: 0;
    left: 50%;
    margin-left: -96rem;
}
.banner__text{

    margin:0 auto;
    width: 120rem;
    min-height: 25rem;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
}
.banner__mainTitle{
    color: var(--white);
    position: absolute;
    bottom: 3%;
}
@media (max-width: 768px) {
    h1{
        font-size: 1.8rem;
    }
    .banner__mainTitle{
        bottom: 12%;
    }
}
.btn{
    background-color: var(--btnColor);
    border: none;
}
.btn:hover{
    cursor: pointer;
    background-color: var(--btnColorB);
}
/* contenido */
main{
    margin: 0;
}
form{
    width: 33.33%;
}
/* Barra de busqueda */
.form__container{
    justify-content: flex-end;
}
fieldset{
    border-style: none;
    padding: 2rem;
}
.form__container label{
    font-family: var(--fontLato);
    position: absolute;
    /* transform: translate3d(-8rem,-.1rem,0); */
    left:3rem;
    margin: .8rem 0;
    font-size: 1.2rem;
    text-transform: uppercase;
}
.form__container label.txtTransform{
    font-size: .8rem;
    color: var(--btnColor);
    transform: translate3d(0, -1.1rem, 0);
}
.form__container .txtInput{
    border: 2px solid var(--gBtn);
    border-radius: 8px;
    width: 100%;
    padding: 1.2rem 1rem .4rem 1rem;
    margin-right: 2rem;
}
.form__container .btn--search{
    position: absolute;
    top: 25%;
    /* left: 87%; */
    right: 3%;
    border-radius: 5px;
    height: 3.7rem;
    width: 3.7rem;
    text-decoration: none;
    background-image: url(../img/icon-search.svg);
    background-position: center;
    background-size: 60%;
    background-repeat: no-repeat;
}
.form__container .btn--search:hover{
    background-color: var(--btnColorB);
    transition-duration: .5s;
}
@media (max-width: 768px) {
    form{
        width: 100%;
    }
    .form__container .txtInput{
        margin-right: 0rem;
    }
}

/* videos */
.video__container{
    margin: 0;
    margin-bottom: 2rem;
}
.video{
    width: 100%;
    max-width: 100%;
    height: 50rem;
}
@media (max-width: 768px) {
    .video{
        height: 40rem;
    }
}
@media (max-width: 500px) {
    .video{
        height: 30rem;
    }
}
@media (max-width: 400px) {
    .video{
        height: 25rem;
    }
}


.cardVideo{
    max-width: 100%;
    margin: 0;
}
.imgVideo{
    max-width: 100%;
}

.index{
    align-items: flex-end;
}
.indexList{
    padding-left: 0;
    padding-right: 2rem;
}
.indexList li{
    padding: .9rem;
}
.index_nmb{
    color: var(--btnColor);
}
.prev a,
.next a{
    position: absolute;
    width: 2rem;
    height: 2rem;
    border-left: 1px solid var(--btnColor);
    border-bottom: 1px solid var(--btnColor);
}

.prev{
    left: 0;
    transform: rotate(45deg) translate3d(0, -10px, 0px);
    margin-right: 1.2rem;
}
.next{
    right: 0;
    transform: rotate(225deg) translate3d(0,-10px, 15px);
    margin-left: 1.2rem;
}
@media (max-width: 768px) {
    .index{
        align-items: center;
    }
}

/* footer */

.mainFooter{
    padding-top: 7.8rem;
    background-color: var(--black);
    color: var(--white);
}
.mainFooter__container{
    padding: 0;
    margin: 0 1rem;
    justify-content: left;
    align-content: left;
    grid-template-columns: 1fr 2fr 1fr;
}
.logoFooter{
    height: 6.7rem;
    width: auto;
}
.navFooter__container{
    justify-content: flex-start;
}
.navFooter,
.navFooter2{
    color: var(--white);
    align-items: flex-start;
    padding-left: 0;
    margin: 0;
}
.navFooter2{
    padding-left: 10rem;
}
.mainFooter ul li{
    padding: 0;
    font-size: 1.1rem;
    text-transform: uppercase;
    margin-bottom: 1.8rem;
    text-align: left;
    list-style: disc;
    font-weight: 400;
}
.sus__container,
.sn__container{
    align-items: flex-start;
    width: 100%;
}
.txtSus{
    font-size: 1.2rem;
    text-transform: uppercase;
    text-align: left;
}



.sideFooter{
    background-color: var(--grayB);
    padding: .8rem 0;
}
.sideFooter__nav{
    margin: 0;
}
.sideFooter__container{
    margin: 0;
}
.linkFooter{
    font-size: 1.1rem;
    border-right: 1px solid #fff;
    padding: 0 30px;
}
.linkFooter:last-child{
    border-right: none;
}
.sideRight,
.email__container{
    width: 100%;
}
.subEmail{
    width: 100%;
}
/* Barra de busqueda */
.email__container{
    justify-content: flex-start;

}
.emailField{
    border-style: none;
    padding: 0;
}
.sus__container label{
    position: absolute;
    top: -.85rem;
    left: .3rem;
    margin: .8rem 0;
    font-size: 2.2rem;
    text-transform: uppercase;
}
.sus__container .emailInput{
    color: var(--white);
    background-color: transparent;
    border: 1px solid var(--white);
    border-right: none;
    border-radius: 8px;
    width: 100%;
    padding: .45rem 0 .45rem 0;
}
.sus__container .emailInput:focus{
    color: var(--btnColor);
    border-color: var(--btnColor);
    outline: transparent;
}
.sus__container .btn--email{
    color: var(--white);
    border-radius: 5px;
    padding: .7rem 1.2rem;
    font-size: 1.1rem;
    border-radius: 0 8px 8px 0;
    position: absolute;
    top: 0;
    right: 0px;
}
.sus__container .btn--email:hover{
    background-color: var(--btnColorB);
    transition-duration: .5s;
}
.sn__icons{
    gap: 1rem;
}
@media (max-width: 768px) {

    .grid3Col{
        grid-template-columns: repeat(2, 1fr);
    }
    .navFooter2{
        padding-left: 1rem;
    }
}
@media (max-width: 500px) {
    .grid3Col{
        grid-template-columns: 100%;
    }
    .navFooter2{
        padding-left: 0;
    }
    .navFooter__container{
        flex-direction: column;
    }
    .navFooter__container{
        gap: 0;
    }
    .logoFooter{
        justify-self: center;
    }
    .sus__container,
    .sn__container{
        align-items: center;
    }
    .sideFooter__nav{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .linkFooter{
        border-right: none;
    }
    .linkFooter:first-of-type{
        border-right: 1px solid #fff;
    }
    .linkFooter:last-child{
        border-left: 1px solid #fff;
        margin-left: -1px;
    }
}


.mtop-25{
    margin-top: 25px;
}

.mtop-35{
    margin-top: 35px !important;
}

.mtop-50{
    margin-top: 50px !important;
}

.title-section{
    padding: 10px 0;
}

.title-section h2{
    color: #000;
    font-size: 36px;
    margin: 10px 0 30px 0;
    position: relative;
    text-align: center;
    font-weight: 900;
    line-height: 1.1;
}

.title-section h2:before {
    background: #b3b3b3;
    bottom: -9px;
    content: '';
    height: 5px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 36px;
}

.title-section h2:after {
    background: #b3b3b3;
    bottom: -4px;
    content: '';
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 35%;
}

.container-main-event{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.image-wrapper{
    flex: 0 0 66.66%;
    
}

.container-main-event img{
     width: 100%;
     
     
}

.item-event-data{
     flex: 0 0 33.33%;
    flex-direction: column;
    
    padding-left: 16px;
}

.item-event-data h3{
    color: #000;
    font-weight: 900;
    margin: 18px 0 0 0;
}

.item-event-data p{
    font-weight: 700;
    margin: 0 0 8px 0;
    color: #777;
    font-size: 14px;
    line-height: 23px;
}


.icon-pin{
    font-size: 30px;
    vertical-align: bottom;
}

.icon-pin:before {
    content: "\e90b";
    font-weight: 400;
}


ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

li{
    margin-right: 15px;
    display: inline-block;
    padding: 0px;
}

.listp p{
    color: #000;
    font-weight: 900;
    margin: 0;
    margin-right: 30px;
    font-size: 14px;
    line-height: 23px;
}

.icon-calendar:before {
    content: "\e902";
    font-size: 30px;
    vertical-align: bottom;
    font-weight: 400;

}
.icon-reloj:before {
    content: "\e90d";
    font-size: 30px;
    vertical-align: bottom;
    font-weight: 400;
}


.btn-default, .list-other-events .col-6>div>div a {
    background: #ff1043;
    border: none;
    border-radius: 20px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 14px;
    padding: 7px 33px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
}

.btn-default.alpha {
    background: 0 0;
    border: 1px solid #ff1043;
    color: #ff1043;
}

.container-second-events{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 30px;
}



.item-image-event {
    position: relative;
    width: 100% !important;
    height: 168px;
}

.item-image-event img{
    width: 100%;
    height: 168px;
    object-fit: cover;
}


.date {
    background: #ff1043;
    border-radius: 0 0 8px 8px;
    color: #fff;
    font-family: Montserrat, sans-serif;
    height: 70px;
    position: absolute;
    right: 20px;
    text-align: center;
    width: 54px !important;
    top: 0px;
}

.date span{
    font-size: 17px;
    display: block;
    font-weight: 400;
    line-height: 29px;
    margin: 9px 0;
}

.date p{
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    margin: 0;
    text-transform: uppercase;
}

.w33 a{
    color: #000;
    display: block;
    text-decoration: none;
}

.item-text-event{
    padding: 10px 16px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
}

.item-text-event a:hover{
    color: #ff1043;
}

.item-text-event h3{
    margin: 0;
    font-size: 14px;
    line-height: 1;
}

.item-text-event p {
    font-size: 12px;
    margin: 0;
    color: #777;
    line-height: 23px;
}

.container-ads{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}



.container-ads-item div{
    padding: 20px;
    position: absolute;
    top: 10%;
}

.container-ads-item div h3{
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0;
}

.container-ads-item div p{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-left: 50px;
    line-height: 23px;
    text-align: right;
}

.container-ads-item div a {
    background: #ff1043;
    border: none;
    border-radius: 20px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 14px;
    padding: 7px 33px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    text-decoration: none;
    text-transform: uppercase;
}

#main-carousel{
    z-index: 0;
}

#main-carousel .owl-stage-outer{
    width: 100%;
    height: 100%;
}

#main-carousel .owl-stage, #main-carousel .owl-item, #main-carousel .item{
    width: 100%;
    height: 100%;
}

#main-carousel .item{
    position: relative;
    width: 100%;
    height: 750px;
    overflow: hidden;
}

#main-carousel .item img {
    position: absolute;
    top: 81%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 161%;
    object-fit: cover;
}

#main-carousel h2 {
    color: #fff;
    display: inline-block;
    font-family: Montserrat, sans-serif;
    font-size: 90px;
    font-weight: 500;
    line-height: 90px;
    margin: 0;
    text-transform: uppercase;
    padding-right: 215px;
    position: relative;
    text-align: center;
}


.item-in-text{
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    margin: 0 auto;
    padding: 15px 0 25px 0;
    width: 90%;
    text-align: center;
}

.item-container-text{
    position: relative;
    top: 250px;
    z-index: 6;
}

.concert-date{
    position: absolute;
    right: 0;
    top: 160px;
}

.concert-date h3 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    margin: 0 0 2px 0;
    text-align: center;
    text-transform: uppercase;
}

.concert-date>ul {
    text-align: center;
}

.concert-date>ul li:nth-child(n+1):nth-child(-n+2) {
    margin-right: 15px;
}

.concert-date>ul li {
    background: rgba(0, 0, 0, .7);
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    height: 60px;
    position: relative;
    width: 60px;
}

.concert-date>ul li:before {
    background: #ff1043;
    content: '';
    height: 9px;
    position: absolute;
    right: -3px;
    top: 24px;
    width: 3px;
}


.concert-date>ul li span {
    display: inline-block;
    font-family: Montserrat, sans-serif;
    font-size: 26px;
    line-height: 26px;
    margin-top: 14px;
}

.concert-date>ul li p {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 7px;
    line-height: 7px;
    text-transform: uppercase;
    margin: 5px 0 0 0;
}

.concert-date>ul li:after {
    background: #ff1043;
    content: '';
    height: 9px;
    left: -3px;
    position: absolute;
    top: 24px;
    width: 3px;
}

.owl-theme .owl-dots .owl-dot span{
    background: #FFFFFF;
    border: 1px solid #b3b3b3;
    width: 12px;
    height: 12px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #ff1043;
    border-color: #ff1043;
}

#second-carousel .item{
    width: 100%;
    display: flex;
    justify-content: center;
}

#second-carousel blockquote{
    box-sizing: border-box;
    color: #000;
    font-style: italic;
    font-size: 12px;
    margin: 0px;
    padding: 55px 50px 20px 60px;
    position: relative;
    max-width: 800px;
}

blockquote p{
    color: #777;
    font-size: 14px;
    line-height: 23px;
    text-align: right;
}

blockquote:before {
    color: #ff1043;
    content: "\e907";
    font-family: orquesta;
    font-size: 45px;
    font-style: normal;
    height: 32px;
    left: 0;
    line-height: 32px;
    position: absolute;
    top: 10px;
    width: 42px;
}

blockquote:after {
    color: #ff1043;
    bottom: 10px;
    content: "\e906";
    font-family: orquesta;
    font-size: 45px;
    font-style: normal;
    height: 32px;
    line-height: 32px;
    position: absolute;
    right: 15px;
    width: 42px;
}

.owl-theme .owl-nav.disabled+.owl-dots{
    margin: 0px;
}

.banner-section-events {
    width: 100%;
    height: 268px;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
}

.banner-section-events img {
    left: 50%;
    margin-left: -960px;
    position: absolute;
    width: 1920px;
}

.banner-section-events .container {
    position: relative;
    z-index: 2;
}

.banner-section-events .container .col-6 {
    box-sizing: border-box;
    padding-left: 8%;
}

.col-6 {
    float: left;
    width: 50%;
}

.container .col-6 {
    box-sizing: border-box;
    padding-left: 8%;
}

.row:after {
    clear: both;
    content: '';
    display: table;
}

.banner-section-events .container .col-6 h2 {
    color: #fff;
    font-size: 30px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    margin-top: 75px;
    text-transform: uppercase;
    line-height: 1.2;
}

.banner-section-events .container .col-6 a {
    margin-left: 18px;
}


.form-search {
    display: inline-block;
    margin: 0 40px;
    width: auto;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

.form-search input[type=text] {
    border: 1px solid #fff;
    box-sizing: content-box;
    color: #fff;
    display: none;
    float: left;
    margin-right: 6px;
    opacity: 0;
    padding: 4px 12px;
    width: 0;
    font-weight: 400;
    outline: 0;
    appearance: none;
    background: 0 0;
    border-radius: 8px;
}

.form-search .icon-search {
    color: #fff;
    cursor: pointer;
    font-size: 28px;
    vertical-align: middle;
}

.icon-search:before {
    content: "\e90e";
}

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

.ul-search li:first-child {
    margin-right: 15px;
}

.ul-search .btn-default {
    font-size: 11px;
    padding: 8px 15px;
}

.btn-default.alpha:hover {
    background: #ff1043;
    color: #fff;
}

.fit-cover{
    object-fit: cover;
}

.h2-intern{
    color: #fff;
    font-size: 30px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    position: absolute;
    bottom: 65px;
    margin: 0px 12px;
}


.tab {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #b5b5b5;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    width: 25%;
    height: 65px;
    border-bottom: 1px solid #b5b5b5;

    color: #b5b5b5;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
}

.tab button:hover {
    color: red;
    border-bottom:3px solid red;
}

.tab button.active {
    color: red;
    border-bottom:3px solid red;
}

.tabcontent {
    width: 100%;
    display: none;
    padding: 0px 0px;
    border-top: none;
}

.container {
    margin: 0 auto;
    max-width: 1200px;
}

.info-text-section .col-8 {
    padding-top: 30px;
    position: relative;
}

.col-8 {
    float: left;
    width: 66.66666667%;
}

.middle {
    float: none !important;
    margin: 0 auto;
}

.info-text-section .col-8 h2 {
    color: #000;
    font-size: 36px;
    font-weight: 700;
}

.info-text-section .col-8 p {
    color: #000;
    line-height: 23px;
    padding-bottom: 15px;
    font-size: 14px;

}

.info-text-section .col-8 p strong {
    color: #ff1043;
    font-weight: 700;
}

.banner-about {
    height: 230px;
    margin: 0;
    position: relative;
    overflow: hidden;
}

.banner-about img {
    width: 1920px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

section {
    margin: 25px 0;
}

.row {
    margin: 0 auto;
}

.info-about-section .col-3 {
    box-sizing: border-box;
    padding-top: 30px;
}

.col-3 {
    float: left;
    width: 25%;
}

.info-about-section .col-3 .nav-about-section {
    display: block;
    background: #f8f7f7;
}

.col-9 {
    float: left;
    width: 75%;
}

.info-about-section .info-about {
    margin-left: 20px;
    margin-bottom: 30px;
    padding-left: 15px;
}

.info-about-section .info-about h2 {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    margin: 20px 0;
    line-height: initial;
}

.info-about-section .info-about h2 span {
    display: block;
    font-size: 24px;
    font-weight: 400;
}

.info-about-section .info-about p {
    color: #000;
    margin-right: 30px;
    padding: 5px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 23px;
}

.cvitem{
    background: #f8f7f7;
    box-sizing: border-box;
    padding: 25px 30px;
    color: #b5b5b5;
    cursor: pointer;
    font-weight: 700;
    width: 100%;
}

.cvitem:hover{
    color: #ff1043;
}

.cvitemActive{
    color: #ff1043;
}


.cvline{
    width: calc(100% - 60px);
    height: 1px;
    background-color: #b5b5b561;
}

.w-container-orchest{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.item-orchest{
    width: 33%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 10px;
}

.item-orchest img{
    width: 177px;
    height: 163px;
    border-radius: 7px;
    margin: 0px auto;
}

.item-orchest h3{
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    margin: 3px 0;
    font-weight: 400;
}


.info-about-section .info-about strong {
    color: #ff1043;
    font-weight: 700;
}


.tlanaq{
    color: #000;
    font-size: 32px;
    font-weight: 900;
}

#aboutsection.col-9{
    margin-top: 50px;
    position: relative;
    float: right;
}

#aboutsection.col-9:after {
    content: '';
    display: block;
    position: absolute;
    width: 1130px;
    height: 20px;
    border-radius: 8px;
    background: #ff1043;
    left: -1200px;
    top: 19px;
}

.filters{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent url(../assets/img/arrow-select.svg) 98% center no-repeat;
    background-size: 20px;
    border: 2px solid #b3b3b3;
    border-radius: 8px;
    color: #b3b3b3;
    cursor: pointer;
    font-weight: 400;
    outline: 0;
    padding: 7px 24px 7px 10px;
    text-transform: uppercase;
    text-indent: 0;
    width: 100%;
}

.containerfilter{
    width: calc(100% - 200px);
    display: flex;
    align-items: center;
}

.containerfilter select, .containerfilter input{
    margin-right: 16px;
}

.calendar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}


.concert-information {
    border: 1px solid #b3b3b3;
    border-radius: 8px;
    padding: 20px 20px 20px 95px;
    position: relative;
    width: 49%;
    margin-bottom: 20px;
}

.concert-information .date.bg-premiun {
    background: #c29d7a;
}

.concert-information .date {
    background: #ff1043;
    border-radius: 0 0 8px 8px;
    color: #fff;
    font-family: Montserrat, sans-serif;
    height: 84px;
    position: absolute;
    left: 12px;
    text-align: center;
    top: 0;
    width: 56px;
}

.concert-information h3 {
    color: #000;
    font-size: 15px;
    font-weight: 900;
    margin: 0 0 10px 0;
}

.concert-information>ul li:first-child {
    margin-right: 40px;
}

.concert-information>ul li {
    display: inline-block;
}

.concert-information>ul li p {
    font-size: 13px;
    margin: 0;
    padding-left: 20px;
    position: relative;
}

.concert-information>ul li:last-child p {
    color: #000;
    padding-left: 20px;
}

.concert-information>p {
    margin: 0;
    font-size: 13px;
}

.concert-information>p:last-child {
    margin-top: 10px;
}

.concert-information>p a:first-child {
    margin-right: 15px;
}

.concert-information>ul li p .icon-pin, .concert-information>ul li p .icon-reloj {
    font-size: 18px !important;
    line-height: 25px;
    left: 0;
    position: absolute;
    top: 0;
}

.concert-information .icon-reloj:before{
    font-size: 18px !important;
}
