
/* GENERAL */
@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i';

html,
body {
	/*background: url(../img/fons_2019.jpg) no-repeat top;*/
	/*background-image: linear-gradient(-180deg,#6766cc,#11d0e0);*/
    /*background-color: #0a453d;*/
	background: url(../img/fons_2019.jpg) no-repeat fixed center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    color:#666;
    font-size: 17px;
    line-height: normal;
}

a{
    color:#11d0e0;
}

a:hover,
a:focus,
a:active{
    text-decoration: none;
    color: inherit;
}

h1, h2, h3, 
h1 > a, h2 > a, h3 > a,
h1 > a:hover, h2 > a:hover, h3 > a:hover{
    color: #11d0e0;
    font-weight: 700;
    margin: 0;
}

h1{
    font-size: 42px;
    line-height: 40px;
    color: #6766cc;
	/*color: #11d0e0;*/
    /*text-transform: uppercase;*/
}

h2{
    font-size: 34px;
    line-height: 32px;
}

h3{
    font-size: 20px;
}

h1 > span{
    display: inline-block;
    vertical-align: top;
    margin-top: 16px;
    padding: 5px 10px;
    border: 1px dotted #666;
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
    color: #666;
}

.subtitulo,
.subtitulo a{
    font-size: 32px;
    line-height: 34px;
    font-weight: 400;
}

h2.small{
    font-size: 24px;
    line-height: 22px;
}

h2.list{
	margin-top: 15px;
}

h3.small{
    font-size: 18px;
    line-height: 16px;
}

h3.ctn{
    color:#666;
}

label{
    font-weight: 600;
}

