@import "header.css";
@import "footer.css";

* {
    scrollbar-color: rgba(0, 0, 0, .1) transparent;
}

body {
    overflow-x: hidden;
}

#header {
    background-color: transparent;
    transition: background-color .2s;
    transition-timing-function: linear;
}

.container {
    position: relative;
    margin: 0 auto 24vw;
}

.container.horario {
    margin: 0 auto 2vw;
}

.container.horario.dark {
    padding: 2vw 0;
    background-color: #333;
}

.container.horario.dark p {
    color: #fff;
}

.horario p {
    margin: 1vw;
    font-family: 'Abel';
    font-style: normal;
    font-weight: 500;
    font-size: 6.4vw;
}

.slide-container {
    overflow-y: hidden;
}

.slide-container:hover {
/*     cursor: grab; */
}

.slide-container:active {
/*     cursor: grabbing; */
}

.slider {
    position: relative;
}

#slider1 {
    height: 62.5vw;
/*     margin-bottom: 16.6vw; */
}

.slide {
    position: absolute;
    top: 0;
}

.header-slide,
.notice-slide,
.gallery-slide {
    width: 100%;
}

.header-slide,
.event-slide,
.dj-slide {
    opacity: 0;
    transition: opacity .2s;
}

.animated {
    transition-property: left;
    transition-duration: .5s;
    transition-timing-function: linear;
}

.nav {
    position: absolute;
    padding: 0 2vw;
    cursor: pointer;
}

.nav img {
    height: 100%;
}

.header-nav,
.modal-nav {
    top: 50%;
    height: 7vw;
    margin-top: -3.5vw;
    opacity: 1;
    transition: opacity .2s;
}

.header-nav.prev,
.modal-nav.prev {
    left: 0;
}

.header-nav.next,
.modal-nav.next {
    right: 0;
}

.fade-off {
    opacity: 0;
}

.scroll {
    position: absolute;
    cursor: pointer;
}

.scroll.small {
    bottom: 6.25%;
    width: 12.5%;
    margin-left: -6.25%;
    animation: scroll 2.52s linear infinite;
    opacity: .75;
}

@keyframes scroll {
    0% {
        bottom: 8.33%;
        opacity: 0;
    }
    66% {
        bottom: 8.33%;
        opacity: 0;
    }
    83% {
        opacity: .75;

    }
    100% {
        bottom: 4.16%;
        opacity: 0;
    }
}

.scroll.large {
    display: none;
}

.scroll img {
    width: 100%;
    height: auto;
}

.mark {
    display: inline-block;
    position: relative;
    top: -11%;
}

.section-header {
    font-family: GlacialIndifference-Bold;
    font-style: normal;
    font-weight: 800;
    font-size: 6vw;
}

hr {
    width: 20%;
    height: 1px;
    margin-bottom: 10%;
    border: 0;
    background-image: linear-gradient(to right,
            rgba(0, 0, 0, 0),
            rgba(0, 0, 0, 0.75),
            rgba(0, 0, 0, 0));
}

.sl2 hr,
.sl6 hr,
.container.horario:not(.dark) {
    margin-bottom: 7.5%;
}

.slide-container {
    overflow-x: auto;
    transition: opacity .2s;
}

.slide-container.scroll-snap {
    scroll-snap-type: x proximity;
}

.slide-container.scroll-snap .slider .slide {
    scroll-snap-align: center;
}

#slider2,
#slider6,
.event-slide,
.dj-slide {
    height: 96vw;
}

.event-slide,
.dj-slide {
    width: 50vw;
}

#slider2 .slide-image-container,
#slider4 .slide-image-container,
#slider6 .slide-image-container {
    position: relative;
    width: 100%;
    margin-bottom: 3%;
    padding: 0 7%;
    font-size: 0;
    box-sizing: border-box;
    overflow: hidden;
}

#slider2 .slide-image,
#slider4 .slide-image,
#slider6 .slide-image {
    height: 53.75vw;
    cursor: pointer;
}

#slider2 .slide.wide .slide-image-container,
#slider4 .slide.wide .slide-image-container,
#slider6 .slide.wide .slide-image-container {
    height: 53.75vw;    /* The 8:5 of 86% => 1 / ((100 / 86) * 1.6) */
}

