/* ===================================
Crafto - Music onepage
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap');
@import url("https://use.typekit.net/clt8jxw.css");
/* variable */
:root {     
    --alt-font: 'elza-condensed', cursive;
    --primary-font: 'Manrope', sans-serif;
    --base-color: #b5aca4;
    --yellow: #ffd40c;
    --dark-gray: #0f0f14;
    --medium-gray:#5d5d64;
}
/* reset */
body {
    font-size: 17px;
    font-weight: 500;
}
/* primary font */
.primary-font {
    font-family: var(--primary-font) !important;
}
/* section */
section {
    padding-top: 130px;
    padding-bottom: 130px;
}
/* icon */
.icon-double-large {
    font-size: 70px;
}
/* header */
.left-modern-menu .left-modern-header .navbar-brand img {
    max-height: 40px;
}
.menu-item-list .nav-link {
    font-size: 40px;
    line-height: 48px;
    padding: 7px 20px 0 0;
}
.left-modern-menu .left-modern-header .modern-side-menu {
    padding: 75px 0;
    border-left: 1px solid #18181e;
}
.left-modern-menu .left-modern-header .modern-side-menu .mCustomScrollBox .mCSB_container {
    padding: 0;
}
.menu-item-list .menu-item {
    border-bottom: 1px solid #18181e;
    padding: 10px 60px;
}
.menu-item-list .menu-item:last-child {
    border-bottom: 0;
}
.menu-item-list .active .nav-link {
    opacity: 1; 
    color: var(--base-color);
}
.menu-item-list .nav-link:hover {
    opacity: 1;
    color: var(--base-color);
}
/* letter spacing */
.ls-15px {
    letter-spacing: 15px;
}
/* margin top bottom */
.mt-minus-30px {
    margin-top: -30px;
}
.mt-minus-50px {
    margin-top: -50px;
}
/* font size */
.fs-460 {
    font-size: 460px;
}
/* word break normal */
.word-break-normal {
    word-break: normal;
}
/* text color */
.text-black-russian-gray {
    color: #1d1d23;
}
/* bg color */
.bg-black-russian-gray {
    background-color: #1d1d23;
}
.bg-payne-gray {
    background-color: #45454a;
}
/* portfolio creative */
.portfolio-creative .portfolio-box .portfolio-title::after {
    letter-spacing: 0;
    font-size: 145px;
    top: 0;
}
.portfolio-creative .portfolio-box .portfolio-title::before {
    top: 20px; 
}
.portfolio-creative .grid-item .popup-vimeo {
    display: block;
}
.portfolio-creative .portfolio-box i {
    margin-left: 3px;
}
/* tracklist style */
.tracklist-style:hover {
    background-color: #17171d;
}
/* countdown style 03 */
.countdown-style-03 .countdown-box {
    width: 90px;
    margin: 0 5px;
    text-align: center;
}
.countdown-style-03 .countdown-box.first {
    width: 120px !important;
}
.countdown-style-03 .countdown-box .number {
    color: var(--white);
    font-size: 63px;
    font-family: 'Gill Sans' !important;
    line-height: 65px;
    font-weight: 800;
    letter-spacing: 1px;
}
.countdown-style-03 .countdown-box span {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    position: relative;
    top:-14px;
}
/* swiper number pagination progress */
.swiper-number-pagination-progress .swiper-pagination-wrapper .swiper-pagination-progress {
    background-color: #212128;
}
.swiper-number-pagination-progress .swiper-pagination-wrapper .number-prev, .swiper-number-pagination-progress .swiper-pagination-wrapper .number-next {
    color: var(--white); 
}
.services-box-style-01 .icon-box {
    margin-top: 0;
}
/* stack box */
.stack-box {
    height: 200vh;
}

.bootle-font {
    font-family: var(--title-font);
    letter-spacing: -2px;
    word-spacing: 8px;
}
.bootle-font span.b {
    font-size: 1.95vw;
    margin-right: 4px;
    font-weight: 600;
}
.bootle-font span.t {
    font-size: smaller;
    top: -.52vw;
    margin: 0 .25vw;
    position: relative;
    transform: scaleY(.89) !important;
    display: inline-block;
    transform-origin: bottom;
}
.bootle-font.fs-65 {
    line-height: 2.688rem;
    font-size: 3vw;
}
.mw-518 {
    max-width: 518px;
    text-align: right;
    padding-right: 40px;
}
.text-align-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end !important;
    padding: 40px;
}
.mw-518 h2 {
    margin-bottom: -4px !important;
}
.mw-518 h3 {
    font-size: 2.05vw;
}

