::-webkit-scrollbar {
    width: 10px;
    opacity:0.2;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    opacity:0.2;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    opacity:0.2;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
    opacity:0.2;
}

body, html{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
}

div.row.mainRow {
    margin: 0px;
    margin-top: 15px;
}

:root .mainRow{
    margin-top: 16px \0;
}

::i-block-chrome, div.row.mainRow{
    margin-top: 16px;
}

div.row.mainRow>div {
    margin-left:0px;
    margin-right:0px;
    padding-left:0px;
    padding-right:0px;
}

.btn-home{
    padding:10px;
    font-size: 20px;
    color:#FFF;
    margin:10px;
    cursor: pointer;
    background-color: #B8047B;
}

.btn-home:hover, .btn-about:hover{
    text-decoration: none;

}

.home iframe{
    background-color:black;
    position: absolute; right: 0; bottom: 90px;
    min-width: 100%; min-height: 100%;
    width: auto ;
    height: auto ;
    background-size: cover;
}

.botonera-home{
    position: absolute;
    display:none;
    left: 0;
    right: 0;
    bottom:118px;
}

.home div.container-fluid {
    margin-top:140px;
    min-height:100vh;
    content: 'viewport-units-buggyfill; min-height:100vh';
}
nav{
    background-color: black !important;
    border:none !important;
    width: 100%;
}

nav>.container-fluid>div {
    padding:0px;
    margin:0px;
}

nav.navbar {
    height: auto;
    text-align: center;
    right: initial;
    left: initial;
    font-size: 14px;
    position: sticky;
    top: 0;
}

::i-block-chrome, nav.navbar{
    margin-top: 0;
}

:root nav.navbar{
    margin-top: 0\0;
}

nav.navbar .container-fluid{
    background: #00254f;
    padding: 0;
}

nav ul {
    float:none !important;
}

.navbar-toggle {
    margin-top:25px;
    background-color: transparent !important;
}

.navbar-header {
    /*padding-left: 10px;*/
}

.navbar-brand{
    position: absolute;
    height: 55px;
    float: none;
    top: 8px;
    left: 26px;
    padding: 0;
    z-index: 1;
}

.logo-brand{
    transition: all .5s;
}

.navbar-brand img{
    height: 100%;
}

.navbar-oculto{
    margin-top: -110px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    transform: none;
    outline: none;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: transparent;
    outline: none;
}

.navbar-default .navbar-nav > li > a{
    color:#787063;
    font-weight: bold;
    transform: none;
}

.navbar-default .navbar-nav >li.active>a{
    color:white;
    font-weight: bold;
    background:none;
}

.navbar-default .navbar-nav > .active a:hover{
    background:none;
    color:black;
    transform: none;
    background: rgba(0, 0, 0, 0.2);
}

.navbar-collapse  {
    max-height:inherit !important;
}

.hvr-shutter-out-vertical:before, .hvr-shutter-in-vertical:before, .hvr-bounce-to-top:before, .hvr-shutter-out-horizontal:before{
    background:#002083 !important;
}

.bg{
    position: absolute;
    top:0;
    bottom: 0;
    pointer-events:none;
    display: block;
}

nav a:hover{
    color:#FFF !important;
    cursor: pointer;
}

.playlist{
    display: inline-block;
    width: 48px;
    height: 48px;
    background: #bf242f;
    position: fixed;
    right: 0;
    bottom: 29px;
    padding: 10px;
}

.playlist img{
    width: 100%;
}

.playlist span{
    position: absolute;
    width: 80px;
    left: -48px;
    bottom: 130%;
    font-size: 11px;
    background: rgba(136, 136, 136, 0.6);
    color: white;
    padding: 6px 6px;
    line-height: 13px;
    opacity: 0;
    transition-duration: .2s;
}

.playlist span::after{
    content: "";
    width: 16px;
    height: 16px;
    border-right: 0px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 20px solid transparent;
    border-top: 10px solid rgba(136, 136, 136, 0.6);
    display: inline-block;
    position: absolute;
    top: 100%;
    right: 0;
}

.playlist:hover span{
    opacity: 1;
    transition-duration: .2s;
}

.content-page{
    max-width: 1300px;
    width: 80%;
    margin: 0 auto;
}

a:hover{
    text-decoration: none;
}


.textillate {
    font-size:35px;
    min-height:50px;
}

.texts {padding:0;}

h1.heading {
    font-size:120px;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    margin-top: 3%;
    font-weight: 400;
}