#slider2 .slide.wide .slide-image,
#slider4 .slide.wide .slide-image,
#slider6 .slide.wide .slide-image {
    width: 100%;
    height: auto;
}

#slider2 .event-info {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10vw;
    padding: 2vw 0;
    background-color: rgba(0, 0, 0, .66);
    text-align: center;
    box-sizing: border-box;
}

#slider2 .event-info.visible {
    display: inline-block;
}

#slider2 .event-info img {
    height: 6vw;
}

.fixed-nav {
    height: 12vw;
    bottom: -16vw;
}

.event-nav.prev,
.notice-nav.prev,
.gallery-nav.prev,
.dj-nav.prev {
    left: 28vw;
}

.event-nav.next,
.notice-nav.next,
.gallery-nav.next,
.dj-nav.next {
    right: 28vw;
}

.date,
.concert-name,
.notice-text {
    text-transform: uppercase;
}

.date {
    font-family: Abel;
    font-style: normal;
    font-weight: 400;
    font-size: 5vw;
}

.concert-name,
.dj-name {
    padding: 0 7%;
    margin: 3vw 0;
    font-family: GlacialIndifference-Bold;
    font-style: normal;
    font-weight: 800;
    font-size: 7vw;
}

.ticket-link {
    padding: 8px 24px;
    border-radius: 36px;
    background-color: #333;
    color: #fff;
    text-transform: uppercase;
}

.container.pr {
    margin: 0 auto 12vw;
}

.program {
    width: 100%;
    padding: 10% 7%;
    box-sizing: border-box;
}

#slider3,
.notice-slide {
    height: 90vw;
}

.notice-slide {
    width: 100vw;
}

.notice-image-container {
    width: 66vw;
    margin: 0 auto 5vw;
    box-sizing: border-box;
}

.notice-image {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.notice-slide.portrait .notice-image {
    height: 66vw;
    width: auto;
}

.notice-text {
    display: inline-block;
    width: 86vw;
    margin-top: 0;
    font-family: GlacialIndifference-Bold;
    font-style: normal;
    font-weight: 800;
    font-size: 4.5vw;
    text-align: center;
    box-sizing: border-box;
}

#slider4,
.gallery-slide {
    height: 86vw;
}

.gallery-slide {
    width: 100vw;
}

#map {
    position: relative;
    width: 86vw;
    height: 100vw;
    margin: 0 7vw;
}

.map-control {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 2px rgba(33, 33, 33, 0.4);
    font-family: "Roboto", "sans-serif";
    margin: 10px;
    padding-right: 5px;
    /* Hide the control initially, to prevent it from appearing
    before the map loads. */
    display: none;
}

/* Display the control once it is inside the map. */
#map .map-control {
    display: block;
}

.selector-control {
    font-size: 14px;
    line-height: 30px;
    vertical-align: baseline;
}

#address {
    padding: 3% 7% 0;
    font-family: Abel;
    font-size: 5vw;
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    width: 80%;
    font-size: 0;
}

.modal-content.wide {
    width: 200%;
    margin: 25% 0 0;
}

.close {
    color: #fff;
    position: fixed;
/*     position: absolute; */
    top: 10px;
    right: 25px;
    font-size: 8vw;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    text-decoration: none;
    cursor: pointer;
}

#modal-gallery .modal-content {
    position: relative;
    margin: 20vw auto 0;
}

.modal-nav {
    top: 50%;
    height: 7vw;
    margin-top: -3.5vw;
}

.modal-gallery-slide {
    display: none;
    width: 100%;
}

