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

/*=============== CSS reset ===============*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


/********** FIN CSS reset ************/

* {margin: 0; padding: 0; outline: 0;}


body {
	font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 12px;
	background:#dfdbdb;

	
}


h1, h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin:0 0 15px 0;
}


h1 {
	font-size: 36px;
	letter-spacing: 0px;
	margin-top:1%;
	font-family: 'Open Sans', sans-serif;
	line-height: 100%;
	padding-left:35px;
	color: #fe0000;
		text-align:center;
}

h1.title {
	font-size: 46px;
	font-weight: 700;
	color: #fe0000;
	text-align:center;
	


}


h2 {
	font-size:20px;
	color: #666;
}


p {
	margin: 0 0 15px 0;
}

.menuBtn {

	background: center center no-repeat transparent;
	background: #000;
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 10px;

}

.active {
	background: #c10404;
}
.clear {
	clear: both;
}
.wrap {
		/*background:url(../images/bg.png) top left repeat-x;*/
		width: 100%;
		max-width: 1140px;
		min-width: 960px;
		z-index: 10;
		position: relative;
		margin: 0 auto;
		padding: 0;


}



.section {
	width: 100%;
	max-width: 1140px;
	min-width: 960px;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	margin-bottom:15px;
	padding: 0 0 80px 0;
	
}


.inner {
	width: 960px;
	margin: 0 auto;
	margin-left:5%;
	position: relative;
	min-height: 50px;
	padding:30px 0;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;

	
}

.sombra{
	box-shadow: 0 1px 5px 0 rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12);	
}
.sombra2{
	box-shadow: 0 6px 6px -3px rgba(0,0,0,.2), 0 10px 14px 1px rgba(0,0,0,.14), 0 4px 18px 3px rgba(0,0,0,.12);	
}


.logo img{
	width: 128px;
	margin: -30px auto;
	margin-left:45%;
	position: relative;
	min-height: 50px;
	
}


 ul#navigation {
    position: fixed;
    margin: 0px;
    padding: 0px;
    top: 8%;
    left: 0px;
    list-style: none;
    z-index:9999;
}
ul#navigation li {
    width: 100px;
}
ul#navigation li a {
    display: block;
    margin-left: -2px;
    width: 100px;
    height: 70px;    
    background-color:#CFCFCF;
    background-repeat:no-repeat;
    background-position:center center;
   /* border:1px solid #AFAFAF;
    -moz-border-radius:0px 10px 10px 0px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -khtml-border-top-right-radius: 10px;*/
    /*-moz-box-shadow: 0px 4px 3px #000;
    -webkit-box-shadow: 0px 4px 3px #000;*/
    
    opacity: 0.9;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}


ul#navigation .home a{
    background-image: url(../images/home.png);

}
ul#navigation .linkedin a      {
    background-image: url(../images/linkedin.png);
}
ul#navigation .pdf a      {
    background-image: url(../images/pdf.png);
}





.texto{ width:940px;
		margin: 0 auto;
		padding:20px;
		float:left;
		padding:35px;
		color:#000;
		text-align:justify;
        /*text-align:right;*/}
		

.kippec{
		color:#fe0000;
		}			
		
.strong{font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		text-decoration:underline;
		line-height: 0px;
		
		}		

.strong2{font-family: 'Open Sans', sans-serif;
		font-weight: 400;
				}	
		
.fotos{ width:700px;
		height: 241px;
		margin: 0 auto;
		
		
		
              }
			  

/* This is the selector i used for my menu, it needs to be set as position:absolute; */
.subMenu {
	position: absolute;
	top: 462px;
	height: 50px;
	z-index: 1000;
	width: 100%;
	max-width: 1140px;
	min-width: 960px;
	background-color:#fe0000;
	

}

.subMenu .inner {
	padding:0;
	font-weight: 400;
	margin:0 auto;
	width: 95%;
	
}


#s7{ visibility:hidden;}
/*#s6{ visibility:hidden;}*/

.subNavBtn {
		display: block;
	height: 35px;
	width: 10%;
	float: left;
	margin: 0px 0px 0 0;
	text-decoration: none;
	font-size: 14px;
	padding: 15px 2% 0 2%;
	text-align: center;
	color: #fff;
	
}

.end {
	margin: 0;
}


/* SECTIONS */
.sTop {
	min-height: 630px;
	/*background:#e5e5e5;*/
	background: #2e2e2e;
	color:#3d3d3d;
	background-image:url(../images/FOTO-INICIO-consultoria.png);
	background-repeat:no-repeat;
	
}



