/*===================================================================================
								GENERAL
===================================================================================*/

@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Condensed:300,300i,400,400i|Fira+Sans:400,400i,500i,600i&display=swap');
.pad{
	padding-top: 60px;
}
.custom--header {
    background-color: transparent;
	z-index: 15;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.custom--header .navbar {
    margin-bottom: 0;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    padding: 0 2% 0 2%;
}
.custom--header .logo-wrap-upaep {
    position: absolute;
    padding: 15px 10px;
    padding: 9px;
    z-index: 20;
}
.custom--header .logo-img {
    display: inline-block;
    width: 130px;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
	background-color:#FFF;
    padding: 4px;
}
body{
	margin: 0px;
	font-family: 'Fira Sans', sans-serif;
}

section{
	width: 100%;
	display: block;
	overflow: hidden;
}

.container {    max-width: 100%;	}

div.centrar{
	width: 1620px;
	margin: 0 auto;
}

@media(max-width: 1620px){
	div.centrar{	width: 100%;	}
}
.line_video{
	line-height: 0px;
}
/*===================================================================================
									MENÚ
===================================================================================*/

nav div ul{
	margin: 0 auto;
}

nav div ul li{
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: bold;
	color: #484848;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
}

nav div ul li a img{
	width: 80px;
	position: relative;
	top: 7px;
    margin: 0px 30px;
}

nav.navbar.navbar-expand-md.navbar-light.bg-light.fixed-top a.navbar-brand{
    display: none;
}

@media(max-width: 828px){
    nav div ul li {
        font-size: 13px;
        letter-spacing: 1px;
    }
}

@media(max-width: 766px){
    nav div ul li a img{
        display: none;
    }
    nav.navbar.navbar-expand-md.navbar-light.bg-light.fixed-top a.navbar-brand{
        display: block;
    }
}

/*===================================================================================
									BANNER
===================================================================================*/
	#banner{
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		cursor: default;
		height: 100vh;
		min-height: 35em;
		overflow: hidden;
		position: relative;
		text-align: center;
	} 
	#one {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		cursor: default;
		height: 80vh;
		min-height: 35em;
		overflow: hidden;
		position: relative;
		text-align: center;
	}
	#banner h2, #one h2 {
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
		transition: transform 0.5s ease, opacity 0.5s ease;
		display: inline-block;
		font-size: 1.75em;
		opacity: 1;
		padding: 0.35em 1em;
		position: relative;
		z-index: 1;
	}

	#banner h2:before, #banner h2:after, #one h2:after, #one h2:before {
		-moz-transition: width 0.85s ease;
		-webkit-transition: width 0.85s ease;
		-ms-transition: width 0.85s ease;
		transition: width 0.85s ease;
		-moz-transition-delay: 0.25s;
		-webkit-transition-delay: 0.25s;
		-ms-transition-delay: 0.25s;
		transition-delay: 0.25s;
		background: #fff;
		content: '';
		display: block;
		height: 2px;
		position: absolute;
		width: 100%;
	}

	#banner h2:before, #one h2:before {
		top: 0;
		left: 0;
	}

	#banner h2:after, #one h2:after {
		bottom: 0;
		right: 0;
	}

	#banner p {
		letter-spacing: 0.225em;
		/*text-transform: uppercase;*/
	}

		#banner p a, #one p a {
			color: inherit;
		}

	#banner .more, #one .more {
		border: medium none;
		bottom: 0;
		color: #000;
		font-size: 0.8em;
		font-weight: 300;
		height: 7em;
		left: 50%;
		letter-spacing: 0.225em;
		margin-left: -8.5em;
		opacity: 1;
		outline: 0 none;
		padding-left: 0.225em;
		position: absolute;
		text-align: center;
		transform: translateY(0px);
		transition-delay: 1s;
		transition-duration: 0.75s, 0.75s;
		transition-property: transform, opacity;
		transition-timing-function: ease, ease;
		width: 16em;
		z-index: 1;
	}

	#banner .more:after {
		background-image: url("arrow.svg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		bottom: 39px;
		content: '';
		display: block;
		height: 1.5em;
		left: 50%;
		margin: 0 0 0 -0.75em;
		position: absolute;
		width: 1.5em;
	}

	#banner:after {
		-moz-pointer-events: none;
		-webkit-pointer-events: none;
		-ms-pointer-events: none;
		pointer-events: none;
		-moz-transition: opacity 0.1s ease-in-out;
		-webkit-transition: opacity 0.1s ease-in-out;
		-ms-transition: opacity 0.1s ease-in-out;
		transition: opacity 0.15s ease-in-out;
		-moz-transition-delay: 0.1s;
		-webkit-transition-delay: 0.1s;
		-ms-transition-delay: 0.1s;
		transition-delay: 0.1s;
		content: '';
		background-image: url('images/loading.jpg');
		background-size: cover;
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		opacity: 0;
	}

	@media screen and (max-width: 1180px) {
		#banner {
			padding: 25% 0%;
			height: auto;
			min-height: 0;
		}
		body.landing #page-wrapper {
			background-attachment: fixed;
			background-position: initial;
			background-repeat: no-repeat;
			background-size: 100% cover;
		}
	}

	@media screen and (max-width: 736px) {
		#banner, #one {
			padding: 25% 0%;
			height: auto;
			min-height: 0;
		}
		#banner h2, #one h2 {	font-size: 1.25em;	}
		#banner br, #one br {	display: none;		}
		#banner .more, #one .more {		display: none;	}
	}

	body.is-loading #banner h2, body.is-loading #one h2{
		-moz-transform: scale(0.95);
		-webkit-transform: scale(0.95);
		-ms-transform: scale(0.95);
		transform: scale(0.95);
		opacity: 0;
	}

	body.is-loading #banner h2:before, body.is-loading #banner h2:after, body.is-loading #one h2:before, body.is-loading #one h2:after {	width: 0;	}

	body.is-loading #banner .more, body.is-loading #one .more {
		-moz-transform: translateY(8.5em);
		-webkit-transform: translateY(8.5em);
		-ms-transform: translateY(8.5em);
		transform: translateY(8.5em);
		opacity: 0;
	}

	body.is-loading #banner:after, body.is-loading #one:after {	opacity: 1;	}
	
	body.is-mobile.landing #page-wrapper {	background: none;	}
	
	body #banner{
		background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0)), url("../img/banner.jpg");
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0)), url("../img/banner.jpg");
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0)), url("../img/banner.jpg");
		background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0)), url("../img/banner.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}	
	body.is-mobile.landing #one,
	body.is-mobile.landing .wrapper.style4 {
		background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0)), url("../img/Fondo_manifiesto.jpg");
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0)), url("../img/Fondo_manifiesto.jpg");
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0)), url("../img/Fondo_manifiesto.jpg");
		background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0)), url("../img/Fondo_manifiesto.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	body.is-mobile.landing #footer {	background-color: #1d242a;	} 

	@media(max-width: 420px){
		body.landing #banner {
			background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0)), url("../img/portada_impulsa_movil_03_09_2019.jpg");
			background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0)), url("../img/portada_impulsa_movil_03_09_2019.jpg");
			background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0)), url("../img/portada_impulsa_movil_03_09_2019.jpg");
			background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0)), url("../img/portada_impulsa_movil_03_09_2019.jpg");
			background-size: cover;
			background-position: center;
			background-repeat: no-repeat;
			/*    height: 929px;*/
		}
	}	