@media (max-width: 600px) {
    .ticket-link {
        font-size: 3vw;
    }
}
@media (min-width: 601px) {
    /* Nexus 7 */

    .horario p {
        margin: .625vw;
        font-size: 4vw;
    }

    .mark {
        top: -14%;
    }

    #slider2,
    #slider6,
    .event-slide,
    .dj-slide {
        height: 60vw;
    }

    .slide-image-container {
        padding: 0 14%;
    }

    #slider2 .slide.wide .slide-image-container,
    #slider6 .slide.wide .slide-image-container,
    #slider2 .slide-image,
    #slider6 .slide-image {
        height: 32vw;    /* 53.75 / 2 */
    }

    #slider4 .slide.wide .slide-image-container,
    #slider4 .slide-image {
        height: 28vw;
    }

    .event-nav,
    .dj-nav {
        bottom: -14vw;
    }

    .fixed-nav.prev {
        left: 28vw;
    }

    .fixed-nav.next {
        right: 28vw;
    }

    .fixed-nav {
        height: 9vw;
    }

    .event-slide,
    .dj-slide,
    .gallery-slide {
        width: 50vw;
    }

    .date {
        font-size: 3vw;
    }

    .concert-name {
        font-size: 4vw;
    }

    #slider2 .event-info {
        height: 8vw;
        padding: 1.5vw 0;
    }

    #slider2 .event-info img {
        height: 5vw;
    }

    .container.pr {     /* programa */
        margin: 0 auto;
    }

    #slider3,
    .notice-slide {
        height: 68vw;
    }

    .notice-image-container {
        width: 50vw;
    }

    .notice-slide.portrait .notice-image {
        height: 48vw;
    }

    .notice-text {
        font-size: 4vw;
    }

    #slider4,
    .gallery-slide {
        height: 48vw
    }

    .modal-content.wide {
        width: 150%;
        margin: 25% auto 0;
    }
}

@media (min-width: 768px) and (orientation: portrait) {
    /* iPad */
    .mark {
        top: -16%;
    }

    #map {
        height: 75vw;
    }

    .modal-content {
        width: 66%;
        margin: 10% auto;
    }
}

@media (min-aspect-ratio: 8/5) {

    #slider1 {
        height: 100vh;
    }

    .header-slide {
/*         top: calc((66.667vw - 100vh) / -2); */
    }
}

@media (min-aspect-ratio: 12/5) {

    #slider1 {
        height: 41.667vw;
        /* 100 / 2.4 */
    }

    .header-slide {
        top: -12.5vw;
    }
}

@media (min-width: 993px) {

    .mark {
        top: -10%;
    }

    #slider1 {
        height: 56.18vw;
/*         margin-bottom: 6.4vw; */
        overflow-x: hidden;
    }

    .header-slide {
        width: 100%;
        height: 56.18vw;
    }

    .header-nav {
        top: 50%;
        height: 6vw;
        margin-top: -3vw;
    }

    .scroll.large {
        top: 60vw;
    }

    .horario p {
        font-size: 3.6vw;
    }

    .container:not(.dark) {
        width: 86vw;
    }

    .container {
        margin: 0 auto 18vw;
    }

    .section-header {
        font-size: 3.5vw;
    }

    #slider2,
    #slider6,
    .event-slide,
    .dj-slide {
        height: 42vw;
    }

    .event-slide,
    .dj-slide,
    .gallery-slide {
        width: calc(86vw / 3);
    }

    #slider2 .slide.wide .slide-image-container,
    #slider6 .slide.wide .slide-image-container,
    #slider2 .slide-image,
    #slider6 .slide-image {
        height: 20vw;
    }

    #slider4 .slide.wide .slide-image-container,
    #slider4 .slide-image {
        height: 17vw;
    }

    .date {
        font-size: 2vw;
    }

    .concert-name {
        font-size: 3vw;
    }

    #slider2 .event-info {
        height: 5vw;
        padding: 1vw 0;
    }

    #slider2 .event-info img {
        height: 3vw;
    }

    .fixed-nav {
        bottom: -8vw;
        height: 6vw;
    }

    .fixed-nav.prev {
        left: 26vw;
    }

    .fixed-nav.next {
        right: 26vw;
    }

    .container.pr {
        margin: 0 auto 8vw;
    }

    .program {
        padding: 0 20%;
    }

    .container.sl3 {
        margin: 0 auto 13vw;
    }

    #slider3,
    .notice-slide {
        height: 32vw;
    }

    .notice-slide {
        width: 86vw;
        padding: 0 4vw;
        box-sizing: border-box;
    }

    .notice-image-container {
        float: left;
        width: 40%;
        text-align: left;
    }

    .notice-slide.portrait .notice-image {
        height: 30vw; /* ~ 86vw * 40% */
    }

    .notice-text {
        width: 60%;
        padding-left: 8vw;
        font-size: 2.5vw;
        text-align: right;
        box-sizing: border-box;
    }

    .container.sl4 {
        margin: 0 auto 14vw;
    }

    #slider4,
    .gallery-slide {
        height: 32vw;
    }

    .gallery-slide {
        width: calc(86vw / 3);
    }

    #slider4 .concert-name {
        margin: 1.5vw 0 3vw;
    }

    #map {
        height: 50vw;
        margin: 0;
    }

    #address {
        font-size: 2.8vw;
    }

    .modal-content {
        width: 50vw;
        margin: 10% auto;
    }

    .modal-content.wide {
        width: auto;
        height: 100vh;
        margin: 0 auto;
    }

    #modal-gallery .modal-content {
        width: 50vw;
        margin: 10% auto 0;
    }
}

