@charset "utf-8";
/* ------- pageloader --------- */
#pageloader { 
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: #F1F1F1;
  z-index: 99999;
}
.colored-border {
  border-color: #251A2F !important;
}
.loader-item {
  position: absolute;
  width: 44px;
  height: 44px;
  margin: -22px 0 0 -22px;
  top: 50%;
  left: 50%;
  text-align: center;
  background: #F1F1F1;
  border-left: 4px solid;
  border-right: 4px solid;
  border-top: 4px solid;
  border-bottom: 3px solid transparent !important;
  border-radius: 22px;
}
/* ------- pageloader --------- */
/* CSS Document */
body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background:#202020 url(../img/bg.jpg) repeat;
}

.row {
    margin-right: -6px;
    margin-left: -6px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 6px;
    padding-left: 6px;
}
figure img, .logo img, .navbar-brand img{ width:100%;}
.thumbnail {
	padding:0;
	border:none;
	border-radius:0;
	margin-bottom:12px
}
a{
	color:#251A2F;
	-webkit-transition: all 350ms ease-out;
	-moz-transition: all 350ms ease-out;
	-ms-transition: all 350ms ease-out;
	-o-transition: all 350ms ease-out;
	transition: all 350ms ease-out;
}
a:hover {
	-webkit-transition: all 150ms ease-in;
	-moz-transition: all 150ms ease-in;
	-ms-transition: all 150ms ease-in;
	-o-transition: all 150ms ease-in;
	transition: all 150ms ease-in;
}