/*===================================================================================
								PARALLAX
===================================================================================*/
section.parallax{
	background-image: url(/impulso/img/Fondo_manifiesto.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/*background-position: center -83%;*/
}

section.parallax div.row div.col-sm-6 h1{
	font-family: 'Fira Sans Condensed';
	font-style: italic;
	font-size: 55px;
	font-weight: bold;
	color: #d21033;
	text-align: right;
}

section.parallax div.row div.col-sm-6 p{
	margin-top: 30px;
	font-family: 'Fira Sans', sans-serif;
	line-height: 34px;
	color:#FFFFFF;
	font-weight: 400;
	text-align: left;
	font-size: 26px;
	text-shadow: 2px 3px 3px #000;
	font-style: italic;
}

section.parallax div.row div.col-sm-6 a{
	border: 2px solid #000;
	padding: 5px;
	border-radius: 40px;
	display: block;
	width: 114px;
	margin-top: 35px;
	text-align: center;
	float: right;
}

section.parallax div.row div.col-sm-6 span a{
	font-family: 'Fira Sans', sans-serif;, sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

section.parallax div.row{	padding: 7% 0px;	}

@media(max-width: 1620px){
	section.parallax div.row{	padding: 7% 25px;    }
}

/*===================================================================================
							FOOTER
===================================================================================*/

html body section.footer{
    width: 100%;
    min-height: 60px;
    padding: 5px;
    border-top: 2px solid #000000;
    background-color: #000000;
    text-align: center;
	color: #fff;
}

section.footer div.centrar div.row{
	padding: 55px 0px 40px 0px;
}
section.footer div.centrar div.row div.col-lg-4 img{
	width: 159px;
}
section.footer div.centrar div.row div.col-lg-4{
	border-right: 2px solid #fff;
}

section.footer div.centrar div.row div.col-lg-4 p{
	width: 230px;
	margin: 0 auto;
	text-align: left;
}

section.footer div.centrar div.row div.col-lg-4 img{
	margin-right: 74px;
}

section.footer div.centrar div.row div.col-lg-4 div.ocultar{
	display: none;
}

section.footer div.centrar div.row div.col-lg-8 div{
	width: 194px;
	text-align: left;
	margin-left: 55px;
	margin-top: 73px;
}

section.footer div.centrar div.row div.col-lg-8 div a{
	color: #fff;
}

@media(max-width: 990px){
	section.footer div.centrar div.row div.col-lg-4 div.ocultar{
		display: block;
		margin-top: 26px;
	}
	section.footer div.centrar div.row div.col-lg-4 div.ocultar a{
		color: #fff;
	}
	section.footer div.centrar div.row div.col-lg-8 div.mostrar{
		display: none;
	}
	section.footer div.centrar div.row div.col-lg-4 img {
		margin-right: 0px;
	}
	section.footer div.centrar div.row div.col-lg-4 p {
		width: auto;
		text-align: center;
	}
}
.impulso_videos {	padding: 5% 0;	background:#000;	text-align: center;	}
.impulso_videos h2{	font-family: 'Fira Sans', sans-serif; font-size: 20px; color:#FFFFFF; padding-top: 50px; }
.impulso_videos video{	border: 1px solid #333;	}