/* footer */
.footer-navbar a {
    color: var(--white);
    text-transform: uppercase;
    font-size: 15px;
    padding: 0 30px;
}
footer {
    padding-top: 100px;
    padding-bottom: 100px;
}
/* media query responsive */
@media (max-width: 1600px){
    section {
        padding-top: 110px;
        padding-bottom: 110px;
    }
}
@media (max-width: 1399px) {
    .fs-460 {
        font-size: 370px;
    }
}
@media (max-width: 1199px) {
    .fs-460 {
        font-size: 270px;
    }
    section {
        padding-top: 95px;
        padding-bottom: 95px;
    }
}
@media (max-width: 991px) {
    .countdown-style-03 .countdown-box {
        width: 85px;
    }
    .countdown-style-03 .countdown-box .number {
        font-size: 60px;
        line-height: 62px;
    }
}
@media (max-width: 767px) {
    section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .mt-minus-50px {
        margin-top: -10px;
    }
    .menu-item-list .menu-item {
        padding: 10px 35px;
    }
    .menu-item-list .nav-link {
        font-size: 30px;
        line-height: 34px;
    }
    .left-modern-menu .left-modern-header .modern-side-menu {
        padding: 40px 0;
    }
}
@media (max-width: 575px) {
    .countdown-style-03 .countdown-box {
        width: 45%;
    }
    .countdown-style-03 .countdown-box .number {
        text-align: center;
    }
    .countdown-style-03 .countdown-box span {
        text-align: center;
        width: 100%;
        display: block;
        margin-top: 5px;
    }
}
/* Mis cambios */

@media (max-width: 1500px) {
    .bootle-font span.t {
        top: -.56vw;
        margin: 0 .35vw;
        transform: scaleY(.88) !important;
    }
    .mw-518 {
        padding-right: 1.6vw;
    }
    .mw-518 h2 {
        margin-bottom: -15px !important;
    }
}
@media (max-width: 1300px) {
    .tracklist-style > div, .text-white.lg-w-95.md-w-100 {
        padding: 0 4%;
    }
    .tracklist-style > div > div:nth-child(3) {
        width: 20.667%;
    }
}
@media (max-width: 991px) {
    .tracklist-style > div > div.bd-left-red {
        max-width: 13%;
    }
    .tracklist-style > div > div:nth-child(3) {
        width: 18.667%;
    }
    .tracklist-style .buy-ticket {
        width: 46% !important;
    }
    #cuenta-atras > .container {
        max-width: 100% !important;
    }
}
@media (max-width: 767px) {
    .img-hero img.mw-90h {
        width: 70vh !important;
    }
    .text-align-right {
        align-items: flex-start !important;
    }
    .mw-518 {
        text-align: left;
    }
    .bootle-font.fs-65 {
        font-size: 4vw;
    }
    .bootle-font span.b {
        font-size: 2.6vw;
        margin-right: 3px;
    }
    .bootle-font span.t {
        top: -0.8vw;
        margin: 0 0.6vw 0 0.4vw;
    }
    .mw-518 h3 {
        font-size: 3.05vw;
    }
    .tracklist-style > div {
        display: flex;
        flex-direction: column;
    }
    .tracklist-style > div > div, .tracklist-style .ciudad, .tracklist-style .buy-ticket {
        width: auto !important;
        max-width: 100% !important;
    }
    .tracklist-style > div > .col-md-5 {
        padding: 0 15px;
    }
    .tracklist-style > div > div.bd-left-red {
        border: 0;
        border-bottom: 2px solid var(--red);
        padding: 10px 0px 0px 0px;
        width: auto !important;
        margin-bottom: 5px;
    }
    .tracklist-style .buy-ticket {
        margin-bottom: 20px;
        flex-direction: column;
    }
    /* Los 3 primeros visibles desde el inicio */
    #event-list .event-item:nth-child(-n+4) {
        max-height: 100%; /* suficiente para el contenido */
    }
    /* Clase que activa la animación */
    #event-list .event-item.show {
        max-height: 100%;
    }
}
@media (max-width: 576px) {
    #about, #news {
        padding: 50px 15px;
    }
    #tours {
        padding: 70px 0 !important;
    }
    .mt-3 {
        margin-top: 10%!important;
    }
}
@media (max-width: 480px) {
    .img-hero > div > div, .img-hero > div > div > div {
        height: 100%;
    }
    .mw-518 {
        text-align: center;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 999;
        width: 100%;
    }
    .bootle-font.fs-65 {
        font-size: 7vw;
        color: var(--white) !important;
    }
    .bootle-font span.b {
        font-size: 4.4vw;
    }
    .bootle-font span.t {
        top: -1.4vw;
        margin: 0 0.8vw 0 0.6vw;
        transform: scaleY(.9) !important;
    }
    .mw-518 h3 {
        font-size: 5.05vw;
        font-weight: 800;
    }
    .line-vr-section {
        margin: -25px auto;
        height: 50px;
    }
    .countdown.third {
        width: 100% !important;
    }
    .countdown-style-03 .countdown-box, .countdown-style-03 .countdown-box.first {
        width: 20% !important;
    }
    .countdown-style-03 .countdown-box .number {
        font-size:  35px;
    }
    .countdown-style-03 .countdown-box span {
        font-size: 12px;
    }
}