@charset "utf-8";
/* ------- pageloader --------- */
#pageloader { 
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: #F1F1F1;
  z-index: 99999;
}
.colored-border {
  border-color: #444444 !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 --------- */
/* 
font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Montserrat', sans-serif;
 */
 
@media (min-width: 1200px){
.container {
    width: 970px; 
}
}

body{
	background-color:#F2F2F2;
	font-family: 'Montserrat', sans-serif;
}
.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{ width:100%;}
.thumbnail {
	padding:0;
	border:none;
	border-radius:0;
	margin-bottom:12px
}
a{
	color:#444444;
	-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 {
	text-decoration:none;
	-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:#A0211F;
}
h1,h2,h3,h4,h5{
	margin-top:0;
}
h1 {
	font-size:26px;
}
h2{ font-size:20px; font-weight:700 }
h3{ font-size:16px; font-weight:700 }
h1 span,h2 span  { font-weight:700 }
.btn{ border-radius:0; }
.btn-default {
    color: #FFF;
    background-color: #D94043;
	border:none;
}
.gallery{ overflow:hidden;}

.navbar-brand {
	/*background: #FFF*/
}
.navbar-brand img {
	max-height:50px;
	padding:4px;
}
header { padding:15px 0; background-color:#F2F2F2}

.navbar-inverse {
	background:#D94043;
}
.navbar-inverse .navbar-nav a {}

/* logo */
.logo{
	float:left;
	margin-top:20px;
	max-width:550px;
}
/* info-top */
.info-top{
	float:right;
	text-align:right;
	color:#646472;
	margin-top:20px;
}
.info-top h5{
	font-size:14px;
}
.info-top h5 span{ font-weight:700; color:#D94043;}
.info-top i{ color:#D94043;}

/* slider home */
.box-top-home{
	background:#202021;
	padding:15px 0;
	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; }

.camera_wrap .camera_caption a.btn {background-color: #1EBEA5; padding:8px 15px; color:#FFF; text-transform:uppercase; font-size:11px;}

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

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

}

.camera_wrap{
	
}


/* box-noticia */
.box-noticias{ padding-top:18px;}
.box-noticia { margin-bottom:30px;}
.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;}

/* box-portfolio */
.tit-portfolio{
	background: #444444 url(../fotos/03.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	height:150px;
	text-align:left;
}
.tit-portfolio span{
	background:rgba(255,255,255,.75);
	bottom:0;
	left:0;
	right:0;
	padding:10px;
	position:absolute;	
}
.box-portfolio { margin-bottom:30px; text-align:center}
.box-portfolio figure { margin-bottom:20px;}
.box-portfolio h2 { font-size:18px; }
.box-portfolio a { text-decoration:none;}

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

/* Listado productos */

.boxProducto{
	border-bottom:#000 solid 1px;
	margin-bottom:30px;

}

.boxProducto .imgProd {
	/*height:320px; /* 318px */
	overflow:hidden;
	position:relative;
}

.boxProducto .txtProd{
	padding:10px 5px;
	height:120px;
	width:100%;
	text-align:center;

    /* -- IE --*/
    background:rgb(160, 33, 31); 
	background: transparent\7;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c1010394,endColorstr=#c1010394);
	zoom: 1; 
	/* -- IE --*/

    background: rgba(160,33,31,.76); /* todos */
	color:#FFF;

	position:absolute;
	bottom:-60px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.imgProd:hover .txtProd {
	bottom:0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}


.boxProducto figure{
	text-align:center;
}
.boxProducto figure img{

}
.boxProducto h2{
	font-size:16px;
	text-transform:uppercase;
	color:#FFF;
}



/* article */
article{
	padding-top:30px
}
article h1{ border-bottom:#F2F2F2 solid 1px; padding-bottom:15px; margin-bottom:15px } 

article ul,article ol {
	background:#F2F2F2;
	padding:15px 30px;
	border-radius:4px;
}

  
/* banner */ 

.box-banner{ margin-top:15px;}

/* menu */
 .navbar{
	margin-bottom:0;
	border:none;
}


.navbar-brand {
	padding:0;
}

/* .sidebar-nav */
.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 {
	background-color:#F2F2F2;
	padding:30px 0;
}
.home-cont-noticias h1{
	text-transform:uppercase;
	color:#D94043;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:28px;
	font-weight:bold;
	text-align:center;
}
.home-cont-noticias h1 { background:url(../img/h1.gif) repeat-x center center }

.home-cont-noticias h1 span { background:#F4F4F4; padding: 0 20px; } 

.home-cont-noticias h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
}
.box-noticia {
	background:#F2F2F2;
	overflow:hidden;
	padding:30px;
}

.box-noticia-home {
	overflow:hidden;
	margin-bottom:12px;
	text-align:center;
	background:#FFF;
}
.box-noticia-home .txt{ padding:15px;}
.box-noticia-home a h2{ color:#D94043;  font-size:26px; }
.box-noticia-home a:hover{ text-decoration:none;}
.box-noticia-home a:hover h2{ color:#212429;}
.box-noticia-home h2 {}
.box-noticia-home figure {}

/*  box servicios */
.home-servicios{
	background-color:#D94043;
	color:#FFF;
	padding:30px 0;
	text-align:center
}
.home-servicios h1 {
	font-size:28px;
	font-weight:bold;
	color:#FFF;
	text-transform:uppercase
}
.servicio{

}
.servicio h2{ color:#FFF; font-size:20px; font-weight:300; min-height:44px; }
.servicio figure{
}
.navbar-inverse .navbar-nav>li>a { color:#FFF;}
	
@media (min-width: 768px) {
	
	header{
	}

	/* 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:none;
		/*border-radius:0;*/
		border-radius:0;
	}
	.navbar-collapse{ padding-right:0;}
	
	.navbar-right { margin-right:0}
	
	.navbar-inverse {
		
	}
	
	.navbar-inverse .navbar-nav>li{}
	
	.navbar-inverse .navbar-nav>li>a {
		text-transform:uppercase;		
		padding:15px;		
	}
	
	.navbar-inverse .navbar-nav>li>a:hover {		
		background-color:#A0211F;
		color: #FFFFFF;
	}
	
	.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {background-color:#D94043; }

	 .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: #FFF;
		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:#D94043;
		padding:10px;
	}
	
	.dropdown-menu>li>a:hover, .dropdown-menu>.active>a:hover, .dropdown-menu>li>a:focus {
		color: #FFF;
		text-decoration: none;
		background-color:#A0211F;
	}	
	.dropdown-menu>.active>a {
      background-color: #D94043;
	}

	/* .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:#444444;}
	
	.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;
	}
	
	/* article */
	article{
		background:#FFF;
		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 home */

	.box-top-home .camera_caption h1 { font-size:30px}

} 

/* slider */

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

/* aside */

.box-aside{
	margin-top:20px;	
}

.box-aside h4{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:22px;
	font-weight:bold;
}

.box-aside .nav>li{
	margin-bottom:2px
}
.box-aside .nav>li>a{
	background:#394046;
	color:#FFFFFF;
}

/* gallery */

figure.ampliar{
	background: #444444 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;}
footer a{}

footer .info-pie{
	background: url(../img/logo-pie.png) no-repeat center 20px;
	padding:114px 0 20px 0;
	color:#5F5F5F;
	text-align:center;	
}
footer .info-pie i { visibility:hidden}

footer .copy{
	background:#5F5F5F;
	border-top:#FFF solid 1px;
	color:#A7A7A7;
	text-align:center;
	padding:15px 0;	
}
@media (min-width: 768px) {
	footer .info-pie{
		background-position:left center;
		padding:20px 0 20px 380px;
		text-align:left;
	}
	footer .info-pie i { visibility:visible;}
	
}

/* box-redes */

.box-redes{
	padding:10px 0;	
}
.box-redes img { max-width:26px; vertical-align:middle; }
/*
.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 2px}
.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 #444444;
    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) {
	.navbar-inverse {
		///* background-color:#A0211F;*/
	}
	.box-redes, .copy { text-align: center;}
	header, .scrollup { display:none!important;}	
	.btn-contratar{ text-align:center}
	.foto-artista{ margin-bottom:15px;}
}

/* box-paises */

.box-paises .nav li a {
	text-align:left;
}
.box-paises .nav li {
	margin-bottom:2px;
}

.box-paises .nav li a img {
	margin-right:10px;
}