/*		Fonts		*/

/*		General CSS		*/
body{
	background: #f0f0f0;
	padding: 0px;
	margin: 0px;
	font-size:17px;
	font-family: 'Quicksand', sans-serif;
	color: #666976;
}

.container{
	max-width: 1130px;
}


h1{
	font-family: 'Alfa Slab One', cursive;
    font-size: 34px;
    word-break: break-word;
    margin: 0 0 40px;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    color: #0d4062;
}

h3 {
	font-size: 20px;
}

h1:after {
    content: "";
    background-color: #0d4062;
    width: 4px;
    height: 48px;
    display: block;
    position: absolute;
    top: -50px;
    margin: 0 46%;
}

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

.rosa {
	background-color: #e41e5d;
}

.violeta {
	background-color: #7d3fac;
}

.celeste {
	background-color: #539fff;
}

.verde {
	background-color: #86d229;
}

.naranja {
	background-color: #f29e0b;
}


.mb-2 {
	margin-bottom: 20px;
}

a {
    color: #00a6e9;
    text-decoration: none;
}

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

.btn-primary {
	font-weight: 600;
    color: #fff;
    background-color: #f43d5c;
    border-color: #f43d5c;
    font-size: 24px;
}

.btn-primary:hover {
    background-color: #e41e5d;
    border-color: #e41e5d;
}


/*		Header 		*/

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

#sticky_navigation { 
	width:100%; 
	height:110px; 
	background-color:#FFFFFF; 
	padding:0 15px;
	box-shadow:0 0 5px #aaa;
	border-bottom: 10px solid #064a8e;	
}

.divider {
	position: relative;
	top:-100px
}
	
header .logo{
	display: table-cell;
    padding: 15px;
    float: left;
    background-color: #FFF;
}

header .burger_icon{
	display: none;
	float: right;
	background: #0d4062;
	padding: 5px 10px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: 32px 10px 0 0;
}

header .burger_icon:hover{
	cursor: pointer;
}

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


/*		Menu 		*/

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

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;
    color: #0d4062;
    line-height: 30px;
    padding: 0 20px;
	text-decoration:none;
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
}
ul.egmenu li { list-style: none; }
ul.egmenu li a:hover { color: #f43d5c; }
ul.egmenu li:hover ul { display: block;  }


.video {
	margin: 30px 0;
}

section li {
    list-style: none;
}

/*		Hero section 		*/

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


/*		Nosotros 		*/


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

.nosotros ul li svg path {
	fill: #FFF;
}

.nosotros .valores {
	background-color: #0d4062;
	color: #FFF;
	padding: 50px 0;
    margin-top: 50px;
}

.nosotros .valores ul {
	padding: 0;
}

.nosotros .valores ul li{
	margin-bottom: 15px;
}

/*		Programa 		*/

.programa {
    padding: 120px 0 70px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.programa .box {
		min-height: 552px;
	}
}


@media (min-width: 1200px) {
	.programa .box {
		min-height: 464px;
	}
}



.box {
	padding: 35px 20px;
	color: #FFF;
	margin-bottom: 20px;
}

.box p, .box h3 {
	margin-bottom: 0px;
	margin-top: 0px;
}


/*		Requisitos 		*/

.requisitos {
	display: block;
	position: relative;
	padding: 120px 0 70px;
	width: 100%;
	height: auto ;
	background-color: #FFF;

}

@media (min-width: 992px) {
	.requisitos .box {
		min-height: 595px;
	}
}


/*		Postulate		*/
.postular {
	padding: 120px 0 70px;;
}


/*		Footer		*/
.social {
	margin-top: 15px;
}
.list-inline {
	margin-left: 0;
}

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

footer {
	background-color: #FFF;
	padding: 50px 0 0;
}

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

footer .bottom {
	background: #0d4062;
    padding: 20px 0 18px 0;
    margin-top: 40px;
}

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

@media (max-width: 767px) {
footer, .social{
	display: block;
    text-align: center;
}
}

/*		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 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; 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; margin-bottom: 0 !important; color: #f3294cf2; }
.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: 1040px) {

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

	header .burger_icon{
		display: block;
	}
	
	
	/*		Menu 		*/
	header nav{
		width: 100%;
		float: none;
		background: #37447d;
		position: absolute;
		margin-top: 110px;
		left: 0;
		display: none;
		
	}
	ul.egmenu {  height: auto; margin-top: 10px;}
    ul.egmenu > li {  float: none; width: 100%; border-top:#3f4c84 1px solid;margin-left:-25px }
    ul.egmenu > li:first-child {  border: 0;}
    ul.egmenu a { line-height: 40px; color: #ffffff; }
    ul.egmenu ul { position: relative; margin-left:0; padding-bottom:0; margin-top:0  }
	ul.egmenu li:hover { background: #fff;  }
    ul.egmenu li:hover ul { display: block;  }
	
  
}