@media (min-width: 993px) and (orientation: landscape) {
    #slider1 {
        height: 100vh;
    }

    .header-slide {
        top: 0;
    }

    .container.horario.dark {
        transform: translateY(-100%);
    }

    .scroll.small {
        transform: translateY(-11vw);
    }
}

@media (min-width: 1139px) and (max-width: 1279px) {

    .header-slide {
        top: calc((56.18vw - 100vh) / -2);
    }

    .container:not(.dark) {
        width: 980px;
    }

    .section-header {
        font-size: 40px;
    }

    .horario p {
        font-size: 32px;
    }

    #slider2,
    #slider6,
    .event-slide,
    .dj-slide {
        height: 464px;
    }

    .sl2 hr,
    .sl6 hr,
    .container.horario:not(.dark) {
        margin-bottom: 5%;
    }

    .event-slide,
    .dj-slide {
        width: calc(980px / 3);
    }

    #slider2 .slide.wide .slide-image-container,
    #slider6 .slide.wide .slide-image-container,
    #slider2 .slide-image,
    #slider6 .slide-image {
        height: 228px;
    }

    #slider4 .slide.wide .slide-image-container,
    #slider4 .slide-image {
        height: 194px;
    }

    #slider2 .event-info {
        height: 56px;
        padding: 8px 0;
    }

    #slider2 .event-info img {
        height: 40px;
    }

    .date {
        font-size: 23px;
    }

    .concert-name {
        font-size: 34px;
    }

    #slider2 .concert-name,
    #slider6 .concert-name {
        margin: 16px 0 36px;
    }

    .fixed-nav {
        bottom: -112px;
        height: 68px;
        padding: 0 23px;
    }

    .fixed-nav.prev {
        left: 296px;
    }

    .fixed-nav.next {
        right: 296px;
    }

    #slider3,
    .notice-slide {
        height: 324px;
    }

    .notice-slide {
        width: 980px;
    }

    .notice-image-container,
    .notice-text {
        padding: 0 2%;
    }

    .notice-slide.portrait .notice-image {
        height: 26vw;
    }

    .notice-text {
        font-size: 28px;
    }

    #slider4,
    .gallery-slide {
        height: 360px;
    }

    .gallery-slide {
        width: calc(980px / 3);
    }

    #slider4 .concert-name {
        margin: 16px 0 0;
    }

    #map {
        width: 100%;
        height: 569px;
    }

    #address {
        font-size: 32px;
    }
}

