@charset "utf-8";
/* ------- pageloader --------- */
#pageloader { 
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: #212529;
  z-index: 99999;
}
.colored-border {
  border-color: #F5A00F !important;
}
.loader-item {
  position: absolute;
  width: 44px;
  height: 44px;
  margin: -22px 0 0 -22px;
  top: 50%;
  left: 50%;
  text-align: center;
  background: #212529;
  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: 'Montserrat', sans-serif;
	background: #212529; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
figure img{ width:100%;}
.thumbnail {
	padding:0;
	border:none;
	border-radius:0;
	margin-bottom:30px
}
a{
	color:#F5A00F;
	-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:#202528;
}
h1,h2,h3,h4,h5{
	margin-top:0;
}
h1 {
	font-size:30px;
	text-align:center
}
h1 span {
}
.btn{ border-radius:0; }
.btn-default {
    color: #FFF;
    background-color: #F5A00F;
    border-color: #FFF;
}
.gallery{ overflow:hidden;}
header{}

.navbar-brand img {
	max-width:181px;
}

/* slider home */
.camera_wrap{
	max-height:600px;
}
.camera_target_content {
	background:url(../img/logo_0.png) no-repeat center center;
}

/* boxes home */
.box1 .txt, .box2 .txt, .box3 .txt, .box4 .txt{
	max-width:980px;
	margin:auto;
	text-align:center;
	color:#FFFFFF;
	padding:50px 15px;
}
.box1 h1, .box2 h1, .box3 h1{ color:#FFFFFF; }

/* box1 */
.box1{
	background:#F5A00F url(../img/flecha-1.png) no-repeat top center;
	
}
.box1 .txt{}

/* box2 */
.box2{
	background:#212529 url(../img/flecha-2.png) no-repeat top center;
}
.box2 h1 { font-weight:300;}
.box2 h1 span, .box4 h1 span{ font-weight: 700}
.box2 span, .box4 span, .box2 .dato i{color:#F5A00F}
.box2 .txt{font-size:26px;}

/* box3 */
.box3 {
	background: url(../img/bg1.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.box3 h1{ margin-bottom:40px }

.box3 a {
    color: #FFFFFF;
	font-size:16px;
    background-color: #212429;
    border-color: #000000;
	margin:4px;
	display:block;
}
.box3 a:hover {
    color: #FFFFFF;
    background-color: #F5A00F;
}

/* box4 */
.box4 {
	background: #EFEFEF;
	overflow:hidden;
}
.box4 .txt{ max-width: none; }
.box4 h1 { color:#111111; font-weight:300; margin-bottom:40px}

/* box-noticia */
.box-noticia { margin-bottom:30px;}
.box-noticia figure { margin-bottom:20px;}
.box-noticia h2 { font-size:18px; }
.box-noticia a { text-decoration:none;}

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

/* menu */
header .navbar{ margin-bottom:0;}
.navbar-inverse {
	background:#F5A00F;
}

.navbar-brand {
	padding:0;
}

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

/* 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 */
.box-noticia {
	background:#FFFFFF;
	overflow:hidden;
	padding:30px;
}

.box-noticia-home {
	background:#FFFFFF;
	overflow:hidden;
	padding:30px;
	margin-bottom:30px;
}
.box-noticia-home a:hover{ text-decoration:none;}
.box-noticia-home a:hover h2{ color:#F5A00F;}
.box-noticia-home h2 {
	padding:0;
	margin:0;
	font-size:18px;
	padding-top:20px
	
}

.navbar-inverse .navbar-nav>li>a { color:#FFF;}
	
@media (min-width: 1090px) {
	
	#camera_wrap_1, .cameraContents { min-height:540px;}
}
@media (min-width: 768px) {
	
	/* menu header */
	.navbar-brand {
		padding:5px;
	}
	
	header .navbar{
		border:none;
		/*border-radius:0;*/
		margin-bottom:0;
		border-radius:0;
	}
	.navbar-right { margin-right:0}
	.navbar-inverse .navbar-nav>li{  }
	.navbar-inverse .navbar-nav>li>a {
		color: #FFFFFF;
		font-size:16px;
		text-transform:uppercase;
		padding-top:20px;
		padding-bottom:20px;
	}
	
	.navbar-inverse .navbar-nav>li>a:hover {
		background:#E42822;
		color: #FFF;
	}
	
	.navbar-inverse .navbar-nav>.active>a { background-color: #FCC303; }

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

	/* submenu colores */
	.dropdown-menu {
		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;
	}
	
	.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
		color: #E1E1E1;
		text-decoration: none;
		background-color: #F5A00F;
	}	


	/* .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:#F5A00F;}
	
	.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;
	}
	
	/* slider home */
	.camera_target_content {
		background:url(../img/logo_1.png) no-repeat center center;
		
	}
	
	/* box */
	.box1 .txt, .box2 .txt, .box3 .txt{
		padding:80px 15px;
	}
	/* box1 */
	.box1{}
	.box1 h1{ font-size:40px; font-weight:700} 
	.box1 .txt{
		font-size:20px;
	}
	
	/* box2 */
	.box2 h1 { font-size: 40px}
	.box2 h1 span{ font-weight: 900}
	.box2 .dato { font-size:36px;font-weight: 700 }
		
	/* box3 */
	.box3 {padding:80px 0;}
	.box3 h1 { font-size: 40px; font-weight:700}
	.box3 a { display: inline-block;}
	
	/* box4 */
	.box4 h1{ font-size:40px }
	.box4 .txt{ margin-left:15px; margin-right:15px;}
	
	/* article */
	article{
		padding:30px;
		min-height:500px;
	}
	
	/* 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 */

.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;

}

/* gallery */

figure.ampliar{
	background: #F5A00F 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{text-align:center; color:#838383; padding:80px 0}
footer .copy{
	}

/* box-redes */

.box-redes{
	padding:40px 0;
}
/*
.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;
}

.box-redes img:hover{
	-moz-transform: rotate(70deg);
	-webkit-transform: rotate(70deg);
	-o-transform: rotate(70deg);
	-ms-transform: rotate(70deg);
	transform: rotate(70deg);
}
*/
.box-redes a { margin:0 5px}
.box-redes a img{
   transform:rotateY(0deg);
   transition-duration: 500ms;
   -webkit-transform:rotateY(0deg);
   -webkit-transition-duration: 500ms;
}
.box-redes a:hover img {
   transform:rotateY(360deg);
   transition-duration: 500ms;
   -webkit-transform:rotateY(360deg);
   -webkit-transition-duration: 500ms;
}


/* formulario */

.form-control {
    color: #111;
    border: 1px solid #F5A00F;
    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);
}

#mapa{ width:100%; height:350px;}



/* 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);
}

/* Codigos QR */

.qr_box{}
.qr_box .qr_txt h4{ font-size:24px; font-weight:800;}
.qr_box .qr_txt{ text-transform:uppercase; margin-top:10px}
.qr_box .qr { max-width:350px; margin:auto}
.qr_box .qr img { width:100%;}

.qr_w_box{
	margin-top:20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.qr_w_box figure{
	max-width:200px
}


@media (max-width: 768px) {

	.box-redes, .copy { text-align: center;}
	.scrollup { display:none!important;}
	
	.btn-contratar{ text-align:center}
	.foto-artista{ margin-bottom:15px;}

	.container_{
		margin-top:0;
	}
	
}