/* CSS Document */
@import url(fuentes/fuentes.css);
body{
	margin:0;
	padding:0;
	display:block;
}
header{
 position: absolute;
 z-index: 10;
 width: 100%;
 top: 0;
 left: 0;
}
header .login-header{
	padding-top: 10px;
	padding-bottom: 5px;
	background: #6BAAD6;
}
header .login-header .form-control{
	height: 25px;
	font-size: 12px;
	 font-family: 'museo_sans';
	background: #6BAAD6;
	border-color: #FFFFFF;
	color:#FFFFFF;s
}
header .login-header .btn{
	height: 25px;
	font-size: 12px;
	 font-family: 'museo_sans';
	background: #FFFFFF;
	padding: 3px;
	padding-right: 20px;
	padding-left: 20px;
	color: #6BAAD6;
}
header .login-header a{
	 font-family: 'museo_sans';
	color: #FFFFFF;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;


}
header .login-header .form-control::-webkit-input-placeholder { color: #dddddd; }
header .login-header .form-control:-moz-placeholder { color: #dddddd;}
header .login-header .form-control::-moz-placeholder { color: #dddddd;}
header .login-header .form-control:-ms-input-placeholder { color: #dddddd; }


header #botonera{
	position: fixed;
	width: 100%;
	left: 0;
	top:0;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

header #botonera #logo{
	max-width: 80%;
}

header #botonera .boton-menu{
	font-size: 30px;
	padding: 5px;
	height: 50px;
	text-align: right;
	display: none;
	 font-family: 'museo_sans';
}
header #botonera .boton-menu a{
	display: inline-block;
	text-decoration: onone;
	padding: 5px;
	height: 50px;
}

header #botonera .boton-menu-close{
	font-size: 30px;
	height: 50px;
	text-align: left;
	display: none;
	 font-family: 'museo_sans';
}
header #botonera .boton-menu-close a{
	padding: 5px;
	display: block;
	height: 50px;
	text-decoration: none;
	color: #239bcc;
}
header #botonera .boton-menu-close a:hover{
	background: #239bcc;
	color: #FFFFFF;
}


header #botonera  .botoness-header{
	text-align: right;
	margin-top: 80px;
}
header #botonera  .botoness-header ul{
	display:inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
}
header #botonera  .botoness-header ul li{
	display: table-cell;
	list-style: none;
}
header #botonera  .botoness-header ul li a{
	 font-family: 'museo_sans'; 
	display: block;
	padding: 10px;
	padding-left: 20px;
	padding-right: 0px;
	color: #FFFFFF;
	font-size: 18px;
	text-shadow: 0 0 2px #000000;
}
header #botonera  .botoness-header ul li a.carrito{
	padding-left:30px; 
}
header #botonera  .botoness-header ul li a.carrito img{
	height: 30px;
	margin-right: 10px;
}
header #botonera  .botoness-header ul li.redes-botonera{
	display: none;
}
header #botonera  .botoness-header .redes-botonera img {
	background: #6BAAD6;
	margin-left: 5px;
	padding: 3px;
	border-radius: 0.5em;
}
header #botonera  .oculto{
	display: none;
}
header #botonera.botonerafija{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: #FFFFFF;
	height: 51px;
	-webkit-box-shadow: 0 0 5px 0 #000000;
	box-shadow: 0 0 5px 0 #000000;
}
header #botonera.botonerafija #logo{
	height: 50px;
	position: relative;
}
header #botonera.botonerafija .botoness-header{
 margin-top: 0;
}
header #botonera.botonerafija  .oculto{
	display: block;
}
header #botonera.botonerafija  .botoness-header ul li a{
	 font-family: 'museo_sans'; 
	display: block;
	padding: 15px;
	padding-left: 20px;
	padding-right: 20px;
	color: #239bcc;
	font-size: 16px;
	text-shadow: none;
}
header #botonera.botonerafija  .botoness-header .redes-botonera{
	display: none;
}
#home{
	position: relative;
	overflow:hidden;
}
.fondo_full{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	z-index: 1;
}
#video-background{
	position: fixed;
	width: 100%;
	height: 100%;
	top:0px;
	left: 0;
	z-index: 0;
}
.intro-home{
	position: fixed;
	min-height: 100px;
	z-index: 2;
	padding-top: 20px;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	padding-bottom:20px;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;™
}
 .seccion-completa{
        scroll-behavior: smooth;
        scroll-padding-top: 50px;
    }
    
    .icono-dwon{
        font-size: 28px;
        transition: transform .3s ease;
        animation: moveUpDown 1s ease-in-out infinite;
}