@media (min-width: 1280px) {

    #slider1 {
/*         height: 75vh; */
/*         margin-bottom: 2.8vw; */
        overflow-y: hidden;
    }

    .header-slide {
/*         top: calc((56.18vw - 75vh) / -2); */
    }

    .header-nav,
    .modal-nav {
        height: 4vw;
        margin-top: -2vw;
    }

    .scroll.large {
        top: 69vh;
        width: 12%;
        margin-left: -6%;
        font-size: 1.5vw;
    }

    .container:not(.dark) {
        width: 86vw;
    }

    .container.horario {
        margin-bottom: 3.6vw;
    }

    .horario p {
        font-size: 2.4vw;
    }

    #slider2,
    #slider6,
    .event-slide,
    .dj-slide {
        height: 32.5vw;
    }

    .sl2 hr,
    .sl6 hr,
    .container.horario:not(.dark) {
        margin-bottom: 5%;
    }

    .event-slide,
    .dj-slide {
        width: calc(86vw / 3);
    }

    .slide-image-container {
        padding: 0 16%;
    }

    #slider2 .slide.wide .slide-image-container,
    #slider6 .slide.wide .slide-image-container,
    #slider4 .slide.wide .slide-image-container,
    #slider2 .slide-image,
    #slider6 .slide-image,
    #slider4 .slide-image {
        height: 17vw;
    }

    #slider2 .event-info {
        height: 3.6vw;
        padding: .8vw 0;
    }

    #slider2 .event-info img {
        height: 2vw;
    }

    #slider2 .concert-name,
    #slider6 .concert-name {
        margin: 1vw 0 2vw;
        font-size: 2.5vw;
    }

    .fixed-nav {
        bottom: -8vw;
        height: 5vw;
    }

    .fixed-nav.prev {
        left: 28vw;
    }

    .fixed-nav.next {
        right: 28vw;
    }

    #slider3,
    .notice-slide {
        height: 26vw;
    }

    .notice-slide {
        width: 86vw;
    }

    .notice-image-container,
    .notice-text {
        padding: 0 4%;
    }

    .notice-slide.portrait .notice-image {
        height: 24vw;
    }

    .notice-text {
        font-size: 2.5vw;
    }

    #slider4,
    .gallery-slide {
        height: 30vw;
    }

    .gallery-slide {
        width: calc(86vw / 3);
    }

    #slider4 .concert-name {
        margin: 1.5vw 0 3vw;
    }

    .close {
        font-size: 4vw;
    }

    .modal-content {
        width: 25%;
        margin: 2% auto;
    }

    .modal-content.wide {
        width: auto;
        height: 75vh;
        margin: 12.5vh auto 0;
    }

    #modal-gallery .modal-content {
        width: 60%;
        margin: 10vw auto 0;
    }
}

@media (min-width: 1395px) {

    .container:not(.dark) {
        width: 1200px;
    }

    .section-header {
        font-size: 49px;
    }

    .container.sl2,
    .container.sl3,
    .container.sl4,
    .container.sl6 {
        height: auto;
        margin: 0 auto 256px;
    }

    .slide-container {
        overflow-y: hidden;
    }

    .slide-container.sl2,
    .slide-container.sl3,
    .slide-container.sl4,
    .slide-container.sl6 {
        width: 1200px;
        height: auto;
    }

    #slider2 .slide,
    #slider4 .slide,
    #slider6 .slide {
        width: calc(1200px / 3);
    }

    #slider2,
    #slider2 .slide {
        height: 460px;
    }

    #slider6,
    #slider6 .slide {
        height: 460px;
    }

    .slide-image-container {
        padding: 0 14%;
    }

    #slider2 .slide.wide .slide-image-container,
    #slider4 .slide.wide .slide-image-container,
    #slider6 .slide.wide .slide-image-container,
    #slider2 .slide-image,
    #slider4 .slide-image,
    #slider6 .slide-image {
        height: 237px;
    }

    #slider2 .event-info {
        height: 46px;
        padding: 8px 0;
    }

    #slider2 .event-info img {
        height: 30px;
    }

    .date {
        font-size: 28px;
    }

    .concert-name {
        margin: 8px 0 32px;
        font-size: 35px;
    }

    .event-nav,
    .notice-nav,
    .gallery-nav,
    .dj-nav {
        top: initial;
        bottom: -102px;
        height: 70px;
        padding: 0 28px;
    }

    .event-nav.prev,
    .notice-nav.prev,
    .gallery-nav.prev,
    .dj-nav.prev {
        left: 420px;
    }

    .event-nav.next,
    .notice-nav.next,
    .gallery-nav.next,
    .dj-nav.next {
        right: 420px;
    }

    .container.sl3,
    .container.sl4 {
        margin: 0 auto 192px;
    }

    #slider3,
    #slider3 .slide {
        width: 1200px;
        height: 376px;
    }

    .notice-image-container {
        height: auto;
        margin: 0;
    }

    .notice-slide.portrait .notice-image {
        height: 334px;
    }

    .notice-text {
        font-size: 35px;
    }

    #slider4,
    #slider4 .slide {
        height: 400px;
    }

    #map {
        width: 100%;
        height: 698px;
    }

    #address {
        font-size: 39px;
    }

    #modal-gallery .modal-content {
        width: 40%;
        margin: 5vw auto 0;
    }
}
