@charset "utf-8";
/* CSS Document */

p {line-height: 1.5em; letter-spacing: 0.3px;font-size: 15px;}
.img-logo {
position: absolute;
top: 0px;

}

.logo {display: none;}

.textura-left {position: absolute;left: 0px;top: 0px;}

.textura-right {position: absolute;right: 0px;bottom: 0px;}

.single-album {
	/*background: #151515; */
background: rgba(83,0,110,1);
background: -moz-linear-gradient(top, rgba(47, 0, 62) 0%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(47, 0, 62)), color-stop(100%, rgba(0,0,0,1)));
background: -webkit-linear-gradient(top, rgba(47, 0, 62) 0%, rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top, rgba(47, 0, 62) 0%, rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top, rgba(47, 0, 62) 0%, rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgbav 0%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53006e', endColorstr='#000000', GradientType=0 );
	position: relative;
}

.text-white { color: white; }

.espacio-parrafo {padding-left: 40px;}

#mobnav-btn i {
    font-size: 30px;
}

.playlist-wrap {
    padding: 220px 80px 220px;
	background-position: bottom;
}

.titulo-banner {
	font-size: 4em;
	text-transform: uppercase;
	color: white;
	line-height: 60px;
	text-shadow: #CCC 1px 0 10px;
}

.subtitulo-banner {
font-size: 19px;
color: #ffc300;
line-height: 25px;
padding-top: 10px;
}

.tour-date {
    font-size: 30px;
    float: right;
}
.tour-ticket {
    margin-left: 23px;
    display: block;
}

.tour-info {
    color: #FF00A4;
	font-weight: 500;
}

.pp_details{
	display: none;
}

#team-wrap {
    padding: 90px 0 100px;
    position: relative;	
}

#intro p {
    margin: 0px 0px 25px;
    font-size: 18px;
    font-weight: 600;
    padding: 0px 19%;
    line-height: 29px;
}

.team_profile_wrap {
    background: #fff;
    border: none;
}

#contact {
   /* background: #111;*/
    padding: 100px 0;
	position: relative;
	
	background: rgba(83,0,110,1);
background: -moz-linear-gradient(top, rgba(47, 0, 62) 0%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(47, 0, 62)), color-stop(100%, rgba(0,0,0,1)));
background: -webkit-linear-gradient(top, rgba(47, 0, 62) 0%, rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top, rgba(47, 0, 62) 0%, rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top, rgba(47, 0, 62) 0%, rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgbav 0%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53006e', endColorstr='#000000', GradientType=0 );
}

#team-wrap {
	background-image: url(../images/banner-fondo.jpg);
	background-repeat:no-repeat;
	background-size: cover;;
}

elemento {
}
.intro-overlay {
    height: 40%;
}

#home-video #intro, #home-slider #intro {
    background: #00008b70;
}

#intro h3 {
    color: #E5D481;
}

#contact form input {
    border: none;
    background: #000;
    border-radius: 3px;
    height: 40px;
    padding: 0 15px;
    color: #e4d07e;
    width: 70%;
    display: block;
    margin-bottom: 15px;
}

#contact form textarea {
    width: 100%;
    border: none;
    background: #000;
    border-radius: 3px;
    height: 200px;
    padding: 15px;
    color: #e3ce7c;
    display: block;
    margin-bottom: 15px;
}

.centauri {
	position: fixed; right: 0px; max-width: 110px; top:20px;
	}

.footer {
    padding: 60px 0;
    background: #000;
}

@media (max-width: 991.98px) {
	.logo {display: block; z-index: 99;}
	.logo-movil {width: 200px;}
	.logo-escritorio {display: none !important;}
	.espacio-parrafo {padding-left: 0px; }
	
	.playlist-wrap {
    padding: 80px 80px 80px;
    text-align: left;
	}
	
	.titulo-banner {
    font-size: 2.8em;
    text-transform: uppercase;
    color: white;
    line-height: 45px;
    text-shadow: #CCC 1px 0 10px;
	}
	
	#mobnav-btn {
	width: 80px;
	display: block !important;
	float: right;
	right: -40%;
	color: #fff;
	margin-top: -60px;
	}
	
	.subtitulo-banner {
	font-size: 20px; color: #ffc300;
	}
	
	#intro p {
    padding: 0px 1%;
	}
	
	.centauri {
	position: fixed;
	right: 0px;
	max-width: 80px;
	top: 90px;
	}
	
}

@media (max-width: 575.98px) {
	.titulo-banner {
    font-size: 2.5em;
    text-transform: uppercase;
    color: white;
    line-height: 40px;
    text-shadow: #CCC 1px 0 10px;
	text-align: center;
	}
	
	.subtitulo-banner {
	font-size: 18px;
	color: #ffc300;
	font-weight: 600;
	padding-top: 20px;
	text-align: center;
	}
	
	.btn-default {
    background: #FF00A4;
    border: 2px solid #FF00A4;
    color: #fff;
    padding: 14px 13px;

	}
	
	#intro h3 {
    font-size: 22px;
	}
	
	#intro p {
    font-size: 15px;
    line-height: 24px;
	}
	
}
