@import url("http://fonts.googleapis.com/css?family=Lato:300,400,900");

body{
    font-family: 'Lato','Gochi Hand', cursive;
}
p {
    font-weight: 100;
}
/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font: bold 14px/normal "Noto Sans", sans-serif;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	font: bold 14px/normal "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

/* restore screen-reader-text */
.pagination .current .screen-reader-text {
    position: absolute !important;
}

#divBG{
    background: url("img/img01.jpg") top center no-repeat;
    background-size: auto 100%;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index:0;
    height:100vh;
}


.site{
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    position: relative;
}

.site-content section{
    overflow: hidden;
}

.content-controls-carrusel{
    width: 100%;
    position: relative;
    height: 48px;
    background: #212121;    
    border-radius: 0px 0px 12px 12px;
}

.carousel-inner{
    overflow: visible;
}

.carousel-indicators{
    bottom: -60px;
}

.carousel-indicators li{
    width: 12px;
    height: 12px;
    border-radius: 6px;
    border: solid 0px;
    opacity: 1;
    background-color:#727272 !important;
}

.carousel-indicators{
    /*background-color:#727272 !important;*/
}

.carousel-indicators .active{
    background-color:#ececec !important;
}

.carousel-caption {
    bottom: 0px;
    padding: 0px;
    height: 0px;
}


.content-controls-carrusel .carousel-control-next,.content-controls-carrusel .carousel-control-prev{
    background: #727272;
    border-radius: 12px;
    width: 48px;
    height: 48px;
    opacity: 1;
}

.content-controls-carrusel .carousel-control-next{
    border-radius: 12px 0px 12px 12px;
}

.content-controls-carrusel .carousel-control-prev{
    border-radius: 0px 12px 12px 12px;
}

.site-header{
    background: rgba(0, 0, 0, 0.75);
    height: 48px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 10;
    opacity: 0;
}

.site-footer{
    background: rgba(0, 0, 0, 0.75);
    height: 48px;
    width: 100%;
    margin-top: 24px;
}

.site-header h1, .site-footer h1{
    color: #ececec;
    line-height: 48px;
    text-align: center;
    font-size: 24px;
    margin-bottom: 0;
}

.linkInicio{
    padding-top: 60px;
}

.tarjetaContenido{
    background: #000;
    border-radius: 12px;
    overflow: hidden;
}

.tarjetaContenido.alto_ventana_tarjeta{
    /*height: 446px;*/
}

.carousel-inner, .carousel-item, .carousel-inner div{
    /*height: 350px;*/
}

.carousel-item h5{
    visibility: hidden;
}
.carousel-item.active h5{
    visibility: visible;
}

.cabezalTarjetas{
    background: #212121;
    border-radius: 12px 12px 0px 0px;
    width: 100%;
    height: 48px;
    position: relative;
}

.cabezalTarjetas.cabezalTarjetasVideos{
    /*background: #f44336;*/
}

.tarjetaContenido.tarjetaContenidoVideo .carousel-indicators .active{
    background: #f44336;
}

.cabezalTarjetas h1{
    color: #ececec;
    margin-left: 48px;
    line-height: 48px;
    font-size: 24px;
}

.cabezalTarjetas.cabezalTarjetasVideos h1::before{
    content: ' ';
    background: url('img/iconoVideo.png') center center no-repeat;
    border-radius: 12px 12px 12px 0px;
    width: 48px;
    height: 48px;
    position: absolute;
    left: 0px;
}

.cabezalTarjetas.cabezalTarjetasMusica{
    /*background: #4caf50;*/
}

/*.carousel-indicators .active.youtube{
    background-color:#f43a36 !important;
}

.carousel-indicators .active.facebook{
    background-color:#3f51b5 !important;
}
.carousel-indicators .active.spotify{
    background-color:#4caf50 !important;
}
.carousel-indicators .active.soundcloud{
    background-color:#ff5722 !important;
}
.carousel-indicators .active.instagram{
    background-color:#9c27b0 !important;
}
.carousel-indicators .active.twitter{
    background-color:#03a9f4 !important;
}*/

.tarjetaContenido.tarjetaContenidoMusica .carousel-indicators .active{
    background: #4caf50;
}

.cabezalTarjetas.cabezalTarjetasMusica h1::before{
    content: ' ';
    background: url('img/iconoMusica.png') center center no-repeat;
    border-radius: 12px 12px 12px 0px;
    width: 48px;
    height: 48px;
    position: absolute;
    left: 0px;
}

.cabezalTarjetas.cabezalTarjetasTimeline h1::before{
    content: ' ';
    background: url('img/iconoTimeline.png') center center no-repeat;
    border-radius: 12px 12px 12px 0px;
    width: 48px;
    height: 48px;
    position: absolute;
    left: 0px;
}

.cabezalTarjetas.cabezalTarjetasContacto h1::before{
    content: ' ';
    background: url('img/iconoContacto.png') center center no-repeat;
    border-radius: 12px 12px 12px 0px;
    width: 48px;
    height: 48px;
    position: absolute;
    left: 0px;
}

.espacioInicial{
    width: 100%;
    position: relative;
    background: center center no-repeat url('img/logo.svg');
    background-size: 75%;
    height: 350px;
    max-width: 1140px;
    margin: 0px auto;
}

.contenedorBotonInicio{
    width: 48px;
    position: fixed;
    top: 72px;
    right: 0px;
    z-index: 1000;
    display: block;
    transition: width 1s;
}

.botonInicio{
    width: 48px;
    height: 48px;
    border-radius: 12px 0px 0px 12px;
    margin-bottom: 24px;
    background: #212121 center center no-repeat;
    display: block;
    position: relative;
    /*border: solid 1px #ececec;*/
}
.botonInicio a{
    width: 48px;
    height: 48px;
    display: block;
    float: none;
    border-radius: 12px;
    background: transparent center center no-repeat;
}