.heading .blue{
    color:#336699;
}

.heading .grey{
    color:#aaa;
}

h2{
    padding: 0;
    margin: 0;
    margin-bottom: 16px;
    font-size: 26px;
    color: #00254f;
    font-weight: 200;
    position: relative;
}

h2::after{
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background: #00254f;
    top: 13px;
    right: 100%;
    margin-right: 16px;
}

.showFecha{
    color:white;
    font-size:32px !important;
    text-transform:uppercase;
    padding:0;
    margin:0;
}

.showTipo {
    color:black;
    font-size:22px !important;
    font-weight:bold;
    padding:0;
    margin:0;
}

section{
    position: relative;
    width: 100%;
    color: #FFF;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow:hidden;
}

section.sidebar {
    position:fixed;
    float:left;
    z-index:2000;
    background-color:rgba(0,0,0,0.9);
    display: none;
}

div.sidebar {
    padding-top:80px;
}

.carousel-inner img {
    max-width:100%;
    min-height: 75vh !important;
    content: 'viewport-units-buggyfill; min-height: 75vh !important;';
}

section.home .fechas {
    height: 100vh;
    content: 'viewport-units-buggyfill; height:100vh';
    overflow-y:scroll;
    overflow-x:hidden;
}

.fechas {
    position: absolute;
    right:5px;
    padding-right: 57px;
}

section.home{
    color: #FFF;
    min-height:100vh;
    content: 'viewport-units-buggyfill; min-height:100vh';
    background-color: #ba2328;
    background-position: top;
    background-image: url(../../img/bg-home.jpg?v=20161208);
    transition: background 1s linear;
    background-size: 100vw;
    margin-top: 50px;
}

section.home div.mainImgContainer {
    text-align:center;
}

section.home img.mainImg {
    height: 100%;
}

.discografia img, .bibliografia img{
    width: 100%;
}

section:not(.loading){
    /*display: none;*/
}

section:not(.loading)>div{
    /*display: none;*/
}

section.loading {
    height:90vh;
    content: 'viewport-units-buggyfill; min-height:100vh;padding-top:30vh;';
    padding-top:30vh;
}

section.about {
    background: #ffffff;
    display: flex;
    height: fit-content;
}
.about .content-page{
    padding: 80px 0px;
}
.about p{
    margin: 0 auto;
}

.about .text{
    position: relative;
    padding-right: 45%;
}

.about .text p{
    font-size: 0.9rem;
    line-height: 1.3rem;
    padding-right: 2rem;
    color:#8e8e8e;
}

.about .text .obra{
    position: absolute;
    width: 45%;
    top: 0;
    right: 0;
    background: rgba(208, 208, 208, 0.3);
    height: 100%;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    flex-direction: -webkit-column;
}

.about .text .obra div{
    border: solid 1px #00254f;
    max-height: 238px;
    overflow: hidden;
}

.about .text .obra div img{
    width: 100%;
}

.about .text .obra h3{
    margin: 0;
    background: #00254f;
    font-size: 18px;
    padding: 8px 16px;
    height: 35px;
}

.about .text .obra ul{
    padding: 13px 16px;
    margin: 0;
    overflow: auto;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    flex-direction: -webkit-column;
}

.about .text .obra ul li{
    list-style: none;
    font-size: 14px;
    position: relative;
    padding-left: 56px;
    line-height: 17px;
    margin-bottom: 11px;
    cursor: default;
    color: #00254f;
}

.about .text .obra ul li span{
    display: inline-block;
    line-height: 0.7rem;
    font-size: 0.7rem;
    color: #00254f;
    padding: 0.2rem 0.5rem;
    position: absolute;
    left: 0;
    border: solid 1px rgb(0, 37, 79);
    border-radius: 3px;
}

.about .text .obra ul li:hover span{
    background: #00254f;
    color: white;
}

.btn-about{
    background-color: #b91520;
    padding:10px;
    font-size: 20px;
    border: 3px solid #FFF;
    color:#FFF;
    margin:10px;
    cursor: pointer;
}

.home .row{
    padding-top:20px;
    padding-bottom: 30px;
}

.col-content{
    padding-bottom: 20px;
}

ul.nav>li{

}

ul.nav .dropdown li{
    padding-top: 10px;
    padding-bottom: 10px;
}

