/*
	Helios by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body,input,textarea,select
	{
		font-size: 12.5pt;
		line-height: 1.5em;
	}
h1 {
  font-size: 18px;
}
	h2
	{
		font-size: 1.75em;
		margin-top:2em;
	}
	
	h3
	{
		font-size: 1.25em;
	}
	
	hr
	{
		top: 0em;
		/* margin-bottom: 6em; */
	}
	ul{margin-left: 0em}

	/* Section/Article */

		section,
		article,
		.row > section,
		.row > article
		{
			margin-bottom: 2em !important;
		}
		
			section:last-child,
			article:last-child
			{
				margin-bottom: 0;
			}

			header
			{
			}

				header > p
				{
					font-size: 1.25em;
				}

	/* Image */

		.image
		{
		}

			.image.featured
			{
				margin: 0 0 2em 0;
			}
			
			.image.left
			{
				margin: 0 1em 1em 0;
			}
			
			.image.centered
			{
				margin: 0 0 1em 0;
			}

	/* List */

		ul
		{
		}

			ul.actions
			{
			}
			
				form ul.actions
				{
					margin-top: 0;
				}
			
				ul.actions li
				{
					display: block;
					margin: 0.75em 0 0 0;
				}
				
				ul.actions li:first-child
				{
					margin-top: 0;
				}
				
			ul.menu
			{
				height: auto;
				text-align: center;
			}
			
				ul.menu li
				{
					display: block;
					border: 0;
					padding: 0.75em 0 0 0;
					margin: 0;
				}
				
				ul.menu li:first-child
				{
					padding-top: 0;
				}

			ul.icons
			{
				font-size: 1em;
				padding: 0.35em 0.5em 0.35em 0.5em;
			}

				ul.icons li
				{
				}

					ul.icons li a
					{
						width: 2.25em;
					}

	/* Button */

		input[type="button"],
		input[type="submit"],
		input[type="reset"],
		.button
		{
			display: block;
			padding: 0;
			line-height: 3em;
			width: 100%;
		}

/*********************************************************************************/
/* UI                                                                            */
/*********************************************************************************/

	#navButton
	{left: 10% !important;

	}

		#navButton .toggle
		{
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
		}
		
			#navButton .toggle:before
			{
				font-family: FontAwesome;
				text-decoration: none;
				font-style: normal;
				font-weight: normal;
				-webkit-font-smoothing:antialiased;
				-moz-osx-font-smoothing:grayscale;

				content: '\f0c9';
				color: #fff;
				color: rgba(255,255,255,0.75);
				text-align: center;
				display: block;
				font-size: 14px;
				width: 80px;
				height: 30px;
				line-height: 30px;
				position: absolute;
				left: 50%;
				margin-left: -40px;
				background: rgba(132,128,136,0.75);
				border-top: 0;
				border-radius: 0 0 0.35em 0.35em;
			}

	#navPanel
	{
		position: relative;
		background: #1f1920;
		box-shadow: inset 0px -2px 5px 0px rgba(0,0,0,0.25);
		font-size: 1em;
	}

		#navPanel:before
		{
			content: '';
			display: block;
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background: url('images/overlay.png');
			background-size: 128px 128px;
		}

		#navPanel .link
		{
			position: relative;
			z-index: 1;
			display: block;
			text-decoration: none;
			padding: 0.5em;
			color: #ddd;
			border: 0;
			border-top: dotted 1px rgba(255,255,255,0.05);
		}
		
			#navPanel .link:first-child
			{
				border-top: 0;
			}
		
			#navPanel .link.depth-0
			{
				color: #fff;
				font-weight: 600;
			}

			#navPanel .indent-1 { display: inline-block; width: 1em; }
			#navPanel .indent-2 { display: inline-block; width: 2em; }
			#navPanel .indent-3 { display: inline-block; width: 3em; }
			#navPanel .indent-4 { display: inline-block; width: 4em; }
			#navPanel .indent-5 { display: inline-block; width: 5em; }
			#navPanel .depth-0 { color: #fff; }

/*********************************************************************************/
/* Wrapper                                                                       */
/*********************************************************************************/

	.wrapper {
padding: 0em 1em 0em 1em;
width: 100%;
}

	.wrapper2 {
padding: 1em 1em 0em 1em;
width: 100%;
}

.border-separator2 {width: 100%}
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		padding-bottom: 0;
		background-attachment: scroll;
	}

		#header .inner
		{
			padding-top: 1.5em;
			padding-left: 1em;
			padding-right: 1em;
		}

		#header h1
		{
			font-size: 2.5em;
		}
		
			.homepage #header h1
			{
				font-size: 2.5em;
			}
		
		#header header > p
		{
			font-size: 1em;
		}

		#header hr {
top: 3em;
margin-bottom: 2.5em;
}

