/*		Fonts		*/
@font-face {
    font-family: 'Benton Sans';
    src: url('../fonts/BentonSans-BooksOT.eot');
    src: url('../fonts/BentonSans-BooksOT.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BentonSans-BooksOT.woff2') format('woff2'),
         url('../fonts/BentonSans-BooksOT.woff') format('woff'),
         url('../fonts/BentonSans-BooksOT.ttf')  format('truetype'),
         url('../fonts/BentonSans-BooksOT.svg#Benton Sans') format('svg');
}

@font-face {
    font-family: 'Benton Sans Bold';
    src: url('../fonts/BentonSans-BoldsOT.eot');
    src: url('../fonts/BentonSans-BoldsOT.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BentonSans-BoldsOT.woff2') format('woff2'),
         url('../fonts/BentonSans-BoldsOT.woff') format('woff'),
         url('../fonts/BentonSans-BoldsOT.ttf')  format('truetype'),
         url('../fonts/BentonSans-BoldsOT.svg#Benton Sans Bold') format('svg');
}


/*		General CSS		*/
body{
	background: #fFf;
	padding: 0px;
	margin: 0px;
	font-size:15px;
	font-family: 'Benton Sans';
	color: #000000;
}

.container{
	max-width: 1130px;
}

h1{
	font-family: 'Benton Sans Bold';
    font-size: 30px;
    font-weight: 700;
    word-break: break-word;
    margin: 0 0 40px;
    line-height: 1.5;
}

p {
	line-height: 1.3;
	font-size: 20px;
	margin-bottom: 30px;
}

.small {
	font-size: 79%;
}

.naranja {
	color: #f37832 !important;
}

.white {
	color: #fff;
}

a {
    color: #5BBEFF;
    text-decoration: none;
}

a:focus, a:hover {
	color: #FFF;
	text-decoration: none!important;
	outline:none
}

.centertext {
	text-align: center;
}
/*		Header 		*/

header{
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	z-index: 99; 
}

#sticky_navigation { 
	width:100%; 
	height:70px; 
	background-color:#072146; 
	padding:0 15px;
	box-shadow:0 0 5px #2a2a2a;	
	}

.divider {
	position: relative;
	top:-70px
}
	
header .logo{
	display: table-cell;
	padding: 20px 15px 0 0;float: left;
}

header img {
    width: 90px;
}

header .burger_icon{
	display: none;
	float: right;
	background: #2dcccd;
	padding: 5px 10px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Benton Sans';
	font-size: 14px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: 20px 10px 0 0;
}

header .burger_icon:hover{
	cursor: pointer;
}

header .burger_icon.active{
	background: #868D95;
	color: #FFF;
}


/*		Menu 		*/

nav {
	float:right;
	font-size:13px;
		}
ul.egmenu { 
    width: 100%;
	margin-top:22px;
}

ul.egmenu > li {
    float: left;
    position: relative; 
}

ul.egmenu ul {
    background: #fff;
    display: none;
    position: absolute;
    left: -40px; 
	top: 100%;
	width:250px;
	padding-bottom:10px;
	margin-top:0
}

ul.egmenu a {
    cursor: pointer;
    display: block;
    line-height: 30px;
    padding: 0 20px;
	text-decoration:none;
	font-family: 'Benton Sans';
	font-size: 16px;
}
ul.egmenu li { list-style: none; }
ul.egmenu li:hover ul { display: block;  }


/*		Hero section 		*/

.hero{
	display: block;
	position: relative;
	width: 100%;
	margin-top: 70px;
}

a.programas_btn, a.programas_btn_white {
	display: inline-block;
	text-decoration: none;
	padding: 10px 10px;
	background-color:#f37733;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 3px;
	margin: 10px 0 0 0;
	color: #fff;
	font-family: 'Benton Sans';
	font-size: 16px;
}
a.programas_btn_white {
	background-color:#fff;
	color: #333;
	padding: 10px 15px;
}
a.programas_btn:hover {
	background-color:#fff;
	color: #f37733!important;
}
a.programas_btn_white:hover {
	background-color:#f37733;
	color: #fff!important;
}

