/*!
 * Start Bootstrap - One Page Wonder HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html, body, .header-image { height: 100%; }
body {
	padding-top: 10px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	overflow-y: scroll;
	overflow-x: hidden;
	
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	/*-webkit-transition: all 500ms ease;
	   -moz-transition: all 500ms ease;
	     -o-transition: all 500ms ease;
	        transition: all 500ms ease;*/
}

.navbar-inverse {
	background-color: #428BCA;
	border-color: #428BCA;
}
.navbar-inverse .navbar-nav>li>a {
	color: #DBDBDB;
	-webkit-transition: all 500ms ease;
	   -moz-transition: all 500ms ease;
	     -o-transition: all 500ms ease;
	        transition: all 500ms ease;
}
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
	color: #fff;
	background-color: transparent;
}
.navbar-inverse .navbar-toggle { border-color: #fff; }
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus { background-color: #1475CA; }
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form { border-color: rgba(16, 16, 16, 0.4); }
.navbar-brand>img {
	width: 45px;
	margin-top: -15px;
}

.header-image {
	/* background: url('../../j2dimg/esa/usuario_esa.jpg') no-repeat center center scroll; */
	display: block;
	width: 100%;
	text-align: center;
	/* -webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover; */
	position: relative;
}
.fondo-blanco { background-color: #fff; }
.headline {
	padding-right: 0;
	padding-left: 0;
	/*padding-top: 350px;
	padding-bottom: 60px;*/
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
}
.headline h1,
.headline h2 {
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}
.headline h1 {
	font-size: 50px;
	background: #fff;
	background: rgba(255,255,255,0.6);
}

.headline h2 {
	font-size: 32px;
	background: #fff;
	background: rgba(255,255,255,0.6);
}

.featurette-divider {
	margin: 80px 0;
}

.featurette {
	overflow: hidden;
}

.featurette-image.pull-left {
	margin-right: 40px;
}

.featurette-image.pull-right {
	margin-left: 40px;
}

.featurette-heading {
	font-size: 50px;
}

footer {
	margin: 50px 0;
	text-align:center;
}

@media(max-width:1200px) {
	.headline h1 {
		font-size: 60px;
	}

	.headline h2 {
		font-size: 26px;
	}

	.featurette-divider {
		margin: 50px 0;
	}

	.featurette-image.pull-left {
		margin-right: 20px;
	}

	.featurette-image.pull-right {
		margin-left: 20px;
	}

	.featurette-heading {
		font-size: 35px;
	}
}

@media(max-width:991px) {
	.headline h1 {
		font-size: 46px;
	}

	.headline h2 {
		font-size: 20px;
	}

	.featurette-divider {
		margin: 40px 0;
	}

	/* .featurette-image { max-width: 50%; } */

	.featurette-image.pull-left {
		margin-right: 10px;
	}

	.featurette-image.pull-right {
		margin-left: 10px;
	}

	.featurette-heading {
		font-size: 30px;
	}
}

@media(max-width:768px) {
	.container {
		margin: 0 15px;
	}
	/*.headline {
		height: 100vh;
	}*/
	.featurette-image {
		margin-right: auto;
		margin-left: auto;
	}
	.featurette-divider {
		margin: 40px 0;
	}

	.featurette-heading {
		font-size: 25px;
	}
}

@media(max-width:668px) {
	.headline h1 {
		font-size: 25px;
	}

	.headline h2 {
		font-size: 15px;
	}

	.featurette-divider {
		margin: 30px 0;
	}
}

@media(max-width:640px) {
	.headline {
		/*padding: 60% 0 25px 0;*/
		bottom: 20px;
	}

	/*headline h1 {
		font-size: 25px;
	}

	.headline h2 {
		font-size: 15px;
	}*/
}

@media(max-width:375px) {
	.featurette-divider {
		margin: 10px 0;
	}

	.featurette-image {
		max-width: 100%;
	}

	.featurette-image.pull-left {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.featurette-image.pull-right {
		margin-bottom: 10px;
		margin-left: 0;
	}
}

/* Clases particulares del sistema */
.j2d-flash {
	position: fixed;
	top: 20%;
	left: 0;
	right: 0;
}

.lead { text-align: justify; }