ul a{
    text-decoration: none;
    color: #666;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

.container{
    text-align: center;
    padding-top: 3%;
}


.btn-home{
    background-color: transparent !important;
    padding:10px;
    font-size: 20px;
    border: 3px solid #FFF;
    color:#FFF;
    margin:10px;
    cursor: pointer;
}

.btn-home:hover, .btn-about:hover{
    text-decoration: none;
}

section.bibliografia{
    background-size: cover;
    background-attachment: fixed;
}

section.discografia{
    background: #ffffff;
}

.discografia .content-grid {
    display: inline-table;
}

.discografia .content-grid .disc{
    overflow: hidden;
    width: 24.7%;
    display: inline-block;
    position: relative;
    padding: 0% 0.3%;
}

.content-grid figure{
    border: none;
}

.content-grid a figcaption{
    position: absolute;
    width: 99%;
    height: 100%;
    background: rgba(0, 37, 79, 0.6);
    top: 0;
    opacity: 0;
    transition-duration: .2s;
}

.content-grid a figcaption p{
    color: white;
    bottom: 1rem;
    position: absolute;
    left: 0;
    margin: 0;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2rem;
    width: calc(100% - 2rem);
    opacity: 0;
    transition-duration: .2s;
}

.content-grid a figcaption p span{
    display: block;
    font-size: 0.7rem;
    font-weight: 400;
    margin-top: 0.2rem;
}

.content-grid a:hover figcaption{
    display: block;
    opacity: 1;
    transition-duration: .2s;
}

.content-grid a:hover figcaption p{
    left: 1rem;
    opacity: 1;
    transition-duration: .2s;
}

section.bibliografia{
    background: #ffffff;
    padding: 4rem 0rem;
}

.bibliografia .content-grid{
    /* display: inline-table; */
    display: flex;
    flex-wrap: wrap;
}

.bibliografia .content-grid a{
    display: inline-block;
    width: 33%;
    position: relative;
    padding: 0% 0.1%;
}

.discografia h3{
    background-color:rgba(0,0,0,0.7);
    border-radius:10px;
}

.discografia h3 a{
    color:yellow;
    font-weight: 400;
}

.discografia h3 a:hover{
    color:#fff;
    transition: all .2s;
}

.discografia h3 a p{
    font-weight: 700;
    padding-top:10px;
}

section.proximosShows{
    background: black;
}

.proximosShows h2{
    color: white;
}

.proximosShows h2::after{
    background: white;
}

#shows-table-container {
  padding:0 !important;
  overflow-x:auto;
}

#shows-table-container table tbody tr td a{
    display: block;
    font-size: 0.7rem;
    text-transform: uppercase;
    text-align: center;
    background: #ffffff;
    color: #00254f;
    padding: 0.2rem 0.5rem;
    transition-duration: .2s;
}

#shows-table-container table tbody tr td a:hover{
    background: #787063;
    color: #ffffff;
    transition-duration: .2s;
}

.proximosShows .content-page{
    padding-bottom: 70px;
    padding-top: 80px;
}

::i-block-chrome, .proximosShows .content-page{
    padding-top: 4rem;
}

.proximosShows .top-banner{
    height: 350px;
    background: #787063;
    background-image: url(../../img/banner-top5.jpg);
    background-size: cover;
    position: relative;
    background-position-x: left;
}

.proximosShows .top-banner .back{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1rem 0rem;
    background: rgba(0, 0, 0, 0.5);
    animation: to-top 1.5s;
}

@keyframes to-top{
    0%{
        opacity: 0;
        bottom: -3rem;
    }
    50%{
        opacity: 0;
        bottom: -3rem;
    }
    80%{
        opacity: 1;
        bottom: 0;
    }
    100%{
        opacity: 1;
        bottom: 0;
    }
}

.proximosShows .top-banner .back .content-page{
    padding: 0;
}

.proximosShows .top-banner .back img{
    width: 300px;
    animation: show 1.5s;
}