.icono-one i{
     animation: moveUpDown 1s ease-in-out infinite;
}

@keyframes moveUpDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6px);
    }
}
 
.intro-home a{
	color: #FFFFFF;
	font-size: 30px;
	cursor: pointer;
}
.logo-blanco{
	position: fixed;
	top: 0;
	left:50%;
	margin-left: -500px;
	padding: 10px;
	margin-bottom: 30px;
	border-radius:10em;
	max-height: 200px;
	/*background: rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 5px 0 #000000;
	box-shadow: 0 0 5px 0 #000000;*/
}
#desnosotros{
	overflow: hidden;
	 font-family: 'museo_sans'; 
	font-size:40px;
	color: #FFFFFF;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	text-shadow: 0 0 3px #000000;
}
#flechanosotros{
	margin-top: 10px;
	cursor: pointer;
}

.cuerpo-seccion{
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	background: no-repeat center center fixed; 
  	-webkit-background-size: cover;
 	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	background: #FFFFFF;
  	z-index: 3;
  	border-top: 50px #FFFFFF solid;
}


.franja-inicial{
	display:block;
	padding-top: 20px;
	padding-bottom: 20px;
	width:100%;
	position:relative;
	z-index: 2;
	background: no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-shadow: 1px 1px 1px  #000000;
	 font-family: 'museo_sans';
	font-size: 16px;
	color: #ffffff;
	font-weight: 300;
	text-align: center;
}

.franja-inicial h2{
	 font-family: 'museo_sans'; 
	color: #FFFFFF;
	font-size: 60px;
	text-shadow: 3px 3px 1px rgba(0,0,0,0.6);
	text-align: center;

}
video{
	position:absolute;
	height: auto;
    min-height: 100%;
    min-width: 100%;
	top:0px;
	left: 0;
	z-index: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.botones-inferior{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	text-align: center;
}
.botones-inferior ul {
	display: table;
	width: 100%;
	background: #000000;
	padding: 0px;
	margin: 0;
	border-radius: 1em 1em 0 0;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
}
.botones-inferior ul li{
	display: table-cell;
	position: relative;
	margin: 0;
}
.botones-inferior ul li a{
	display: block;
	padding: 10px;
	color: #FFFFFF;
	font-size: 18px;
	text-transform: uppercase;
	cursor: pointer;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: 300;
	 font-family: 'museo_sans'; 
}
.botones-inferior ul li a span{
	font-weight: 700;
}
.botones-inferior ul li a:hover{
	text-decoration: none;
}
.botones-inferior ul li:hover{
	text-decoration: none;
	background: #FFFFFF;
}
.botones-inferior ul li ul{
	position: absolute;
	display: none;
	z-index: 4;
	width: 100%;
	background: #FFFFFF;
	bottom: 100%;
	left: 0;
	padding: 0;
	padding-top: 10px;
}
.botones-inferior ul li:hover ul{
	display: block;
}
.botones-inferior ul li ul li{
	display: block;
}
.botones-inferior ul li ul li a{
	font-size: 14px;
	padding: 8px;
}

#produccion {
	border-color:#efc257; 
	/*background-image:url(/skins/page/images/imagen-amarillo.jpg);*/
}


#produccion .botones-inferior ul{
	background: #efc257;
}
#produccion .botones-inferior ul li ul{
	background: #FFFFFF;
}
#produccion .botones-inferior ul li a{
	color: #000000;
}
#produccion .botones-inferior ul li ul li:hover a{
	background: #efc257;
}


