ul{
	list-style: none;
}
/*main*/
.masthead{
	position:relative 
}
.masthead > div:first-child{
	position:absolute;
	top:10px;
	left: 10px	
}

.masthead h1 {
    font-size: 4rem;
    margin: 0;
    padding: 0;
    color:#ffffff;

}

.masthead ul{
	padding-top:12%;
	font-family: 'Source Sans Pro';
	color: white;
	font-size: 18px;
	line-height: 32px
}

.masthead ul a{
	color:white;
}

.masthead ul a:hover{
	color:white;
	text-decoration: none
}


.classes{
	display: block;
	width:100%;
	position: absolute;
	bottom: 10%;
	margin-left:auto;
	margin-right:auto;
}
.classes h1{
	 text-shadow: 2px 2px rgba(0,0,0,0.5);
	 color:white;
}

 .classes {
 	color:white;
 	text-shadow: 2px 2px rgba(0,0,0,0.5);
 }


 /******* secondSection*********/

#secondSection h2{
	color:#555555;
}

.btn-dark {
    color: #fff;
    background-color: #C65439;
    border-color: transparent;
}

 /*****************/

 /********section 3**********/

 #services h4,#services h3{
 	font-family: Georgia;
 }

 #services p{
 	font-family:myriadPro;
 }
 /***************************/

 /*seccion programa*/

 #programasDeIngles{
 	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1d809f+0,cbcccc+51,ffffff+100 */
background: rgb(29,128,159); /* Old browsers */
background: -moz-linear-gradient(top, rgba(29,128,159,1) 0%, rgba(203,204,204,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(29,128,159,1) 0%,rgba(203,204,204,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(29,128,159,1) 0%,rgba(203,204,204,1) 51%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d809f', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
 }

 #programasDeIngles > .alturaCien{

 	padding:10% 0;
 } 

  #programasDeIngles > .alturaCien img{
  	width: 100%;
  }

  #programasDeIngles h2 {
  	font-family:Georgia;
  	color:#555555;
  }

  #lineaEjecutiva h2,  #lineaEjecutiva h3, #lineaEjecutiva p{
    color:white;
  }

   #programasDeIngles p, #programasDeIngles h3{
 	font-family:myriadPro;
 }


 #programasDeIngles button.leerMas {
 	background-color: #444444;
 	color:white;
 	border:transparent;
 	font-family:myriadPro;
 	margin-top: 3%
 }

 #programasDeIngles button:hover{
 	background-color: #C65439
 	 }


.alturaCien > div > .row > div:last-child{
	padding-top: 5%
}


.open{display: none}

/*acordion clases*/

.card {

    background-color: transparent;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

#accordionExample button{
	font-family:myriadPro;
	color: white;
	background:#C65439;
	text-decoration: none
}

#accordionExample button:hover{
	background:#C65439;
	color:white;
	text-decoration: none
}

/*logo para diferentes dispositivos*/

.logoMovil{
		display:none;
	}

@media screen and (max-width: 992px){ 
	.masthead h1 {
	    font-size: 3rem;
	}
	.logo{
		display:none;
	}

	.logoMovil{
		display:inline;
	}

	.hidden{
		display: none
	}

}

@media screen and (max-width: 1024px){ 

	#programasDeIngles > .alturaCien{
	 	height: 100%;
	 	padding-bottom: 5%
	 } 

 }