a.programas_btn,
.play_icon,
.iphone_icon,
.android_icon,
a.app_link{
	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}



/*		Nosotros 		*/


.nosotros {
	display: block;
	position: relative;
	padding: 70px 0 40px;
	width: 100%;
	height: auto ;
	background-color: #1464A5;
	color:#FFF;
}

.nosotros strong {
	font-size: 22px;
}

.bg-white {
    background-color: rgba(255, 255, 255, 0.90);
    padding: 30px;
    min-height: 255px;
    margin: 30px 0 30px;
}

.bg-white p {
	margin-bottom: 0;
}


/*		Programa 		*/


.programa {
	display: block;
	position: relative;
	padding: 150px 0;
	width: 100%;
	height: auto ;
	color: #FFF;
	background-color: #FFF;
	background-image: url(../img/bg-programa.jpg);
    background-repeat: no-repeat;
    background-position: 24% center;
    background-size: cover;
    background-attachment: fixed;
}

@media (max-width: 992px) {
	.programa h1 {
		margin-top: 40px;
	}
}

/*		Requisitos 		*/

.requisitos {
	display: block;
	position: relative;
	padding: 90px 0;
	width: 100%;
	height: auto ;
	background-color: #FFF;
	background-image: url(../img/requisitos.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
}

.requisitos  ul {
    padding: 18px 18px 0;
    margin-bottom: 0; 
    margin-top: 20px;
}

.requisitos ul li {
	font-size: 20px;
    margin-bottom: 20px;
    color: #004481;
}

.requisitos ul li:last-child {
    margin-bottom: 0;
}

.requisitos .bg-white {
	margin: 0;
}

.requisitos h1 {
	color: #004481;
}

.requisitos p {
	color: #004481;
}

/*		Areas		*/

.areas {
	background-color: #004481;
	background-image: url(../img/areas.png);
    background-repeat: no-repeat;
    background-position: center top;
	background-size: contain;
	padding: 250px 0 90px;
}

.areas .container {
	position: relative;
}

.padd {
	padding: 0px 80px 0px 80px;
}

.areas h1 {
	margin-bottom: 60px; 
	color: #FFF;
}

.areas h3 {
	color: #FFF;
}

.areas p {
	color: #fff;
	font-size: 16px;
}

.areas  ul {
    padding: 18px 18px 0;
    margin-bottom: 0; 
    margin-top: 20px;
}

.areas ul li {
    margin-bottom: 20px;
    color: #FFF;
}

.areas ul li:last-child {
    margin-bottom: 0;
}

/*		Etapas		*/



.etapas {
	display: block;
	position: relative;
	padding: 150px 0 150px;
	width: 100%;
	height: auto ;
	background-color: #FFF;
	background-image: url(../img/etapas.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.etapas h1 {
	color: #004481;
}

.etapas p {
	color: #004481;
}

@media only screen and (max-device-width: 1024px) {
    .etapas {
        background-attachment: scroll!important
    }
}

.postulate {
	position: relative;
	background-color: #FFF;
	margin-top: 30px;
	margin-bottom: 50px;
}

.postulate p {
	color: #004481;
}

.postulate .button {
    background: #043263;
    padding: 10px 85px;
    color: #ffffff;
    font-family: 'Benton Sans';
    font-size: 27px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 62px;
}

.postulate #back {
	margin-top: 20px;
	margin-bottom: 0px!important;
	font-size: 20px;
}

.postulate #back a {
	color: #004481;
	text-decoration: none!important;
}

@media (max-width: 350px) {
	.postulate .button {
		padding: 10px 15px;
	}
}

/*		Footer		*/
.list-inline {
	margin-left: 0;
}

.list-inline>li {
    display: inline-block;
    padding-right: 2px;
    padding-left: 2px;
}

footer {
	background-color: #072146;
	padding: 90px 0 40px;
}

footer .logo {
	width: 90px;
}

footer .icon-social {
	font-size: 18px;
    border-radius: 35px;
    width: 35px;
    height: 35px;
    background-color: #5BBEFF;
    padding: 5px;
    margin: 3px;
    text-align: center;
    color: #072146;
    display: block;
}

.barra:after {
    content: "";
    border-top: 2px solid #022754;
    width: 75%;
    display: block;
    margin: 0 auto;
    top: -20px;
    position: relative;
}

.barra:before {
    content: "";
    border-top: 2px solid #022754;
    width: 75%;
    display: block;
    margin: 0 auto;
    bottom: -62px;
    position: relative;
}

.nav-footer {
	color: #5BBEFF;
	margin: 60px 0;
}

.nav-footer li {
	margin-right: 30px;
}

.copy {
	font-family: 'Exo', sans-serif;
	font-size: 11px;
	color: #FFF;
}


/*		Videos	*/

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; 
	padding-top: 25px;
	height: 0;margin-bottom:15px
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*		Accordion	*/

.js #main .accordion {visibility:hidden}
.js #side .accordion {display:none}
.accordion { margin-bottom:30px; padding:0; }
.accordion p { margin:10px 0; }
.accordion ul li {  margin-left:-40px !important; }
.accordion li { margin:3px 0; }
.accordion li:before {content: "• ";color:#f37733; padding-right:10px }
.accordion h3 { font-size:19px; color:#333; text-transform:uppercase; font-family: 'Benton Sans'; background-color:#FFF; padding:12px 7px 9px 15px; margin-bottom:0 !important; border-bottom:#eee 1px solid; -moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 3px;}
.accordion h3 a, .accordion h4 a { color:#333; }
.accordion h3 a:hover, .accordion h4 a:hover { text-decoration:none; color:#999 }
.accordion h4 { font-size:17px; font-family: 'Benton Sans'; margin-bottom: 0 !important }
.accordion li { list-style-type:none;}
.accordion li.last-child { margin-left:19px; list-style-type:disc}
#side ul.accordion ul { margin:0; padding:0}
.accordion .inner { margin:0 ; position:relative; overflow:hidden; background-color:#fff;  padding:0 15px 15px 45px  }
.accordion .inner .inner {margin:0 ; padding:0;}
.accordion .inner2 {margin-left:30px ; padding:0;}
.accordion .outer {  }
.accordion .h {  } /* vertical padding instead of vertical margin (ie8) */
a.trigger { display:block; padding-left:30px;  background-image:url(../img/plus.png); background-repeat: no-repeat; background-position: 0 50%;   }
a.trigger.open { background-image: url(../img/minus.png); }
a.trigger { }
a.trigger.open {}


/*		Responsive CSS 		*/
@media (max-width: 992px) {
	.bg-dark {
		background-color: #0000004a;
	    padding: 10px 40px 20px;
	}
}


@media (max-width: 1040px) {

	/*		Header 		*/
	header .logo{
		margin-right: 0;
	}

	header .burger_icon{
		display: block;
	}
	
	
	/*		Menu 		*/
	header nav{
		width: 100%;
		float: none;
		background: #072146;
		position: absolute;
		margin-top: 70px;
		left: 0;
		display: none;
		
	}
	ul.egmenu {  height: auto; }
    ul.egmenu > li {  float: none; width: 100%; border-top:#004481 1px solid;;margin-left:-25px }
    ul.egmenu a { line-height: 40px;  }
    ul.egmenu ul { position: relative; margin-left:0; padding-bottom:0; margin-top:0  }
    ul.egmenu li:hover ul { display: block;  }
	
  
}

@media (min-width: 1041px) {
	ul.egmenu a {
		color: #FFF;
	}
	ul.egmenu a:hover {
		color: #5bbeff;
	}
}