#disenio  {
	border-color:#00a543;
}
#disenio  .botones-inferior ul{
	background: #00a543;
	overflow: hidden;
}
#disenio  .botones-inferior ul li {
	min-width: 200
}
#disenio  .botones-inferior ul li a{
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 300;
}
#disenio  .botones-inferior ul li:hover a{
	color: #00a543;
}
#disenio  .botones-inferior ul li:hover{
	background: #FFFFFF;
	background:  rgba(255,255,255,0.5);
}



#btl  {
	border-color:#239bcc;
}
#btl  .botones-inferior ul{
	background: #239bcc;
	overflow: hidden;
}
#btl  .botones-inferior ul li{
	min-width: 200px;
}
#btl  .botones-inferior ul li a{
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 300;
}
#btl  .botones-inferior ul li:hover a{
	color: #239bcc;
}
#btl  .botones-inferior ul li:hover{
	background: #FFFFFF;
	background:  rgba(255,255,255,0.5);
}


#atl {
	border-color: #fb4c35;
}

#atl  .botones-inferior ul{
	background: #fb4c35;
	overflow: hidden;
}
#atl  .botones-inferior ul li{
	min-width: 200px;
}
#atl  .botones-inferior ul li a{
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 300;
}
#atl  .botones-inferior ul li:hover a{
	color: #fb4c35;
}
#atl  .botones-inferior ul li:hover{
	background: #FFFFFF;
	background:  rgba(255,255,255,0.5);
}

#contacto {
	position: relative;
	z-index: 2;
	background: #FFFFFF;
	background: no-repeat center center fixed; 
	background-image:url(/skins/page/images/imagen-contacto.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#contacto .formulario-contacto{
	padding-top: 60px;
	padding-bottom: 60px;

}
#contacto .formulario-contacto .info-contacto{
	 font-family: 'museo_sans';
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #239bcc;
}
#contacto .formulario-contacto .form-control{
	 font-family: 'museo_sans';
}
#contacto .franja-medios{
	background: #EEEEEE;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	 font-family: 'museo_sans';
	font-size: 18px;
}
#contacto .franja-medios img{
	max-width: 100%;
}
#contacto .franja-contacto{ background:url(/skins/page/images/fondo-contacto.jpg) center center; text-align: center; }
#contacto .franja-contacto h2{  font-family: 'museo_sans'; font-size:70px; font-weight:700; color:#FFFFFF; text-shadow: 3px 3px 1px rgba(0,0,0,0.2);  display:inline-block; vertical-align:middle; width:500px;}
#contacto .franja-contacto h2 img,#contacto .franja-contacto h2 span{ display:inline-block; vertical-align:middle; }
#contacto .franja-contacto div{ display:inline-block; vertical-align:middle; width:450px;}
#contacto .franja-contacto div h3{ font-family: 'museo_sans'; font-size:13px; color:#FFFFFF; font-weight:normal; margin-bottom:10px;}
#contacto .franja-contacto div h3 img,#contacto .franja-contacto div h3 span{ display:inline-block; vertical-align:middle; }
#contacto .franja-contacto div h3 img{ width:40px; }
#contacto .franja-contacto div h3 span{ width:350px; text-align:left;}
#contacto .derechos{
	 font-family: 'museo_sans';
color:#239bcc; text-align:right; padding-top:30px; padding-bottom:30px; }



#popup{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	position: fixed;
	overflow: auto;
	z-index: 20;
	top: 0;
	left: 0;
	text-align: center;
	display: none;
	padding: 0;
}
#popup .cerrar-popup{
	position:fixed;
	right: 20px;
	top: 10px;
	font-size: 40px;
	line-height: 40px;
	color:#FFFFFF;
	z-index: 12;

}
#popup .cerrar-popup:hover{
	color:#239bcc;

}

