/* ==========================================================================
   1. FUENTES
   ========================================================================== */
@font-face {
    font-family: 'Akkordeon-Four';
    src: url('fonts/Akkordeon-Four.eot');
    src: url('fonts/Akkordeon-Four.eot?#iefix') format('embedded-opentype'),
        url('fonts/Akkordeon-Four.woff2') format('woff2'),
        url('fonts/Akkordeon-Four.woff') format('woff'),
        url('fonts/Akkordeon-Four.ttf') format('truetype'),
        url('fonts/Akkordeon-Four.svg#Akkordeon-Four') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akkordeon-Thirteen';
    src: url('fonts/Akkordeon-Thirteen.eot');
    src: url('fonts/Akkordeon-Thirteen.eot?#iefix') format('embedded-opentype'),
        url('fonts/Akkordeon-Thirteen.woff2') format('woff2'),
        url('fonts/Akkordeon-Thirteen.woff') format('woff'),
        url('fonts/Akkordeon-Thirteen.ttf') format('truetype'),
        url('fonts/Akkordeon-Thirteen.svg#Akkordeon-Thirteen') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akkordeon-Nine';
    src: url('fonts/Akkordeon-Nine.eot');
    src: url('fonts/Akkordeon-Nine.eot?#iefix') format('embedded-opentype'),
        url('fonts/Akkordeon-Nine.woff2') format('woff2'),
        url('fonts/Akkordeon-Nine.woff') format('woff'),
        url('fonts/Akkordeon-Nine.ttf') format('truetype'),
        url('fonts/Akkordeon-Nine.svg#Akkordeon-Nine') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akkordeon-Three';
    src: url('fonts/Akkordeon-Three.eot');
    src: url('fonts/Akkordeon-Three.eot?#iefix') format('embedded-opentype'),
        url('fonts/Akkordeon-Three.woff2') format('woff2'),
        url('fonts/Akkordeon-Three.woff') format('woff'),
        url('fonts/Akkordeon-Three.ttf') format('truetype'),
        url('fonts/Akkordeon-Three.svg#Akkordeon-Three') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}



/* ==========================================================================
   2. GENERAL
   ========================================================================== */
body {
    font-family: 'Akkordeon-Nine';
    color: #333;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
    overflow-x: hidden;
}

body::after {
    content: "";
    width: 100%;
    height: 100%;

    background: rgb(239, 149, 248);
    background: radial-gradient(circle, rgba(239, 149, 248, 1) 2%, rgba(217, 56, 50, 1) 87%);
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.8s ease;
    z-index: 1000;
}

body::before {
    content: "";
    width: 100%;
    height: 0%;

    background: rgb(239, 149, 248);
    background: radial-gradient(circle, rgba(239, 149, 248, 1) 2%, rgba(217, 56, 50, 1) 87%);
    position: fixed;
    bottom: 0;
    left: 0;
    transition: all 0.8s ease;
    z-index: 1000;
}

.body-loaded::after {
    height: 0% !important;
}

.body-loader::before {
    height: 100% !important;
}

html {
    overflow-x: hidden;
}

p {
    font-size: 18px;
    line-height: 1.5;
    font-family: 'Roboto';
}

p a {
    color: #ff0000;

}



a:hover,
a:focus {
    color: #CCB300;
}

a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

a:not([href]):not([tabindex]) {
    color: #fff;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: #61D2B4;
}


.c-blanco {
    color: #fff;
}

.f-light {
    font-weight: 300;
}

.bg-01 {
    background: #D9C2AD;
}

h2 {}

h2.quote {
    font-size: 48px;
    font-weight: 700;
}

h3 {
    font-size: 42px;
    line-height: 1.3;
    font-weight: 600;
    font-family: 'Akkordeon-Nine';
}

h5 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}

.color-1 {
    color: #EF95F8;
}

.color-2 {
    color: #5EA6EE;
}

.color-3 {
    color: #75FAFC;
}

.color-4 {
    color: #D93832;
}


/* ==========================================================================
   2.2 Buttons
   ========================================================================== */
.btn {
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 0px;
    font-weight: 400;
    color: #333;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: inline-block;
}