.botonInicio.botonInicioVideos a{
    background-image: url('img/iconoVideo.png');
}

.botonInicio.botonInicioMusica a{
    background-image: url('img/iconoMusica.png');
}

.botonInicio.botonInicioFotos a{
    background-image: url('img/iconoFoto.png');
}

.botonInicio.botonInicioCalendario a{
    background-image: url('img/iconoCalendario.png');
}

.botonInicio.botonInicioTimeline a{
    background-image: url('img/iconoTimeline.png');
}

.botonInicio.botonInicioContacto a{
    background-image: url('img/iconoContacto.png');
}

/*.botonInicio.botonInicioVideos{
    background: #f44336;
}

.botonInicio.botonInicioVideos a{
    background: #d32f2f url('img/iconoVideo.png') center center no-repeat;
}

.botonInicio.botonInicioMusica{
    background: #4caf50;
}

.botonInicio.botonInicioMusica a{
    background: #388e3c url('img/iconoMusica.png') center center no-repeat;
}

.botonInicio.botonInicioFotos{
    background: #9c27b0;
}

.botonInicio.botonInicioFotos a{
    background: #7b1fa2 url('img/iconoFoto.png') center center no-repeat;
}

.botonInicio.botonInicioCalendario{
    background: #ff5722;
}

.botonInicio.botonInicioCalendario a{
    background: #e64a19 url('img/iconoCalendario.png') center center no-repeat;
}

*/

.cabezalTarjetas.cabezalTarjetasFotos h1::before{
    content: ' ';
    background: url('img/iconoFoto.png') center center no-repeat;
    border-radius: 12px 12px 12px 0px;
    width: 48px;
    height: 48px;
    position: absolute;
    left: 0px;
}

.tarjetaContenido.tarjetaContenidoFotos .carousel-indicators .active{
    background: #9c27b0;
}


.cabezalTarjetas.cabezalTarjetasCalendario h1::before{
    content: ' ';
    background: url('img/iconoCalendario.png') center center no-repeat;
    border-radius: 12px 12px 12px 0px;
    width: 48px;
    height: 48px;
    position: absolute;
    left: 0px;
}

.tarjetaContenido.tarjetaContenidoCalendario .carousel-indicators .active{
    background: #ff5722;
}

.fb-video, .fb-post, .fb-page{
    overflow-y: auto;
    overflow-x: hidden;
    display: block !important;
    height: 100%;
    background: #ececec;
    width: 100%;
}

@media (max-width: 767.98px) {
    .fb-video{
        background: #212121;
    }
}


.fb_iframe_widget_fluid span, .fb_iframe_widget iframe{
    width: 100% !important;
}

.fb_iframe_widget span{
    margin: auto;
    display: block !important;
}

.carousel-caption h5{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.btnMenu{
    width: 48px;
    height: 48px;
    position: absolute;
    right: -48px;
    top: 0px;
    background: url('img/iconoMenu.png') center center no-repeat;
    transition: right 1s;
    cursor: pointer;
}

footer ul.icons {
    height: 48px;
    margin: 0px auto;
    padding: 0px;
    display: block;
    width: fit-content;
    position: relative;
}

footer ol, footer ul {
    list-style: none;
}

footer .icons li {
    display: block;
    float: left;
    height: 48px;
    width: 48px;
    text-align: center;
}

footer .icons li a{
    height: 48px;
    width: 48px;
    display: block;
}

footer .icon {
    font-size: 24px;
    line-height: 48px;
}

.icon > .label {
    display: none;
}

.icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

footer a.icon{
    color: #727272;
}
footer a.icon:hover{
    color: #ececec;
    text-decoration: none;
}

.tarjetaContenidoContacto form{
    padding: 12px;
}

.tarjetaContenidoContacto form label{
    color: #212121;
    width: 100%;
}

.tarjetaContenido.tarjetaContenidoContacto{
    background: #ececec;
}

.tarjetaContenidoContacto form input, .tarjetaContenidoContacto form textarea{
    border: 0px solid;
    border-radius: 6px;
    width: 100%;
    padding-left: 6px;
}

.tarjetaContenidoContacto form input[type=submit]{
    background: #727272;
    border: 0px solid;
    color: #ececec;
    border-radius: 6px;
    width: 96px;
    float: right;
}

.carousel-item .marca-sitio{
    opacity: 1;
    -webkit-transition: opacity 2s, visibility 2s;
    -moz-transition: opacity 2s, visibility 2s;
    -o-transition: opacity 2s, visibility 2s;
    transition: opacity 2s, visibility 2s;

    visibility: visible;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.75) center center no-repeat;
    background-size: 75% auto;
    width: 100%;
    height: 100%;
}

.carousel-item.active .marca-sitio{
    visibility: hidden;
    opacity: 0;
}

.carousel-item{
    min-height: 150px;
    background: url('img/spinneru99.gif') no-repeat center center;
    background-size: 96px;
}

.logosSitiosContent{
    position: relative;
    padding: 48px 0px;
}

.logosSitios{
    float: left;
    position: relative;
    display: block;
    height: 100px;
    background: no-repeat center center;
    background-size: 75% auto;
    opacity: 0.5;
    cursor: pointer;
}

.logosSitios:hover{
    opacity: 1;
}

.logosSitiosText{
    text-align: center;
    color: #ececec;
    opacity: 0.5;
    border-bottom: solid 2px #ececec;
}

.fondoTexto{
    margin-top: 48px;
    padding: 48px;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 6px;
}
.paginas{
    color: #ececec;
}

.paginas h2{
    border-bottom: solid 2px #ececec;
}

.bandcamp-album{
	min-height: 446px;
}