#popup .content-popup{
	width: 100%;
	height: 100%;
	margin:0;
	padding: 0;

	position: relative;
	overflow:hidden;
	background: #FFFFFF;
	-webkit-box-shadow: 0 0 5px 0 #000000;
	box-shadow: 0 0 5px 0 #000000;
}

.titulo-modal{
	 font-family: 'museo_sans';
	text-transform: uppercase;
	text-align: left;
	border-bottom: 1px #CCCCCC solid;
}

#frase-home{
	background: #FFFFFF;
	position: relative;
	padding-top: 95px;
	padding-bottom: 40px;
	font-family: 'museo_sans';
	font-size: 16px;
	z-index: 9;
}

#nuestros-clientes{
	position: relative;
	/*background: url(/skins/page/images/fondo-clientes.jpg) top center no-repeat;*/
	background: #FFFFFF;
	z-index: 9;
	padding-top: 95px;
	padding-bottom: 30px;
	-webkit-box-shadow: 0 0 5px 0 #000000;
box-shadow: 0 0 5px 0 #000000;
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#nuestros-clientes h2{
	font-family: 'museo_sans';
	font-size: 50px;
	color: #999999;
	text-align: center;
}

#carousel_clientes ul li img{
	max-width: 100%;
	border-radius: 0.5em;
}
#carousel_clientes ul li{
	padding: 20px;
}

.boton-cerrar{
	font-size: 20px;
	display: block;
	text-align: left;
	padding:5px;
	color: #333333;
	display: none;
}

.boton-menu-responsive{
	display: none;
	position:absolute;
	left: 0;
	bottom: 0;
	z-index: 8;
	background: #000000;
	color: #FFFFFF;
	padding: 10px;
	font-size: 20px;
	border-radius: 0 0.5em 0 0;

}
.boton-menu-responsive:hover{
	color: #000000;
	text-decoration: none;
}

#produccion .boton-menu-responsive{
	background: #efc257;
}

#disenio .boton-menu-responsive{
	background: #00a543;
}

#btl .boton-menu-responsive{
	background: #239bcc;
}

#atl .boton-menu-responsive{
	background: #fb4c35;
}