.hrmenu2 {
display: none;
}

#asociacion img{display:none;}

	/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header2
	{
		padding-bottom: 0;
		background-attachment: scroll;
		display: none;
	}

		#header2 .inner
		{
			padding-top: 1.5em;
			padding-left: 1em;
			padding-right: 1em;
		}

		#header2 h1
		{
			font-size: 2.5em;
		}
		
			.homepage #header2 h1
			{
				font-size: 2.5em;
			}
		
		#header2 header > p
		{
			font-size: 1em;
		}

		#header2 hr
		{
			top: 1em;
			margin-bottom: 2.5em;
		}
	

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	#nav
	{
		
	}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		padding: 3em 2em 3em 2em;
	}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
	{
	}
	
		#sidebar > hr:first-of-type
		{
			display: block;
		}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
	}
	
		#main > header
		{
			text-align: center;
		}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
		
	}

	#footer .contact {
text-align: center;
margin-top: 80px;
}
#footer .contact p {
text-align: center;
font-size: 12px;
}
#footer .icons{
text-align: center;
display: none;
font-size: 12px;
}
	
/*********************************************************************************/
/* Carousel                                                                      */
/*********************************************************************************/

	.carousel
	{
		padding: 0.5em 0 0.5em 0;
	}

		.carousel .reel
		{
			padding: 0 0.5em 0 0.5em;
		}
	
		.carousel article
		{
			width: 14em;
			padding-bottom: 2em;
			margin: 0 0.5em 0 0;
		}

			.carousel article .image
			{
				margin-bottom: 2em;
			}






}
.col-20 > a {font-size: 0.8em}

#top {display: none;}
#menu{display: none;}




.mobileDisplaynone{display: none!important;}
.mobileDisplay{display: block!important;}


.mobileno{display:none;}
.mobilesi{display: block;    float: left;    padding: 0.5em 0.5em;    text-align: center;    cursor: pointer;}


    .wrapper1 {
	width: 100%;
	/* position: fixed; */
	text-align: center;
	top: 10px;
	left: 0;
	right: 0;
	margin: auto;
}



.col-3{float:left;text-align: center;width: 100%; margin-left: -1px;}
.col-20 p{margin-bottom:0px;line-height:1em;margin-left:20px;color:#fff;}
.col-20{width: 100%;display:inline-block;float:left;padding: 8px;text-align:center;}
.col-25{width: 100%;display:inline-block;float:left;padding: 1em;text-align:center;}
.col-30{width:100%;display:inline-block;float:left;padding: 5px;text-align: center; cursor: pointer;margin-left: 0px;}
.col-35 {width:100%;display:inline-block;float:left;/* padding: 5px; */text-align: center;cursor: pointer;margin-left: 0px;}
.col-40{float:left;width: 100%; padding: 1em;}
.col50{width:100%;display:inline-block;float:left;text-align:center;}
.col-50team{width:100%}
.col-50{float:left;width: 50%; /* padding: 1em; */}
.col-60{float:left;width: 100%; }
.col-352 {  width: 100%;    margin-left: 0px;}
.col-50 img{width: 100%;}
.col-50 header img{width: 10%;}
.col-3 img{width: 13%;}
.col502{width:100%;display:inline-block;float:left;text-align:left !important; padding-right:2em; line-height:24px;  font-size:18px; color:#808080;}
.col503{width:100%;display:inline-block;float:left;text-align:left !important; padding-left:2em; line-height:25px; color:#ACACAC; font-size:18px; color:#808080;}
.col5033{width:100%;display:inline-block;float:left;text-align:left !important; padding-left:2em; line-height:24px; color:#808080; font-size:18px;}
.col-703{width:100%;display:inline-block; margin-bottom:5em;}

#civilmercantil .col502{width:100%;display:inline-block;float:left;text-align:left !important; padding-right:0em; line-height:24px;  font-size:18px; color:#808080;}

#civilmercantil .col5033{width:100%;display:inline-block;float:left;text-align:left !important; padding-left:0em; line-height:24px; color:#808080; font-size:18px;}

#civilmercantil .mainText3{text-align:center!important;}

.triangle {
    display: 	none;
}    

figure img{width: 50%;}

.jumbotron div img{width:50%}

.item3{    margin: 1em;}

.mobileOn{`display:block;}

#nav3{display: none;}

.mobileOff{display: none;}
.cabezeraWeb{display:block;position:relative;    height: 0px!important;}

.parallaxConcursal {
    height: 200px;
    width: 100%;
    background-position: center center;
    background-attachment: initial;
}

.cvponente {
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    margin-left: 0px;
    margin-top: 100px;
}

#contacto .col502{
	text-align:center!important;
	padding-right:0;	
}

#contacto .col503 {
    padding-left: 0;
    text-align: center!important;
    margin-top: 20px;
}