h1,h2{
	color:#251A2F;
}
h1,h2,h3,h4,h5{
	margin-top:0;
}
h1 {
	font-size:20px;
}
h2 { font-size:16px;}
h1 span,h2 span  { font-weight:700 }
.btn{ border-radius:0; }
.btn-default {
    color: #FFF;
    background-color: #251A2F;
    border-color: #FFF;
}
.gallery{ overflow:hidden;}
header{}
.box-idiomas{ font-size:10px; text-align:center; color:#DAECB6}
.box-idiomas a { color:#DAECB6; font-size:9px}
.box-idiomas a:hover{ color:#fff;}

.navbar-brand {
	max-width:250px;
	padding:0;
	height:35px;
	margin:4px 0 0 4px;
}

/* slider home */
.box-top-home{
	overflow:hidden;
}
.box-top-home .camera_caption, .box-top-home .camera_caption h1 {
	text-align:center;
	color:#FFF;
}
.box-top-home .camera_caption h1 { font-size:16px; font-weight:700; color:#B9B9B9}
.box-top-home .camera_caption p { margin-bottom:0;}

.box-top-home .camera_caption .btn {
	background-color:#251A2F;
	color:#BBB;
	text-transform:uppercase;
	font-size:12px;
	padding:6px 15px;
}
@media screen and (max-width: 1199px) {

}
@media screen and (max-width: 600px) {

}
@media (min-width: 1199px) {

}

.camera_wrap{
	
}



.container_{
	padding:12px;
}
/* main */ 
.main{
	background:#251A2F;
	margin-bottom:12px
}
/* box-noticia */
.box-noticias{ padding-top:18px;}
.box-noticia {
	background:#FFFFFF;
	overflow:hidden;
	padding:15px;
	margin-bottom:15px;
}
.box-noticia figure { margin-bottom:20px;}
.box-noticia h2 { /*font-size:18px; */}
.box-noticia a { text-decoration:none;}

.box-noticias .box-noticia:last-child{ margin-bottom:0;}

/* article */
article{
	background:#D1D1D1;
	padding-top:30px;
}

/* menu */
 .navbar{
	margin-bottom:0;
	min-height:40px;
	border:none;
	border-top: #575757 solid 1px;
	border-bottom: #251A2F solid 6px;
}
.navbar-inverse {
	background: transparent;
}

.navbar-brand {
	padding:0;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
	color:#999999;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    color: #999999;
	background-color:transparent;
}

/* .sidebar-nav */
.sidebar-nav .navbar-default .navbar-nav>li>a {
	border-bottom:#EFEFEF solid 1px;
}
.sidebar-nav .navbar-brand{ padding:15px;}
	

/* artista */
.artista { margin-bottom:15px;}
.artista a{ display:block; position:relative;}
.artista a h2{
	position:absolute; 
	bottom:0; left:0; 
	right:0; 
	background:rgba(245, 160, 15, .75); 
	text-align:center; 
	margin:0; 
	padding:10px 0; 
	text-transform:uppercase; 
	font-weight:400;
	-webkit-transition: all 350ms ease-out;
	-moz-transition: all 350ms ease-out;
	-ms-transition: all 350ms ease-out;
	-o-transition: all 350ms ease-out;
	transition: all 350ms ease-out;
}
.artista a:hover h2{
	background:rgba(0, 0, 0, .75);
	color:#FFF;
	-webkit-transition: all 150ms ease-in;
	-moz-transition: all 150ms ease-in;
	-ms-transition: all 150ms ease-in;
	-o-transition: all 150ms ease-in;
	transition: all 150ms ease-in;
}

/* box-noticia */
.home-cont-noticias {
	padding-top:12px;
}
.home-cont-noticias h1{
	color:#FFFFFF;
}
.home-cont-noticias h2 {
	background:#f1f1f1;
}
.box-noticia-home {
	background:#FFFFFF;
	overflow:hidden;
	margin-bottom:12px;
}
.box-noticia-home a h2{ color:#251A2F; text-align:center}
.box-noticia-home a:hover{ text-decoration:none;}
.box-noticia-home a:hover h2{ color:#212429;}
.box-noticia-home h2 {
	margin:0;
	font-size:14px;
	padding:12px
	
}
	
@media (min-width: 768px) {
	
	.logo{
		float:left;
		max-width:112px;
		margin-top:10px;
	}
	.logo-txt{
		width:370px;
		position:absolute;
		left:50%;
		margin-left:-185px;
		top:40px;
	}		
	
	/* header-top */
	.header-top {
		overflow:hidden;
		padding-bottom:10px;
		
	}
	.info-top {
		float:right;
		text-align:center;
		margin-top:50px;
	}
	.info-top .box-redes{margin-bottom:5px;}
	.info-top .box-redes a {margin:0 3px;}
	.info-top .box-redes img { width:24px;}
	.info-top .box-idiomas img { width:36px;}

	.info-top .box-redes img{ 
		-moz-transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	.info-top .box-redes div:hover i{
		-moz-transform: rotate(70deg);
		-webkit-transform: rotate(70deg);
		-o-transform: rotate(70deg);
		-ms-transform: rotate(70deg);
		transform: rotate(70deg);
	}

	/* menu header */
	.navbar-brand {
		padding:5px;
	}

    /* --- centrar menu --- */
	.navbar-nav {
		width: 100%;
		text-align: center;
	}
	.navbar-nav > li {
		float: none;
		display: inline-block;
	}
	/* ------------------- */ 
	
	 .navbar{
		border-radius:0;
	}
	.navbar-right { margin-right:0}
	.navbar-inverse .navbar-nav>li>a {
		font-size:15px;
		
	}
	
	.navbar-inverse .navbar-nav>li>a:hover {
		background:#000000;
		color: #999999;
	}
	
	/*.navbar-inverse .navbar-nav>.active>a { background-color:#251A2F;  }*/

	 .navbar-inverse .navbar-collapse,  .navbar-inverse .navbar-form {
		border: none;
	}

	/* submenu ::: muestra submenu con mousehover */
	
	  ul.nav li:hover > ul.dropdown-menu {
		display: block;
	  }
	  
	/* submenu colores */
	.dropdown-menu {
		padding:0;
		background-color: #000;
		border: 1px solid #ccc;
		border: 1px solid rgba(0,0,0,.15);
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
		box-shadow: 0 6px 12px rgba(0,0,0,.175);
	}
	
	.dropdown-menu>li>a {
		color: #FFF;
		/*background:#251A2F*/
	}
	
	.dropdown-menu>li>a:hover, .dropdown-menu>.active>a:hover, .dropdown-menu>li>a:focus {
		color: #E1E1E1;
		text-decoration: none;
		background-color:#251A2F;
	}	
	.dropdown-menu>.active>a {
      background-color: #251A2F;
	}

	/* main */ 
	.main{
		-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
		box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
	}

	/* .sidebar-nav */
	
	.sidebar-nav .navbar-default {
			background-color: #212529;
			border-color: #111;
		}
	.sidebar-nav .navbar-default .navbar-nav>li>a {
			color: #FFF;
			border-bottom:#535C66 solid 1px;
		}
	.sidebar-nav .navbar-default .navbar-nav>li>a:hover { background:#251A2F;}
	
	.sidebar-nav .navbar {
		border-radius:0;
	}
	.sidebar-nav .navbar .navbar-collapse {
		padding: 0;
		max-height: none;
	}
	.sidebar-nav .navbar ul {
		float: none;
		display: block;
	}
	.sidebar-nav .navbar li {
		float: none;
		display: block;
	}
	.sidebar-nav .navbar li a {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.sidebar-nav .navbar-default .navbar-nav>.active>a{
		color: #FFF;
		background-color: #FCC303;
	}
	
	/* tradingview-widget-container */
	.tradingview-widget-container{ margin-top:10px;}
	
	/* box-widget */
	.box-widget{ margin:20px 0; overflow:hidden}
	
	/* article */
	article{
		padding:20px;
		min-height:480px;
	}
	
	/* artista */
	.artista a h2{ font-size:18px; }
	.foto-artista{
		max-width:300px;
		float:right;
		margin: 0 0 15px 15px;
	}
	
	/* box-noticia */
	.box-noticia figure{
		max-width:300px;
		float:left;
		margin:0 30px 0 0;
	}
	
	.box-noticia-home { margin-bottom:0;}
	
	/* slider home */
	.box-top-home .camera_caption h1 { font-size:36px; font-weight:normal}
	.box-top-home .camera_caption {
		width:auto;
		left: 30%;
		right: 30%;
		bottom:30px!important;
	}
	.box-top-home .camera_caption .btn {
	
		font-size:14px;
		padding:10px 20px;
	}
	
	.home-slideshare{
		min-width:615px;
		float:left;
	}
	.home-tradingview{
		min-width:500px;
		float:left;
	}
	

} 

/* slider */

.bx-wrapper .bx-viewport ul  {
	padding:0;
}

/* aside */

aside h4{
	color:#FFFFFF;
	text-transform:uppercase;
	margin:6px;
	border-bottom:#FFFFFF solid 2px;
	text-shadow: 2px 2px 5px rgba(0,0,0,.75);
	font-size:14px
}

.box-aside{
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#429663+0,73c966+49,73c966+49,079640+50,0c9845+100 */
background: #429663; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #429663 0%, #73c966 49%, #73c966 49%, #079640 50%, #0c9845 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #429663 0%,#73c966 49%,#73c966 49%,#079640 50%,#0c9845 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #429663 0%,#73c966 49%,#73c966 49%,#079640 50%,#0c9845 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#429663', endColorstr='#0c9845',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

overflow:hidden;
margin-bottom:15px;
border-radius:6px;

}

.box-video{
	max-width:800px;
	margin:0 auto 30px auto;
	overflow:hidde	
}

.box-html{
	max-width:599px;
	margin:0 auto 30px auto;
	overflow:hidde	
}
/* gallery */

.gallery{
	background:#fff;
	padding:15px 15px 0 15px;
	margin-bottom:15px;
}

figure.ampliar{
	background: #251A2F url(../img/icon-lupa.png) no-repeat center center;
}
figure.ampliar:hover img{
	z-index:1;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

/* Box Personal */

.boxPersonal img{
	border-radius: 10px;
}

.boxPersonal h3{
	font-size:15px;
	font-weight:bold;
	border-top:#759E2E solid 4px;
	margin:0;
	padding: 10px 0 0  0;
}

.boxPersonal p{
	margin:0;
	padding:0 0 2px 0;
}

/* footer */

footer{
	background:#000;
	text-align:center; 
	padding:50px 0;
	color:#999;	
}


/* formulario */

.form-control {
    color: #111;
    border: 1px solid #251A2F;
    border-radius: 0;
}

label.error{
	font-weight:normal;
	font-size:12px;
	color:#C30;
}
input.error,select.error, textarea.error{
	border-color: #C30;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 51, 0, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 51, 0, 0.6);
}

.form-load {
	background:rgba(255,255,255,.75) url(../img/loading.gif) no-repeat center center;
	z-index:999;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
	

#mapa{ width:100%; height:250px; border:#FFF solid 6px; margin-top:30px}

.fechaNacimiento:before {
    content: attr(placeholder) !important;
    color: #aaa;
    margin-right: 0.5em;
  }
  .fechaNacimiento:focus:before,
  .fechaNacimiento:valid:before {
    content: "";
  }
  
/* boxVideo */

.boxVideo{
	margin-left:6px;
	margin-right:6px;
	margin-bottom:6px;
}

/* scrollup */

.scrollup {
	width: 40px;
	height: 40px;
	opacity: 0.3;
	position: fixed;
	bottom: 50px;
	right: 100px;
	display: none;
}

/* efecto */

.zoom {overflow:hidden;}
.zoom img {
    -webkit-transition:all .9s ease; /* Safari y Chrome */
    -moz-transition:all .9s ease; /* Firefox */
    -o-transition:all .9s ease; /* IE 9 */
    -ms-transition:all .9s ease; /* Opera */
    width:100%;
}

.zoom:hover img {
    -webkit-transform:scale(1.10);
    -moz-transform:scale(1.10);
    -ms-transform:scale(1.10);
    -o-transform:scale(1.10);
    transform:scale(1.10);
}

@media (max-width: 768px) {

	.copy { text-align: center;}
	.scrollup { display:none!important;}
	
	.btn-contratar{ text-align:center}
	.foto-artista{ margin-bottom:15px;}
	
	ul.nav li > ul.dropdown-menu {
		display: block;
		float:none;
		background:#000;
		position:inherit
	}
	ul.nav li > ul.dropdown-menu li a { color:#9d9d9d}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    background-color: #000;
}

}

.img-principal{
	margin-left:15px;
	margin-bottom:10px;
}