.btn:focus,
.btn:active {
    box-shadow: none;
    outline: none;
    color: #fff;
}

.btn-common {
    border: 2px solid #333;
    background: #D9C2AD;
    position: relative;
    color: #000;
    z-index: 1;
}

.btn-common:hover {
    color: #fff;
    background: #333;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}


.clear {
    clear: both;
}

/* ==========================================================================
	 2.4  Pre Loader
	 ========================================================================== */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    z-index: 9999999999;
}

.spinner {
    width: 40px;
    height: 40px;
    top: 45%;
    position: relative;
    margin: 0px auto;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #61D2B4;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}


/* ==========================================================================
   3. Hero Area
   ========================================================================== */
.hero-area {
    background: #1A1A1A;
    color: #fff;
    overflow: hidden;
    position: relative;
    /*min-height: calc(100vh - 154px);*/
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.hero-area .contents {
    height: calc(50vh - 77px);
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hero-area .contents.content-music {
    background: url("../img/musicians.jpg") center no-repeat;
    background-size: cover;
}

.hero-area .contents.content-about {
    background: url("../img/about.jpg") center top no-repeat;
    background-size: cover;
}

.hero-area .contents.content-where {
    background: url("../img/where.jpg") center top no-repeat;
    background-size: cover;
}

.hero-area .contents.content-when {
    background: url("../img/when.jpg") center top no-repeat;
    background-size: cover;
}

.hero-area .contents.content-tickets {
    background: #ff0000;
    position: relative;
    overflow: hidden
}


.hero-area .contents:before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 44%);
    /* border-radius: 50% 50% 0 0; */
    bottom: 0;
}


.hero-area .contents h2 {
    color: #ff0000;
    font-size: 92px;
    font-family: 'Akkordeon-Thirteen';
}

.hero-area .contents h2 a {
    text-decoration: none;
}

.hero-area .contents h2 a.color-1:hover,
.hero-area .contents h2 a.color-2:hover,
.hero-area .contents h2 a.color-3:hover,
.hero-area .contents h2 a.color-4:hover {
    color: #fff;
}



.hero-area .contents.content-tickets h3 {
    color: #ff0000;
    font-size: 90px;
    font-family: 'Akkordeon-Thirteen';
    position: relative;
    z-index: 10;
    margin: 0;
}

.hero-area .contents.content-tickets h3 a {
    color: #ff0000;
    text-decoration: none;
    line-height: 1;
    padding: 0px 30px;
    border: 1px solid #ff0000;
    margin: 0;
    border-radius: 50px;
    display: inline-block;
}

.hero-area .contents.content-tickets h3 a:hover {
    background: #ff0000;
    color: #ccb300;
}

a.tickets-home {
    width: 180px;
    height: 180px;
    position: absolute;
    top: calc(50% - 90px);
    left: calc(50% - 90px);
    background: rgb(249, 237, 86);
    background: radial-gradient(circle, rgba(249, 237, 86, 1) 15%, rgba(237, 130, 170, 1) 66%);
    font-size: 42px;
    text-transform: uppercase;
    color: black;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all;
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat 1.5s ease-in-out infinite both;
}

a.tickets-home:hover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(249, 237, 86);
    background: radial-gradient(circle, rgba(249, 237, 86, 1) 15%, rgba(237, 130, 170, 1) 66%);
    font-size: 82px;
    color: black;
    border-radius: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.tickets-interna {
    width: 125px;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: rgb(249, 237, 86);
    background: radial-gradient(circle, rgba(249, 237, 86, 1) 15%, rgba(237, 130, 170, 1) 66%);
    /*border: 2px solid white;*/
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 25px;
    color: black;
    text-transform: uppercase;
    transition: 0.3s all;
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat 1.5s ease-in-out infinite both;
}

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

/* ==========================================================================
   Navbar Style
   ========================================================================== */
.hero-area .contents-interna {
    min-height: calc(100vh - 154px);
    width: 100%;
    display: flex;
    align-items: center;
    background: #000;
    padding-left: 33%;
}

.hero-area .contents-interna.content-musicians {
    padding-left: 0%;

}

.hero-area .contents-interna .imagen {
    width: 33%;

}

.hero-area .contents-interna .texto {
    padding: 30px;
    width: 100%;
    padding-bottom: 60px;
}

.hero-area h1,
.hero-area .contents-interna .texto h1 {
    font-family: 'Akkordeon-Thirteen';
    font-size: 88px;
}

.hero-area .contents-interna .imagen img {}

.hero-area .contents-interna .imagen {
    position: absolute;
    width: 33%;
    top: 0;
    bottom: 0;
    left: 0;
}

.hero-area .contents-interna.content-where .imagen {
    background: url("../img/where-xl.jpg") center top no-repeat;
    background-size: cover;

}

.hero-area .contents-interna.content-when .imagen {
    background: url("../img/when.jpg") center top no-repeat;
    background-size: cover;

}

.hero-area .contents-interna.content-about .imagen {
    background: url("../img/about-xl.jpg") center top no-repeat;
    background-size: cover;

}

.hero-area .contents-interna.content-contact .imagen {
    background: url("../img/contact.jpg") center top no-repeat;
    background-size: cover;

}


.content-where.contents-interna .texto {
    width: 67%;
}

ul.musicians {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ul.musicians li {
    width: 190px;
    padding: 20px;
    text-align: center;
}

ul.musicians li .imagen-music {
    border-radius: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

ul.musicians li .imagen-music img {
    transform: scale(1);
    transition: 0.5s all;
    border-radius: 100%;
}



ul.musicians li {
    color: #5EA6EE;
    text-transform: uppercase;
}

ul.musicians li a h4 {
    font-size: 30px;
}

ul.musicians li a:hover {
    color: #000;
}


ul.musicians li a:hover .imagen-music img {
    transform: scale(1.05)
}


/* the slides */
.slick-slide {
    margin: 0 10px;
}

/* the parent */
.slick-list {
    margin: 0 -10px;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.slick-prev,
.slick-next {
    width: 44px;
    height: 44px;
    border-radius: 100%;
    background-color: #ccb300
}

.slick-next {
    right: -50px;
    background: url("../img/next.png") no-repeat 11px 11px #ccb300;
}

.slick-prev {
    left: -50px;
    background: url("../img/prev.png") no-repeat 8px 11px #ccb300;
}

.slick-prev:hover,
.slick-prev:focus {
    background: url("../img/prev.png") no-repeat 8px 11px #ccb300;

}

.slick-next:hover,
.slick-next:focus {
    background: url("../img/next.png") no-repeat 11px 11px #ccb300;

}

.item {
    text-align: center;
}

.item a {
    color: #CCB300;
}

.item a h4 {
    font-size: 40px;
    margin-top: 15px;
}

.item a:hover {
    color: #000;
}

.item a .imagen-prod {
    overflow: hidden;
}

.item a .imagen-prod img {
    transform: scale(1);
    transition: 0.5s all;
}

.item a:hover .imagen-prod img {
    transform: scale(1.05)
}

/* ==========================================================================
   Navbar Style
   ========================================================================== */
.navbar {
    background: rgb(239, 149, 248);
    background: radial-gradient(circle, rgba(239, 149, 248, 1) 2%, rgba(217, 56, 50, 1) 87%);
    padding: 0;
    height: 80px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #000;
    font-size: 28px;
    padding: 8px 0px;
    margin-left: 20px;
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Akkordeon-Thirteen';
    position: relative;
}

.navbar-expand-lg .navbar-nav .nav-link:after {
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    left: -13px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #000;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}


.navbar-expand-lg .navbar-nav .nav-link:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #ffffff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.navbar-expand-lg .navbar-nav .active::before,
.navbar-expand-lg .navbar-nav .nav-link:hover::before {
    width: 100%;
}

.navbar-brand {
    color: #fff;
    width: 130px;
}

.navbar-expand-lg .navbar-nav .nav-link:focus,
.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link:hover:before {
    color: #ffffff;
}

.navbar-expand-lg .navbar-nav .active>.nav-link,
.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link.active:before,
.navbar-expand-lg .navbar-nav .nav-link.open,
.navbar-expand-lg .navbar-nav .open>.nav-link {
    color: #ffffff;
}



.navbar-expand-lg .navbar-nav .nav-link.link-social:before,
.navbar-expand-lg .navbar-nav .nav-link.link-social:after {
    display: none;
}


.navbar-expand-lg .navbar-toggler {
    background: transparent;
    border: 0;
    border-radius: 0px;
    margin: 5px;
    cursor: pointer;
    float: right;
}

.navbar-expand-lg .navbar-toggler i {
    color: #fff !important;
}

.navbar-expand-lg .navbar-toggler:focus {
    outline: none;
}


/* ==========================================================================
 INTRO section
   ========================================================================== */

.servicios {
    background: #D9C2AD;
}


.formatos {
    position: relative;
    padding-bottom: 40px;
}

.caption {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 20px;
    text-align: center;
    background: white;
    box-shadow: 2px black;
    box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.5);
    height: 40px;
}

.caption h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    margin: 0;
    letter-spacing: 1px;
}

/* ==========================================================================
  14. Contact Us
  ========================================================================== */
.contact-us h3 {
    font-size: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;

}

.contact-us p {
    letter-spacing: 1px;
    font-size: 18px;
}

#contacto {
    position: relative;
}

.form-control {
    width: 100%;
    margin-bottom: 10px;
    padding: 14px;
    border-radius: 0px;
    background: transparent;
    font-family: 'Roboto';
    font-size: 14px;
    border: 1px solid #fff;
    color: white;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.form-control:focus {
    box-shadow: none;
    color: #fff;
    border-color: #ccb300;
    background: transparent;
    outline: none;
}

.btn.disabled,
.btn:disabled {
    opacity: 1;
}

.text-danger {
    font-size: 24px;
    margin-top: 10px;
}

.list-unstyled li {
    color: #ff0000;
    font-family: 'Roboto';
}

.text-success {
    color: #ccb300 !important;
}

.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: white;
    font-size: 18px;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 18px;
    color: white;
}

.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: white;
    font-size: 18px;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: white;
    font-size: 18px;
}

.submit-button .btn {
    pointer-events: all;
    cursor: pointer;
    font-size: 24px;
    letter-spacing: 2px;
    background: #ccb300;
}

/* ==========================================================================
15. Footer Style
 ========================================================================== */
footer {
    background: #F9ED56;
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer a img {
    width: 130px;
}





/* ==========================================================================
15. Footer Style
 ========================================================================== */

.hero-coomin {
    width: 100vw;
    height: 100vh;
    animation: colorchange 175s linear 1s infinite;
    -webkit-animation: colorchange 2s linear 0s infinite alternate;
    padding-bottom: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.hero-coomin h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 90px;
}

@keyframes colorchange {
    0% {
        background: url("../img/rhythm_03.png") no-repeat center #1a1a1a;
        background-size: 50%;
    }

    32% {
        background: url("../img/rhythm_03.png") no-repeat center #1a1a1a;
        background-size: 50%;
    }

    33% {
        background: url("../img/rhythm_02.png") no-repeat center #ff0000;
        background-size: 50%;
    }

    66% {
        background: url("../img/rhythm_02.png") no-repeat center #ff0000;
        background-size: 50%;
    }

    67% {
        background: url("../img/rhythm_01.png") no-repeat center #ccb300;
        background-size: 50%;
    }

    100% {
        background: url("../img/rhythm_01.png") no-repeat center #ccb300;
        background-size: 50%;
    }
}

@-webkit-keyframes colorchange

/* Safari and Chrome - necessary duplicate */
    {
    0% {
        background: url("../img/rhythm_03.png") no-repeat center #1a1a1a;
        background-size: 50%;
    }

    32% {
        background: url("../img/rhythm_03.png") no-repeat center #1a1a1a;
        background-size: 50%;
    }

    33% {
        background: url("../img/rhythm_02.png") no-repeat center #ff0000;
        background-size: 50%;
    }

    66% {
        background: url("../img/rhythm_02.png") no-repeat center #ff0000;
        background-size: 50%;
    }

    67% {
        background: url("../img/rhythm_01.png") no-repeat center #ccb300;
        background-size: 50%;
    }

    100% {
        background: url("../img/rhythm_01.png") no-repeat center #ccb300;
        background-size: 50%;
    }
}




.iframe-container {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}

.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}