@media (max-width:992px) and (min-width:0px){
	header .login-header{
		display: none;
	}
	header #botonera{
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		background: #FFFFFF;
		height: 51px;
		-webkit-box-shadow: 0 0 5px 0 #000000;
		box-shadow: 0 0 5px 0 #000000;
	}
	header #botonera #logo{
		height: 50px;
		position: relative;
	}
	header #botonera .botoness-header{
	 	margin-top: 0;
	 	position: fixed;
		width: 200px;
		height: 100%;
		background:#FFFFFF;
		right:0;
		top: 0;
		z-index: 30px;
		-webkit-box-shadow: 0 0 5px 0 #000000;
		box-shadow: 0 0 5px 0 #000000;
		display: none;
	}

	header #botonera .botoness-header ul{
		display: block;
		padding: 5px;
	}
	header #botonera .botoness-header ul li , header #botonera .botoness-header ul li.oculto,header #botonera.botonerafija .botoness-header ul li.oculto{
		display: block;
		text-align: center;
		border-bottom: 1px #CCCCCC solid;
	}
	header #botonera .botoness-header ul li.redes-botonera, header #botonera .botoness-header ul li.redes-botonera.oculto{
		border:0; 
		margin-top: 10px;
	}
	header #botonera .boton-menu ,header #botonera .boton-menu-close{
		display: block;
	}

	#produccion .titulo-produccion{
		text-align: center;
	}

	#produccion .texto-production{
		width: 90%;
		margin:0;
		margin-top:30px;
		margin-bottom: 30px;
		padding:20px;
		background: rgba(255,255,255,0.5);
		border-radius: 0.5em;
	}
	#produccion .botones-produccion{
		margin:0;
		margin-bottom: 30px;
	}
	#disenio{
		background-image:url(/skins/page/images/trama.png);
		background-color: #F2F9F2;
	}
	#disenio .titulo-disenio{
		text-align: center;
		margin-bottom: 20px;
	}
	#disenio .icono-disenio{
		text-align: center;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	#disenio .footer-disenio{
		background:#00a543;
		background: rgba(0,103,11,0.7);
		width: 98%;
		position: relative;
		margin: 0;
		margin-bottom: 20px;
		border-radius:0.5em;
		padding: 20px;
	}
	#btl .icono-btl{
		margin: 0;
		width: 95%;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#btl .botones-btl{
		margin: 0;
		width: 95%;
		margin-top: 20px;
		margin-bottom: 20px;
	}
		#contacto .franja-contacto{
			text-align: center;
		}
	#contacto .franja-contacto div{ display:inline-block; width:90%;}
	#contacto .franja-contacto h2{  font-family: 'museo_sans'; font-size:50px; font-weight:700; color:#FFFFFF; text-shadow: 3px 3px 1px rgba(0,0,0,0.2);  display:inline-block; vertical-align:middle; width:100%;}
	#contacto .franja-contacto div h3{
		text-align: center;
		width: 100%;
	}
	#contacto .franja-contacto div h3 span{
		display: block;
		width: 100%;
		text-align: center;
	}
	#btl .botones-btl nav{
		width: 100%;
		margin:0;
	}
	#btl .botones-btl nav ul li a span { display:inline-block; font-weight:normal;}
	#btl .botones-btl .imagen-botones-btl{
		display: none;
	}

	.botones-inferior{
		position:absolute;
		height: 100%;
		overflow: none;
		z-index: none;
	}

	.botones-inferior nav{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 200px;
		height: 100%;
		z-index: 9;
		margin:none;
		background: #FFFFFF;
		padding: 0;
		overflow: auto;
		display: none;
	}
	.botones-inferior nav ul{
		display: block;
		border-radius: none;
		border-radius: 0;
	}

	.botones-inferior nav ul li ul{
		display: block;
		position: relative;
	}
	.botones-inferior nav ul li{
		display: block;
		min-width: 0;
	}
	.botones-inferior nav ul li a{
		font-size: 16px;
		padding: 5px;
	}
	.botones-inferior nav ul li ul li a{
		font-size: 12px;
		padding: 4px;
	}
	#produccion .botones-inferior ul li ul{
		border-radius:0;
		padding-top: 0;
	}
	.boton-menu-responsive, .boton-cerrar{
		display: block;
	}

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

	#produccion .titulo-produccion h2{
		font-size: 50px;
	}
	#produccion .botones-produccion{
		width:90%;
		padding-top: 0px;
		margin-left: 0px;
		text-align: center;
	}
	#produccion .botones-produccion .icono-produccion{
		position: relative;
		left: auto;
		top: auto;
		margin-left: 0px;
		height: 200px;
		z-index: 3;
	}  
	#produccion .botones-produccion nav{
		background: #fb4c35;
		min-height: 0px;
		border-radius: 0.5em;
		padding: 20px;
		position: relative;
		border:10px #FFFFFF solid;
		-webkit-box-shadow: 0 0 5px 0 #000000;
		box-shadow: 0 0 5px 0 #000000;
		text-align: center;
		padding-top: 50px;
		margin-top: -50px;
	}
	#produccion .botones-produccion nav:before{
		content: "";
		display: none;

	}
	#produccion .botones-produccion nav ul li ul{
	position:relative;
	display: none;
	background: #fb4c35;
	background: rgba(255,255,255,0.2);
	width:100%;
	min-height: 0px;
	border-radius: 0em;
	padding: 10px;
	border:0px;
	z-index: 9;
	top:0;
	margin-top:0px;
	right:auto;
	-webkit-box-shadow:none;
	box-shadow:none;
	}
	header #botonera  .botoness-header .redes-botonera{
		display: none;
	}
	header #botonera  .botoness-header ul li.redes-botonera{
		display: block;
	}

	.botones-inferior nav{
		position: absolute;
		top:0;
		left: 0;
	}

	.franja-inicial h2{
		font-size: 35px;
	}
	#frase-home{
		padding-top: 0;
	}
}