@keyframes show{
    0%{
        opacity: 0;
    }
    80%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

.proximosShows table tr td{
    border-top: 0.5px solid #787063;
    border-bottom: 1px solid #787063;
    padding: 10px;
    font-size: 0.9em;
    line-height: 1.2em;
}

.proximosShows table tr td:nth-child(4){
    text-transform: uppercase;
}

.proximosShows tr{
    transition-duration: .2s;
}

.proximosShows tr:hover{
    color: #cabca5;
    cursor:pointer;
    transition-duration: .2s;
}

.proximosShows .wp{
    background: #787063;
    color: black;
    font-size: 0.9rem;
    padding: 0.2rem 0rem;
    line-height: 0.9rem;
}
.proximosShows .wp a{
    text-decoration: none;
    color: #101010;
}
.proximosShows .wp a:hover{
    text-decoration: none;
    color: #00254f!important;
}
.proximosShows .wp img{
    width: 1rem;
    margin: 0rem 0.5rem;
    vertical-align: sub;
}

section.redesSociales{
    background: #272727;
    padding-top: 4rem;
    padding-bottom: 3rem;
}

section.redesSociales h2{
    color: white;
}

section.redesSociales h2::after{
    background: white;
}

.redesSociales .content-grid{
    display: inline-flex;
}

.redesSociales .content-grid .content-red{
    display: inline-block;
    width: 25%;
}

::i-block-chrome, .content-red{
    width: 25%;
    float: left;
}

.redesSociales .fb-page{
    width: 100%;
}

.redesSociales iframe{
    width: 100% !important;
    min-width: 0 !important;
}

.redesSociales blockquote{
    width: 100% !important;
}

.redesSociales h3{
    color: #787063;
    font-size: 1.2rem;
    position: relative;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.redesSociales h3 span{
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: bottom;
    margin-right: 0.5rem;
}

.redesSociales h3 span img{
    width: 100%;
    height: 100%;
}

section.youtube{
    background: #272727;
    color: #FFF;
}

.youtube .content-page{
    margin-bottom: 4rem;
}

.youtube h3{
    color: #787063;
    font-size: 1.2rem;
    position: relative;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.youtube h3 span{
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: bottom;
    margin-right: 0.5rem;
}

.youtube h3 span img{
    width: 100%;
    height: 100%;
}

.youtube .content-grid{
    display: inline-table;
    width: 100%;
}

.youtube .content-grid .video{
    display: inline-block;
    width: 25%;
    padding: 0% 0.3%;
}

.suscribe{
    margin: 0;
    font-size: 0.9rem;
    margin-top: 0.5rem;
    color: #757575;
    font-weight: 500;
    text-align: right;
}

.suscribe a{
    font-size: 0.7rem;
    text-transform: uppercase;
    text-align: center;
    background: #ffffff;
    color: #00254f;
    padding: 0.2rem 0.5rem;
    margin-left: 0.6rem;
    transition-duration: .2s;
}

.suscribe a:hover{
    background: #787063;
    color: #ffffff;
    transition-duration: .2s;
}

section.contact{
    background: black;
    padding: 4rem 0;
}

.contact h2{
    color:white;
}

.contact h2::after{
    background: white;
}

.contact form{
    position: relative;
}

.contact form .box-input{
    width: 50%;
    display: inline-block;
}

.contact form .box-text{
    position: absolute;
    right: 0;
    width: 50%;
    top: 0;
    padding-left: 1rem;
    margin: 0;
    height: 10.3rem;
    padding-bottom: 1rem;
}

.contact form .box-text textarea{
    height: 100%;
    resize: none;
}

input, textarea{
    background-color: rgba(255, 255, 255, 0.15);
    border: none;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    color:#FFF;
    font-size: 0.9rem;
    line-height: 1.2rem;
    transition-duration: .2s;
}

input:focus,
textarea:focus{
    outline: none;
    background-color: rgba(255, 255, 255, 0.2);
    transition-duration: .2s;
}

.contact form .action{
    text-align: right;
}

.contact form .action span{
    position: absolute;
    left: 0;
    font-size: 0.9rem;
    line-height: 0.9rem;
}

.contact form .action span i{
    font-size: 1.4rem;
    margin-left: 0.5rem;
    vertical-align: sub;
}

.contact form .action button{
    font-size: 0.7rem;
    text-transform: uppercase;
    text-align: center;
    background: #ffffff;
    color: #00254f;
    padding: 0.2rem 0.5rem;
    margin-left: 0.6rem;
    transition-duration: .2s;
    border: none;
    border-radius: 0;
    transform: none;
}

.contact form .action button:hover{
    background: #787063;
    transform: none;
    color: white;
}

.contact form .action button:focus{
    transform: none;
    background: #736c62;
    color: white;
    outline: none;
}

.contact-area{
    font-size: 16px;
    margin: 10px 0px;
}

.contact-area a{
    margin-right: 10px;
}

.contact-datos{
    margin: 10px 0px;
}

section.galeria {
    padding-top: 80px;
    padding-bottom: 80px;
}
#galeria {
    background-color: rgba(0, 37, 79, 0.11);
    padding-bottom: 32px;
}
#galeria div[class^="col"] {
    margin-top: 8px;
}
#galeria img {
    padding-top: 8px;
    padding-bottom: 8px;
}