.s1 {
	min-height: 500px;
	background: #FFF;
	
}


.s2 {
	min-height: 700px;
	background: #FFF;
	color: #dfdbdb;
	
}


.s3 {
	min-height: 999px;;
	background: #fff;
	color: #333;
	
}
.s3 .st-accordion ul li {
    padding: 20px 0px 0; 
    background-color: #fff;
    border: 0px;
}
.s3 .st-accordion ul li h3{
    font-weight: bold;
    color: #666;
}






.s4 {
	min-height: 600px;
	background: #FFF;
	color:  #504f4f;
	
}

.s5 {
	min-height: 500px;
	background: #FFF;
	color:  #504f4f;
	
}


.s6 {
	min-height: 500px;
	background:#FFF;
	color: white;
	background-image: url(../images/fotofinal-consultoria-b.jpg);
	background-repeat:no-repeat;}

/**********eventos***********/
.contigut-accordion{
	padding: 80px 0 10px; 
	background-color: #eee;
	color: #333;
}
.contingut-eventos{
	padding : 10px 0;
}
ul.ul-accordion{
	padding-bottom: 20px;
	margin-left:20px; 
	list-style: circle;

}
ul.ul-accordion li{
	border: 0px;
	padding-: 10px;
}



.img-accordion{
	max-height: 56px;
	float:right;
	margin-top: -15px 0 10px 20px;
}



/******** fin eventos *******/
	
/************publicaciones*****/


#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;	
	 -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80)
}


#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;

}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

	/* jQuery lightBox plugin - Gallery style */
	#gallery2 {
		/*background-color: #444;*/
		padding-top:35px;
		width: 800px;
		margin:0 auto;
	}
	#gallery2 ul { list-style: none;
	text-align:center;
	
	 }
	 
	 #gallery2 ul a { 
	text-decoration:none;
	
	 }
	 
	#gallery2 ul a:hover h2 { 
	color: #fe0000;
	text-decoration:none; }
	
	#gallery2 ul li { display: inline;}


	
	#gallery {
		/*background-color: #444;*/
		padding-top:35px;
		width: 800px;
		margin:0 auto;
	}
	#gallery ul { list-style: none;
	text-align:center;
	
	 }
	 
	 #gallery ul a { 
	text-decoration:none;
	
	 }
	#gallery ul li { display: inline;


	
	                 }
	#gallery ul img {
		background: #CCC;
	-webkit-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(127,123,123,0.3) inset;
	-moz-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(127,123,123,0.3) inset;
	box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(127,123,123,0.3) inset;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px 4px 4px 4px;
		width:100px;
		height:100px;
		padding: 10px;
		margin-top: 20px;
		
		
	}
	#gallery ul a:hover img {
		background: #AEAEAE;
	-webkit-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(127,123,123,0.3) inset;
	-moz-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(127,123,123,0.3) inset;
	box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(127,123,123,0.3) inset;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px 4px 4px 4px;
		width:100px;
		height:100px;
		text-decoration:none;
	}
	
	#gallery ul a:hover { color: #fff;
	text-decoration:none; }
/*FIN ------------************publicaciones*****/

/******* SERVICIOS*********/

.servicios { width: 940px;
			margin: 0 auto;
			margin-left:5%;
			position: relative;
			min-height: 50px;
			color: #333;
					
			}
   
.letrafaq{
	font-size:12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin: 35px 45px 30px 50px;
	letter-spacing: 1px;
    text-transform: none;
	text-align: left; 
	line-height:23px;  
	color: #333;;
}
		   
/* Vertical Accordion Style */

.st-accordion ul li{
    height:auto;
				}
.st-accordion ul li > a span{
	visibility:hidden;
				}

.st-accordion{
   width: 940px;
	margin: -10px auto 30px auto;
	text-align: left;}
	
.st-accordion ul li{
    height: 40px;
    border-bottom: 1px solid  #666;
    border-top:1px solid #666;
    overflow: hidden;
}
.st-accordion ul li:first-child{
    border-top:none;
}
.st-accordion ul li > a{
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	cursor: pointer;
	color: #333;
	/*text-shadow: 1px 1px 1px rgba(255,255,255,0.8);*/
	line-height: 33px;
	text-decoration:none;
	background: #CCC;
	/*background: -moz-linear-gradient(top, #999 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#999), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #999 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #999 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #999 1%,#eaeaea 100%);
	background: linear-gradient(top, #999 1%,#eaeaea 100%);*/
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999	', endColorstr='#eaeaea',GradientType=0 );*/
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
	outline:none;
    
}
.st-accordion ul li > a span{
	background: transparent url(../images/down.png) no-repeat center center;
	text-indent:-9000px;
	width: 26px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: -22px;
	margin-top: -7px;
	opacity:0;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-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;
}
.st-accordion ul li > a:hover{
    background: #fff;

	
}
.st-accordion ul li > a:hover span{
	opacity:1;
	right: 10px;
}
.st-accordion ul li.st-open > a{

    background: #c10404;
	color: #FFF;
	/*text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);*/
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}