.semi-b{
    font-weight: 600;
}
.bg-cover{
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.img-full-w{
    width: 100%;
}

.opacity:hover{
    opacity: .6;
    filter: alpha(opacity=60);
    transition: opacity ease-in-out .2s;
}

.auto-width{
    width: auto;
}

.sp-top-xs{
    margin-top: 7px;
}

.sp-top-sm{
    margin-top: 15px;
}

.sp-top-md{
    margin-top: 30px;
}

.sp-top-bg{
    margin-top: 60px;
}

.sp-bottom-sm{
    margin-bottom: 15px;
}

.sp-bottom-md{
    margin-bottom: 30px;
}

.sp-bottom-bg{
    margin-bottom: 50px;
}

.btn-default,
.btn-primary{
    font-weight: 700;
    text-transform: uppercase;
    border-color: #11d0e0;
}

.btn-default{
    color: #11d0e0;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default:active:hover,
.btn-default:active:focus{
    border-color: #11d0e0;
    color: #11d0e0;
    background-color: #88e7ef;
}

.btn-primary{
    background-color: #11d0e0;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:hover,
.btn-primary:active:focus{
    background-color: #88e7ef;
    border-color: #88e7ef;
}

.form-control:focus {
    border-color: #11d0e0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(4,69,63,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(4,69,63,.6);
}

.btn-lg{
	/*font-size: 20px;*/
	/*min-width: 300px;*/
}

.main-container{
    background: #fff;
}

.pagination {
    margin: 0;
    vertical-align: middle;
}

.pagination > li > a, 
.pagination > li > span {
    color: #11d0e0;
    border-color: #11d0e0;
}

.pagination > li > a:focus, 
.pagination > li > a:hover, 
.pagination > li > span:focus, 
.pagination > li > span:hover {
    color: #11d0e0;
    background-color: #e6edec;
    border-color: #11d0e0;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover{
    background-color: #11d0e0;
    border-color: #11d0e0;
}

.pagination > .disabled > a, 
.pagination > .disabled > a:focus, 
.pagination > .disabled > a:hover, 
.pagination > .disabled > span, 
.pagination > .disabled > span:focus, 
.pagination > .disabled > span:hover{
    border-color: #11d0e0;
}

.fa-inverse {
  color: #11d0e0;
}

.fa-inverse-peu {
  color: #fff;
}

/* CABECERA */
nav{
    position: relative;
}

.navbar-brand{
    height: auto;
    padding: 0;
}

.navbar-brand img{
	width: 80%;
	padding: 0px 20px;
}

.idiomas{
    padding-right: 20px;
}

.idiomas,
.idiomas > a{
    line-height: 34px;
    color: #11d0e0;
    font-size: 18px;  
}

.redes{
    padding-right: 15px;
}

.redes a{
    color: #6766cc;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: opacity ease-in-out .2s;
}
.redes a:hover{
    opacity: .6;
    filter: alpha(opacity=60); 
}

.busqueda input{
    margin-right: 5px;
    border-color: #11d0e0;
    background: transparent;
    color: #fff;
}
.busqueda .btn-link{
    padding: 0;
    color: #11d0e0;
}

.busqueda .form-group{
    width: 120px;
}
.busqueda .form-group .form-control{
    width: 70px;
    display: inline-block;
}

#navbar > .nav > li > a {
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    padding:15px 20px;
    transition: opacity ease-in-out .2s;
}

#navbar > .nav > li > a:hover,
#navbar > .nav > li > a:active,
#navbar > .nav > li > a:focus,
#navbar > .nav > li > a:active:hover,
#navbar > .nav > li > a:active:focus{
    background: transparent;
    opacity: .7;
    filter: alpha(opacity=70);
}

.navbar-toggle {
    border: 1px solid #fff;
    position: absolute;
    right: 0.3rem;
    top: 6rem;
}

.navbar-toggle > .icon-bar{
    background-color: #fff;
}


/* PIE */
.redes-pie{
    color:#999;
}
.redes-pie a{
    color: #ccc;
    cursor: pointer;
}

.redes-pie a:hover{
    color: #bbb;
}

footer{
    padding-top: 30px;
    padding-bottom: 40px;
    background: #6766cc;
    color: #fff;
    font-size: 15px;
    line-height: 18px; 
}

.pie1 img{
    margin-right: 30px;
}

.pie1 > strong{
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.pie2 img{
    margin-bottom: 10px;
}

.pie3,
.pie3 a{
    font-size: 14px;
    color: #000;
    font-weight: 600;
}



/* PORTADA */

.carousel-caption{
    padding: 15px;
    /*background-color: #11d0e0;*/
    background-color: rgba(103, 102, 204, .6);
}

.carousel-caption > .titulo,
.carousel-caption > .titulo a{
    font-size: 18px;
    line-height: 16px;
    font-weight: 700;
    color: #fff;
}

.carousel-caption > .subtitulo,
.carousel-caption > .subtitulo a{
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}

.carousel-indicators{
    bottom: -40px;
}

.carousel-indicators li{
    background: #e5e5e5;
    border: 0;
    height: 12px;
    width: 12px;
}

.carousel-indicators .active{
    background: #91999f;
    border: 0;
    margin: 1px;
}

.ticket{
    display: table;
    /*max-width: 100%;*/
    max-width: 350px;
    height: 80px;
    background-image: url("/img/fdo-ticket.jpg");
    background-size: 100%;
}

.ticket > a{
    display: table-cell;
    padding-left: 20px;
    vertical-align: middle;
    color: #fff;
    font-size: 24px;
    font-weight: 700;   
}

.ticket > a > span{
    display: block;
    font-weight: 400;
	line-height: 18px;
}

.venta-numero{
    font-weight: 600;
}
.venta-horario{
	font-size: 13px;
	line-height: 10px;
}

.caja-verde{
    background: #50e3c2;
    padding: 10px 20px;
    margin-bottom: 1px;
}

#calendario1{
    background: #50e3c2;
    padding: 10px 15px;
    min-height: 238px;
}

.calendari_meses {
    width: 100%;
    padding: 0;
    border: 0;
    color: #000;
    font-weight: 700;
    font-size: 16px;
}
.calendari_meses a{
    cursor: pointer;
}
.calendari_dies {
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px;
    padding: 0;
    border: 0;
    margin-top: 15px;
}
.calendari_dies .dia {
    width: 14%;
    padding: 5px 7px;
    text-align: right;
    color: #fff;
    font-weight: 700;

    font-size: 19px;
    line-height: 19px;
}

.calendari_dies .diamarca {
    background-color: #fff;
    color:#50e3c2;
    cursor: pointer;
}

.calendari_dies .diamarca:hover{
    color: #666;
}

.calendari-fletxes {
    color: #000;
}

.calendari-fletxes:hover{
    opacity: .6;
    filter: alpha(opacity=60);
    transition: opacity ease-in-out .2s;
}

.fecha{
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.fecha2{
    font-size: 15px;
    color: #999;
}

.fecha3{
    color: #000;
    font-weight: 600;
}

.desc-list{
    font-size: 15px;
    color: #333;
    padding-top: 5px;
}

.info-concierto{
    font-size: 18px; 
    color: #999;
}

.caracteristicas-concierto{
    padding-top: 5px;    
}

.caracteristicas-concierto img{
    float: left;
    margin-right: 5px;
}

.caracteristicas-conciertos{
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px;
    border: 1px dotted;
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
    color: #000;
    border-color: #000;
}

.color-ultimas{
    color: #6633cc;
    border-color: #6633cc;
}

.color-agotadas{
    color: #ff3300;
    border-color: #ff3300;
}

.color-nuevo{
    color: #ff33ff;
    border-color: #ff33ff;
}

.color-destacado{
    color: #ff9900;
    border-color: #ff9900;
}

.color-anulado{
    color: #ff3300;
    border-color: #ff3300;
}

.color-club{
    color: #666;
    border-color: #666;
}

.color-jazz{
    color: #666;
    border-color: #666;
}

.num-conciertos{
    display: inline-block;
    padding-left: 15px;
    font-size: 15px;
}


/* FESTIVAL */

.fecha-festival{
    font-size: 24px;
    font-weight: 600;
}

.video {
    height: 420px;
}

.frase {
	font-size: 26px;
	line-height: 26px;
	color: #11d0e0;
	padding-left: 70px;
	padding-right: 40px;
}


/* CONCIERTO */

.info-concierto .titulo{
    color: #666;
}

.txt-gris-1{
    color: #999;
}

.anadir-calendario {
	padding-left: 0px;
}

.anadir-calendario li{
	list-style: none;
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px dotted #ccc;
}

.popover-content {
	height: 200px;
	overflow-y: auto;
}

/* ABONOS */

.btn-list{
    margin-top: 5px;
}

.desc-abono{
    padding-top: 5px;
    color: #999;
}


/* LUGARES */

.desc-lugar,
.desc-lugar a{
    font-size: 16px;
    color: #333;
}
.desc-lugar small a{
    font-size: 12px; 
}

.desc-lugar iframe{
    width: 100%;
}

/* PATROCINADORES */
.patrocinadores > li{
    display: table;
    margin-bottom: 30px;
}

.patrocinadores > li > div{
    display: table-cell;
    height: 110px;
    border: 1px solid #ccc;
    vertical-align: middle;
    text-align: center;
}


/* CONTACTO */

.legal{
    font-size: 13px;
}
/* MEDIA QUERIES */


@media (min-width: 480px) {

    .carousel-caption > .titulo,
    .carousel-caption > .titulo a{
        font-size: 30px;
        line-height: 30px;
    }
	
	.navbar-toggle {
		top: 3.3rem;
	}
	
	.navbar-brand{
		height: auto;
		padding: 0;
	}
	
}

@media (min-width: 768px) {

    h1 {
        font-size: 60px;
        line-height: 58px;
    }
	
	h2.list{
		margin-top: 0px;
	}
	
    .c1{
        clear: left;
    }

    .carousel-caption > .titulo,
    .carousel-caption > .titulo a{
        font-size: 40px;
        line-height: 40px;
    }
	
	.busqueda .form-group{
		width: 206px;
	}
	.busqueda .form-group .form-control{
		width: 160px;
	}
	
	#navbar > .nav > li > a {
		padding:15px 8px;
	}
	
	.navbar-brand img{
		width: 100%;
		padding: 0px 0px;
	}
}

@media (min-width: 992px) {

    /*#
        navbar > .nav{
        position: absolute;
        bottom: 0;
        right: -8px;
    }
    */

    .c1{
        clear: left;
    }
    .carousel-caption > .titulo,
    .carousel-caption > .titulo a{
        font-size: 50px;
        line-height: 50px;
    }

    .carousel-caption > .subtitulo,
    .carousel-caption > .subtitulo a{
        font-size: 36px;
    }	
}

@media (min-width: 1200px) {

    #navbar > .nav{
        position: absolute;
        bottom: 0;
        right: -8px;
    }

    .carousel-caption > .titulo,
    .carousel-caption > .titulo a{
        font-size: 60px;
        line-height: 60px;
    }

}