div.social {
    margin-top: 25px;
}

p.help-block {
    color:white;
}

div.footer{
    border-top: 1px solid #ccc;
    min-height: 20vh !important;
    content: 'viewport-units-buggyfill; min-height:20vh !important;';
    background-color: #101010;
    font-size: 14px;
}

.footer img{
    width: 40px;
    margin:0 auto;
}

.vinculos-footer{
    margin: 20px 0px;
    font-size: 18px;
}

.footer a{
    padding: 10px;
}

.footer a:hover{
    color: #FFF;
    text-decoration: none;
    transition: all .2s;
}

.modal-header{
    background: #00254f;
    color: white;
    padding-right: 2rem;
}

.modal-header h4{
    font-size: 1rem;
    line-height: 1.2rem;
}

.modal-header .close {
    margin-top: -2px;
    color: #fff;
    opacity: .8;
    position: absolute;
    right: 1rem;
    top: 1rem;
}

.close:hover, .close:focus {
    color: #fff;
    opacity: 0.8;
}

.modal-body ul li{
    list-style: circle;
    font-size: 0.9rem;
    line-height: 1rem;
    margin-bottom: 0.8rem;
}


@media(max-width:1024px){
    .nav > li > a {
        padding: 15px 8px;
        font-size: 0.7rem;
    }
}

@media(max-width:992px){
    .navbar-header{
        height: 3.2rem;
        margin: 0 !important;
    }
    .navbar-default .navbar-toggle{
        float: none;
        margin: 0;
        position: absolute;
        right: 1rem;
        border: none;
        top: 0.6rem;
        color: white;
    }
    .navbar-brand {
        left: 10px;
    }
    .youtube .content-grid .video {
        width: 50%;
    }
    .navbar > .container-fluid .navbar-brand {
        margin-left: -0.4rem;
    }
    .playlist span{
        display: none;
    }
}

@media(max-width:768px){
    .container-fluid > .navbar-collapse{
        position: absolute;
        width: 100%;
        background: #00254f;
        margin: 0;
    }
    .redesSociales .content-grid {
        display: block;
    }
    .redesSociales .content-grid .content-red {
        display: block;
        width: 100%;
    }
    .nav > li > a {
        padding: 10px 8px;
        font-size: 0.9rem;
    }
}

@media(max-width:600px){
    .proximosShows table tr{
        margin-bottom: 1rem;
        display: block;
    }
    .proximosShows table tr td {
        border-top: none;
        border-bottom: none;
        padding: 5px 0;
        font-size: 0.9em;
        line-height: 1.2em;
        display: block;
    }
    #shows-table-container table tbody tr td a{
        display: inline-block;
    }
    .proximosShows .content-page {
        padding-bottom: 3rem;
    }
    .about .content-page {
        padding: 3rem 0rem;
    }
    .about .text {
        padding-right: 0%;
    }
    .about .text p {
        padding-right: 0;
    }
    .about .text .obra {
        position: relative;
        width: 100%;
        margin-top: 1rem;
    }
    .discografia .content-grid .disc {
        width: 50%;
    }
    .content-grid a figcaption {
        position: relative;
        width: 99%;
        height: 4rem;
        background: transparent;
        opacity: 1;
        margin-top: 0.5rem;
    }
    .content-grid a figcaption p {
        color: #00254f;
        position: initial;
        width: calc(100% - 1rem);
        opacity: 1;
    }
    .content-grid figure {
        margin-bottom: 0.6rem;
    }
    section.bibliografia {
        padding: 3rem 0rem;
    }
    .bibliografia .content-grid a {
        width: 100%;
    }
    .contact form .box-input {
        width: 100%;
    }
    .contact form .box-text {
        position: relative;
        width: 100%;
        padding-left: 0;
        padding-bottom: 1rem;
    }
}

@media(max-width:500px){
    .youtube .content-grid .video {
        width: 100%;
    }
    .suscribe {
        margin-top: 0.5rem;
        text-align: left;
    }
    .suscribe a {
        margin-left: 0;
        display: block;
        width: 12rem;
    }
    .proximosShows .top-banner .back img {
        width: 240px;
    }
    .playlist {
        width: 2.5rem;
        height: 2.6rem;
        border-radius: 0;
        right: 0;
        bottom: 3.5rem;
        padding: 0.6rem;
    }
}