h5{ font-weight:700;}


.st-accordion ul li.st-open > a span{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
    transform:rotate(180deg);
	right:10px;
	opacity:1;
}
.st-content{
    /*background: rgba(255, 255, 255, 0.5);*/
	margin-top: -10px;
	overflow: hidden;
	position: relative;

	
}
.st-content p{
	font-size:12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	padding:25px;
	letter-spacing: 1px;
    text-transform: none;
	text-align:left; 
	line-height:18px;  
	color: #FFF;
	/*text-shadow: 1px 1px 1px rgba(255,255,255,0.8);*/
}

@media screen and (max-width: 320px){
	.st-accordion ul li > a{
		font-size:36px;
	}
}

/****** FIN Vertical Accordion Style */	

			   		 

/******* FIN SERVICIOS*********/

/*********FOOTER*****************/
ul.menupie { margin: 5px auto;
			 text-align:center;
			 margin-bottom:0;
			
	
			 
           }
			 
ul.menupie li { display: inline;
				border-right: #c10404 solid 1px;
			    
				 }
ul.menupie .consultoria{ border-right: none;}				 

ul.menupie li a { text-decoration:none;
				  color: #c10404;
				  margin-right:3px;
				  font-size:12px;
				  font-family: 'Open Sans', sans-serif;
				  font-weight: 400;

					}
		

				   
/******fin FOOTER*****************/

.texto3{ width:40%;
		margin: 0 auto;
		padding:20px;
		float:left;
		padding:35px;
		color:#000;
		border:1px solid #AFAFAF;
    /*-moz-border-radius:0px 10px 10px 0px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -khtml-border-top-right-radius: 10px;*/
    /*-moz-box-shadow: 0px 4px 3px #000;
    -webkit-box-shadow: 0px 4px 3px #000;*/
        /*text-align:right;*/}
		
.texto3 h2{ font-size:13px;}
.texto3 h3{ font-size:12px;}


.img-center{
	margin: auto;
	display: block;
}

.img-accordion{
	max-height: 56px;
	float:right;
	margin-top: -15px 0 10px 20px;
}
.sombra{
	box-shadow: 0 1px 5px 0 rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12);	
}
.sombra2{
	box-shadow: 0 6px 6px -3px rgba(0,0,0,.2), 0 10px 14px 1px rgba(0,0,0,.14), 0 4px 18px 3px rgba(0,0,0,.12);	
}
.contacto-posicion{
	position: absolute;
    top: 211px;
    left: 50%;
    transform: translate(-50%,0);
}
.enlace{
	color: #F80400;
	text-decoration: none;
	font-weight: bold;
}
.enlace:hover {
	color: #C10404;
}
.contigut-accordion{
	padding: 30px 0 10px; 
	background-color: #eee;
	color: #333;
}
.contingut-eventos{
	padding : 10px 0;
}
ul.ul-accordion{
	padding-bottom: 20px;
	margin-left:20px; 
	list-style: circle;

}
ul.ul-accordion li{
	border: 0px;
	padding-left: 10px;
}
.section{
	margin-bottom: 15px;
}
.text-color{
	color: #fe0000;
}
.text-center{
	text-align: center;
}

.st-accordion.accodion-proyectos ul li:not(.st-open) > a{
	font-weight: 400;
	padding: 5px 20px;
	background: #fff;
}
.st-accordion.accodion-proyectos ul li > a h2{
	font-size:20px;
	/*font-weight: bold;*/
	margin-bottom:0px;
}
.st-accordion.accodion-proyectos ul li:not(.st-open) > a h2{
	color: #666;
}
.st-accordion.accodion-proyectos ul li{
	border: 1px solid #eee;

}
ul.ul-accordion li{
	overflow: visible !important;
	margin-left: 20px;
	padding-bottom: 15px;
}
.modal{
	color: #333;
}
.modal a, .modal strong{
	color: #F80400;
	text-decoration: none;
	font-weight: bold;
}
.modal a:hover {
	color: #C10404;
}
.img-modals{
	float:right;
	max-width: 220px;
	margin: 0 0 10px 20px;
}