@font-face {
	 font-family:"Open Sans Bold";
	 src:url("../fonts/OpenSans-Bold.eot?") format("eot"),
	 url("../fonts/OpenSans-Bold.woff") format("woff"),
	 url("../fonts/OpenSans-Bold.ttf") format("truetype"),
	 url("../fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
	 font-weight:normal;
	 font-style:normal;
}

@font-face {
	font-family:"Open Sans";
	src:url("../fonts/OpenSans-Regular.eot?") format("eot"),
	url("../fonts/OpenSans-Regular.woff") format("woff"),
	url("../fonts/OpenSans-Regular.ttf") format("truetype"),
	url("../fonts/OpenSans-Regular.svg#OpenSans") format("svg");
	font-weight:normal;
	font-style:normal;
}
	
@font-face {
	font-family:"Open Sans Bold Italic";
	src:url("../fonts/OpenSans-BoldItalic.eot?") format("eot"),
	url("../fonts/OpenSans-BoldItalic.woff") format("woff"),
	url("../fonts/OpenSans-BoldItalic.ttf") format("truetype"),
	url("../fonts/OpenSans-BoldItalic.svg#OpenSans-BoldItalic") format("svg");
	font-weight:normal;
	font-style:normal;
}

	
#contenedor{
  width:100%;
  overflow:hidden;
  font-family:"Open Sans";
  position:relative;
}

.pad{
  padding-left:0px;
  padding-right:0px;
}

.clear{
  clear:both;
}

#head2{
  padding-bottom: 5px; 
  position: fixed;
  float: right;
  z-index: 111111;
}

#head{
  background: #000;
  text-align: right;
  padding-bottom: 5px;
}

#pagos{
  display: inline-block;
  background: url(../img/pagos.png) no-repeat 9px 3px;
  height: 38px;
  width: 150px;
  background-size: contain;
}

#back-top2 {
    top: 306px;
    z-index: 1111111111111111;
    right: 2px;
    float: right;
    position: fixed;
}

.bc1{
  background: url(../img/facebook.png) 0px 0px no-repeat;
  display:block;
  width: 54px;
  height: 58px;
}

.bc2{
  background: url(../img/instagram.png) 0px 5px no-repeat;
  display:block;
  width: 54px;
  height: 54px;
}

.bc3{
  background: url(../img/pagos.png) 0px 5px no-repeat;
  display:block;
  width: 54px;
  height: 54px;
}

.sticky-container{
		/*background-color: #333;*/
		padding: 0px;
		margin: 0px;
		position: fixed;
		right: -172px;
		top:230px;
		width: 238px;
		z-index: 99999999;
}

.sticky li{
		border-radius: 45px;
		list-style-type: none;
		background-color:#fa2400;
		color: #efefef;
		height: 64px;
		padding: 0px;
		margin: 0px 0px 1px 0px;
		-webkit-transition:all 0.25s ease-in-out;
		-moz-transition:all 0.25s ease-in-out;
		-o-transition:all 0.25s ease-in-out;
		transition:all 0.25s ease-in-out;
		cursor: pointer;
}

.sticky li:hover{
		margin-left: -160px;
		/*-webkit-transform: translateX(-115px);
		-moz-transform: translateX(-115px);
		-o-transform: translateX(-115px);
		-ms-transform: translateX(-115px);
		transform:translateX(-115px);*/
		/*background-color: #8e44ad;*/
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
                -webkit-filter: grayscale(0%);
                text-decoration: none !important;
		
}

.sticky li a{
		text-decoration: none;
}

.sticky li img{
		float: left;
		margin: 0px 4px 0px 0px;

}

.sticky li p{
		padding-top: 25px;
		margin: 0px;
		text-transform: uppercase;
		font-size: 14px !important;
		font-family:"Decker Bold";

}

.sticky p{
		color: #fff;
		font-family:"Decker Bold";
		line-height: 17px;
		font-size: 15px;
}

#home-programas {
	margin-bottom: 35px;
}

#menu{
	padding-bottom: none;
	background: transparent;
	width: 100%;
	margin-bottom:0;
	border: none;
  min-height: 10px;
  margin-top: 30px;
}

.menu{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

.menu li{
  text-align: center;
}

#navbar a{
  color:#000;
  font-size: 22px;
  float: left;
  position: relative;
  padding:8px;
  text-decoration: none !important;
  font-family:"Open Sans Bold";
}

#navbar a:hover{
  color: #ffd61a;
  border-bottom: solid 4px #ea0000;
}

#navbar .selec{
  color: #000;
  border-bottom: solid 4px #ea0000;
}

#ber{
  margin-top: 20px;
}

.footer {
	background: #000;
}

.caption{
  position: absolute;
  left: 20%;
  bottom: 80px;
}

.caption h1{
  font-family:"Open Sans Bold";
  color: #fdd841;
  font-size: 60px;
  text-shadow: -3px 1px 4px #000;
  text-transform: uppercase;
}

.caption p{
  color: #FFF;
  margin-top: 20px;
  font-size: 36px;
  text-shadow: -3px 1px 4px #000;
  font-family:"Open Sans Bold";
  text-transform: uppercase;
}

#botones{
  padding: 20px 0px;
}

#banner-home {
	background: url(../img/bandera.png) no-repeat bottom center;
	padding: 12px 0px;
}

.btn{
  display: flex;
  flex-direction: row;
  text-align: left;
  justify-content: center;
  align-items: center;
  font-family:"Open Sans Bold";
  font-size: 25px;
  background: #f0f0f1;
  min-height: 112px;
  box-shadow: -5px 1px 4px #0006;
  line-height:27px;
}

.btn img{
  margin-right:8px;
}

.btn-azul{
  float: left;
  color: #000  !important;
  padding: 3px;
  position: relative;
  width: 100%;
}

.btn-azul:hover{
  background: #bbcadb;
}

.btn-amarillo{
  color: #000  !important;
  float: left;
  padding: 3px;
  position: relative;
  width: 100%;
}

.btn-amarillo:hover{
  background: #f3eac3;
}

#home-quienes{
  padding: 82px 0px;
  background-size: cover;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

#home-quienes h1{
  color: #000;
  font-family:"Open Sans Bold";
  font-size: 30px;
  margin-top: 0px;
}

#home-quienes p{
  color: #7b7b7b;
  margin-top: 15px;
  text-align: justify;
  line-height: 19px;
  font-size:16px;
}

#home-quienes a{
  display: inline-block;
  margin-top: 30px;
  color: #000;
  padding: 5px 15px;
  border: solid 4px #000;
  font-size:18px;
}

#home-quienes a:hover{
  color: #ffd61a;
  border: solid 4px #ffd61a;
  text-decoration: none;
}

/*#home-programas{
  padding: 50px 0px;
}*/
.photo {
  padding:80px 0px;
  margin-top: 0px;
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;	
  position: relative;
  background-image: url(../img/img.jpg);
  background-size: cover;
}

.photo h1{
    font-size: 44px;
	color: #fff;
	text-shadow: 2px 4px 2px #000;
	font-family: "Open Sans Bold";
	text-align: center;
  margin: 50px 0px;
	text-transform: uppercase;
}

.programa-home{
  float: left;
  position: relative;
  background-size: cover;
  width: 100%;
  box-sizing: border-box;
}

.programa-home h1 {
    font-family: "Open Sans Bold";
    font-size: 19px;
    text-shadow: -2px 2px 2px #000;
    text-align: center;
    color: #ffd61a;
    text-transform: uppercase;
    position: absolute;
    width: 101%;
    margin-top: 71%;
}

.programa-home p {
    font-family: "Open Sans Bold";
	  font-size: 25px;
	  text-shadow: -2px 2px 2px #000;
	  color: #ffd61a;
	  text-transform: uppercase;
	position: absolute;
	background: #0006;
	margin-top: 20px;
	text-align: left;
	float: left;
	padding: 7px 5px;
}

.texto-home-p{
  border-left: solid 12px #ffd701;
  background: rgba(255, 255, 255, 0.7);
  padding: 15px;
  margin-top: 70px;
  color: #000;
  line-height: 19px;
}

.texto-home-p a{
  display: inline-block;
  margin-top: 30px;
  color: #ffd701;
  padding:8px 15px;
  font-size:18px;
}

.texto-home-p a:hover{
  display: inline-block;
  margin-top: 30px;
  color: #fff;
  padding: 8px 15px;
  background: #ffd61a;
  font-size:18px;
  text-decoration:none;
}

#home-noticias{
  padding:132px 0px;
  background: url(../img/bg-home2.jpg) no-repeat top center;
  background-size: cover;
}

#home-noticias h1{
  color: #FFF;
  border-bottom: solid 3px #fff;
  padding-bottom: 8px;
  font-size: 56px;
  font-family:"Open Sans Bold";
}

#home-noticias p{
  color: #FFF;
  font-size:18px;
}

.noticia-home{
  float: left;
  position: relative;
  width: 100%;
  margin-top: 80px;
}

.title-not{
  background:#ffd61a;
  padding: 10px;
  color: #000;
  float: left;
  position: relative;
  width: 100%;
  font-family:"Open Sans Bold";
  font-size:16px;
  box-sizing: border-box;
}

.noticia-home:hover .title-not{
  background: #273881;
  color: #fff;
}

.texto-not{
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  float: left;
  position: relative;
  color: #000;
}

.mas{
  position: absolute;
  width: 57px;
  height: 53px;
  background: url(../img/mas.png);
  top: -15px;
  right: 5px;
}

.noticia-home:hover .mas{
  background: url(../img/mas-h.png);
}

.noticia-home2{
  width: 100%;
  float: left;
  position: relative;
  min-height:330px;
  display: flex;
  flex-direction: column;
  padding: 15px;
  box-sizing: border-box;
  background: #ffd61a;
  margin-top: 80px;
  text-align: center;
  color: #FFF !important;
  font-size: 48px;
  font-family:"Open Sans Bold";
  text-decoration: none !important;
  justify-content: center;
  align-items: center;
}

.noticia-home2 img{
  margin-top: 15px;
}

footer h1{
  color: #FFF;
  font-family:"Open Sans Bold";
  font-size:20px;
  margin-top: 48px;
  text-align: center;
}

footer p{
  margin-top: 10px;
  font-size: 18px;
  line-height: 32px;
  color: #FFF;
}

footer p i{
  color: #fff;
}

footer p span{
  padding-left: 20px;
}
#web{
  padding: 3px 0px;
  padding-right: 145px;
  background: url(../img/web.png) no-repeat right;
  color: #fff;
  font-size: 10px;
  margin-top: 28px;
  float: left;
  position: relative;
}

#titulo{
  padding-top: 125px;
  padding-bottom: 125px;
  background-size: cover;
  border-top: solid 3px #ffd61a;
  text-align: center;
}

#titulo h1{
  font-size: 44px;
  color: #fff;
  text-shadow: 2px 4px 2px #000;
  font-family:"Open Sans Bold";
  text-transform: uppercase;
}

.bg-1{
  background: url(../img/bg1.jpg) no-repeat center top;
}

#egresados{
  padding: 30px 0px;
}

.egresados{
  margin-top: 30px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  float: left;
  position: relative;
  width: 100%;
}

.egresados {
	margin-top: 65px;
}

.egresados h1{
  color: #8e8e8e;
  font-family:"Open Sans Bold";
  margin-top: 30px;
  font-size: 30px;
}

.egresados p{
  color: #7b7b7b;
  line-height: 20px;
  text-align: justify;
}

.egresados a{
  margin-top: 20px;
  float: right;
  color: #004694;
  padding: 5px 15px;
  font-size:18px;
  border: solid 3px #004694;
}

.egresados a:hover{
  color: #ffd61a;
  border: solid 3px #ffd61a;
  text-decoration: none;
}

#carousel-egresados{
  padding-bottom: 30px;
}

#carousel-egresados .carousel-indicators {
  bottom: 0;;
}

#carousel-egresados .carousel-indicators li{
  background: #2e78cb;
  border-color: #004694;
  width: 11px;
  height: 11px;
}

#carousel-egresados .carousel-indicators .active{
  background: #c8b148;
  border-color: #ffd61a;
  width: 15px;
  height: 15px;
}

#egresados-img{
  padding: 50px 0px;
  background: #fbfbfb;
  background-size: cover;
}

#egresados-img h1{
  color: #cf1d00;
  font-size: 50px;
  margin-top: 150px;
  font-family:"Open Sans Bold";
  text-transform: uppercase;
}

#egresados-img1{
  padding: 50px 0px;
  background: #fbfbfb;
  background-size: cover;
}

#egresados-img1 h1{
  color: #cf1d00;
  font-size: 50px;
  margin-top: 50px;
  font-family:"Open Sans Bold";
  text-transform: uppercase;
}

.bg-2{
  background: url(../img/bg2.jpg) no-repeat center top;
}

#quienes{
  padding: 40px 0px;
}

#quienes p{
  font-size: 19px;
  line-height: 28px;
  text-align: justify;
  margin-bottom:20px;
  color: #7b7b7b;
}

.azul{
  color: #004d9d;
}

.mision{
  padding-bottom: 0px !important;
}

.mision img{
  margin-top: 20px;
}

.bg-3{
  background: url(../img/bg3.jpg) no-repeat center top;
}

#programas{
  padding: 30px 0px;
}

#programas h1{
  color: #004694;
  border-bottom: solid 3px #004694;
  padding-bottom: 8px;
  font-size: 44px;
  font-family:"Open Sans Bold";
}

#programas p{
  color: #000;
}

#programas img{
  margin-top: 30px;
}

#programas2{
  padding: 50px 0px;
  background: url(../img/bg-pro.jpg) no-repeat top center;
  background-size: cover;
}

#programas2 h1{
  color: #fff;
  font-size: 30px;
  text-align: center;
  text-shadow: 2px 2px 2px #000;
  margin-top: 100px;
  font-family:"Open Sans Bold";
}

#titulo-blanco{
  padding:66px 0px;
  text-align: center;
}

#titulo-blanco h1{
  color: #004694;
  border-bottom: solid 6px #004694;
  display: inline-block;
  font-size: 44px;
  font-family:"Open Sans Bold";
  font-weight:normal;
}

.bg-4{
  background: url(../img/bg4.jpg) no-repeat center top;
}

#noticias{
  padding: 30px 0px;
}

.noticia{
  margin-top: 30px;
  margin-bottom: 20px;
  float: left;
  position: relative;
  background: #000;
}

.texto-not2{
  padding: 21px 15px;
  box-sizing: border-box;
}

.texto-not2 h1{
  color: #fff;
  font-family:"Open Sans Bold";
  text-shadow: 2px 2px 2px #000;
}

.texto-not2 p{
  margin-top: 15px;
  color: #fff;
}

.texto-not2 a{
  color: #fff;
  display: inline-block;
  margin-top: 15px;
  border: solid 2px #fff;
  padding: 5px 10px;
}

.texto-not2 a:hover{
  color: #ffd61a;
  border: solid 2px #ffd61a;
  text-decoration: none;
}

.texto-not h1{
  color: #fff;
  font-family:"Open Sans Bold";
  text-shadow: 2px 2px 2px #000;
}

.texto-not p{
  margin-top: 15px;
  color: #fff;
}

.texto-not a{
  color: #fff;
  display: inline-block;
  margin-top: 15px;
  border: solid 2px #fff;
  padding: 5px 10px;
}

.texto-not a:hover{
  color: #ffd61a;
  border: solid 2px #ffd61a;
  text-decoration: none;
}

#frase{
  padding-top:30px;
  background: url(../img/bg-home2.jpg) no-repeat top center;
}

#frase h1{
  color: #fff;
  text-shadow: 2px 2px 2px #000;
  font-size: 30px;
  margin-top: 100px;
  font-family:"Open Sans Bold";
}

.bg-5{
  background: url(../img/bg5.jpg) no-repeat center top;
}

#formulario{
  margin-top: 30px;
	margin-bottom: 30px;
}

#formulario h2{
	color: #000 !important;
	text-transform: none;
	font-size: 18px;
	margin-top:11px;
	margin-left: 3px;
  font-family:"Open Sans Bold";
}

#formulario input[type="text"]{
	width:100%;
	background-color:#000;
	color:#fff;
	border:solid 1px #000;
  font-family: 'PT Sans', sans-serif;
	font-size:14px;
	padding:10px;
	margin-top: 5px;
}

#formulario textarea{
	width:100%;
  background-color:#000;
	color:#fff;
	border:solid 1px #000;
	font-size:14px;
	padding:10px;
	margin-top: 5px;
  height: 140px;
  font-family: 'PT Sans', sans-serif;
}

#formulario input[type="radio"] {
    padding: 10px;
    margin-top: 16px;
    margin-left: 15px;
    margin-bottom: 12px;
}

#enviar {
  width: 97px !important;
  border: medium none !important;
  cursor: pointer;
  position: relative;
  float: right !important;
  font-size: 18px !important;
  color: #fff !important;
  text-transform: uppercase;
  text-align: center;
  background: #000 !important;
  margin-top: 15px !important;
  margin-bottom: 0px !important;
  padding: 10px 0px !important;
   font-family:"Open Sans Bold";
}

#enviar:hover{
	background: #ffd61a !important;
	color: #fff !important;
}

#borrar {
  width: 97px !important;
	margin-right: 15px;
  border: medium none !important;
  cursor: pointer;
  position: relative;
  float: right !important;
  font-size: 18px !important;
  color: #fff !important;
	text-transform: uppercase;
  text-align: center;
  background: #000 !important;
  margin-top: 15px !important;
  margin-bottom: 0px !important;
  padding: 10px 0px !important;
  margin-left: 15px;
   font-family:"Open Sans Bold";
}

#borrar:hover{
	background: #ffd61a !important;
	color: #fff !important;
}

#inscripciones{
  padding: 62px 0px;
}

#inscripciones h1{
  color: #f20000;
  border-bottom: solid 7px #f20000;
  padding-bottom:16px;
  font-size: 40px;
  font-family:"Open Sans Bold";
}

#inscripciones p{
  color: #fff;
  background: #000;
  padding: 10px;
  margin-top: 46px;
  font-family:"Open Sans Bold";
  font-size:18px;
}



.bg-6{
  background: url(../img/bg6.jpg) no-repeat center top;
}

#contacto{
  padding: 45px 0px;
}

#contacto h1{
  color: #f20000;
  border-bottom: solid 6px #f20000;
  padding-bottom: 8px;
  font-size: 44px;
  font-family:"Open Sans Bold";
}

#contacto p{
  color: #000;
  font-size: 16px;
}

#contacto h3{
  color: #fff;
  background: #ffd61a;
  padding: 10px;
  margin-top: 20px;
  font-family:"Open Sans Bold";
  font-size:18px;
}




@media (max-width: 800px){
	
  #home-quienes h1 {
    margin-top: 20px;
  }

  #head {
    text-align: center;
  }

  #pagos {
    background: url(../img/pagos.png) no-repeat center;
    width: 100%;
  }
  #menu {
    margin-top: 5px;
    padding-bottom: 0;
  }
	.navbar-header {
	    float: none;
	}
	.navbar-left,.navbar-right {
	    float: none !important;
	}
	.navbar-toggle {
	    display: block;
			background: #ffd61a !important;
	}
	.navbar-collapse {
	    border-top: 1px solid transparent;
	    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
	    top: 0;
	    border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
	    display: none!important;
	}
	.navbar-nav {
	    float: none!important;
	    margin-top: 7.5px;
	}
	.navbar-nav>li {
	    float: none;
	}
	.navbar-nav>li>a {
	    padding-top: 10px ;
	    padding-bottom: 10px;
	}
	.collapse.in{
	    display:block !important;
	}
	#navbar li {
	   width: 100%;
	 }
	#navbar a{
	  width: 100%;
	  text-align: left;
		padding: 5px;
		margin-top: 2px;
    border: none;
	}
  #ber {
    margin-top: 5px;
    text-align: center;
  }
  #ber img{
    margin: auto;
  }
  .caption {
    bottom: 30px;
  }
  .caption h1 {
    font-size: 16px;
  }
  .caption p {
    margin-top: 10px;
    font-size: 16px;
  }
  .texto-home-p {
    margin-top: 96px;
  }
  footer h1 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #web {
    margin-top: 20px;
  }
  #egresados-img h1 {
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  #programas p {
    margin-top: 10px;
  }
  #programas2 h1 {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  #frase h1 {
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #inscripciones a {
    margin-top: 15px;
  }
  #contacto p {
    margin-top: 20px;
  }
  
  .btn{
	  font-size:22px;
  }
  programa-home h1 {
    font-size: 15px;
  }
  footer p{
	  font-size:18px;
  }
  
  #titulo{
	  padding-top:97px;
	  padding-bottom:97px;
  }
  #egresados-img1 h1 {
    font-size: 25px;
    margin-top: 0px;
    margin-bottom: 20px;
}
#egresados-img h1 {
    font-size: 25px;
    margin-top: 90px;
    margin-bottom: 20px;
}

#egresados-img1 h1 {
    font-size: 25px;
    margin-top: 90px;
    margin-bottom: 20px;
}

.photo h1 {
    font-size: 20px;
}
	.carousel-indicators {
    bottom: 0px;
}
	#titulo h1 {
    font-size: 25px;
}
	.egresados p {
    margin-top: 20px;
	margin-bottom: 20px;
}
	#inscripciones p {
    font-size: 15px;
}
  #programas h1{
	  font-size:32px;
  }
  
  #titulo-blanco h1{
	  font-size:36px;
  }
  
  #home-noticias{
	  padding:60px 0px;
  }
  
  .cbp-ntaccordion h3{
	  font-size:19px;
  }
  
  #home-noticias p{
	  font-size:13px;
  }
  
  #inscripciones h1{
	  font-size:33px;
  }
  #logo {
		margin-top: 18px;
	}
  #formulario h2{
	  font-size:15px;
  }
}



@media (max-width: 900px) and (min-width: 801px){
	
  #logo {
		margin-top: 18px;
	}
	#navbar a{
		font-size:14px;
    padding: 4px;
	}
	
	.caption{
		left:4%;
	}
	
	.caption h1{
		font-size:27px;
	}
	.caption p{
		font-size:24px;
	}
	
	.btn{
		font-size:18px;
	}
	
	
	#home-quienes h1{
		margin-top:0px;
	}
	
	.texto-home-p{
		margin-top:134px;
		font-size:15px;
		line-height:17px;
	}
	
	.noticia-home2{
		font-size:28px;
		min-height:286px;
	}
	
	footer h1{
		margin-top:37px;
	}
	
	#frase h1{
		margin-top:0px;
	}
	
	#home-noticias{
		padding:56px 0px;
	}
	
	#programas h1{
		font-size:29px;
	}

  #egresados-img h1 {
    font-size: 25px;
    margin-top: 90px;
    margin-bottom: 20px;
  }

  #egresados-img1 h1 {
    font-size: 25px;
    margin-top: 90px;
    margin-bottom: 20px;
  }
	
	#home-noticias p{
		font-size:18px;
	}

	.egresados img{
		margin-top: 3px;
	}

	.texto-not2{
		padding: 77px 15px;
	}
	
	#contacto h1{
		font-size:29px;
	}

  .photo h1 {
    font-size: 36px;
  }
}

@media (max-width: 1000px) and (min-width: 901px){
	
	#navbar a{
		font-size:16px;
	}
	#logo {
		margin-top: 18px;
	}
	.caption{
		left:4%;
	}
	
	.caption h1{
		font-size:35px;
	}
	#egresados-img1 h1 {
    font-size: 30px;
}
	.caption p{
		font-size:31px;
	}
	.btn{
		min-height:78px;
		font-size:16px;
	}
	
	.texto-home-p{
		margin-top:138px;
	}
	
	.noticia-home2{
		font-size:28px;
		min-height:286px;
	}
	
	#titulo h1{
		font-size:37px;
	}
	
	#egresados-img h1 {
    font-size: 30px;
    margin-top: 99px;
  }

  #egresados-img1 h1 {
    font-size: 30px;
    margin-top: 99px;
  }
	
	#frase h1{
		margin-top:56px;
	}
	.egresados img{
		margin-top: 3px;
	}

  footer h1 {
    margin-top: 34px;
  }

	#contacto h1{
		font-size:34px;
	}
}


@media (max-width: 1100px) and (min-width: 1001px){
	
	#navbar a{
		font-size:13px;
	}
	.caption{
		left:4%;
	}
	
	.caption h1{
		font-size:42px;
	}
	.caption p{
		font-size:31px;
	}
	
	.btn{
		font-size:20px;
		min-height:92px;
	}
	
	.texto-home-p{
		margin-top:160px;
	}
	.noticia-home2{
		font-size:40px;
		min-height:296px;
	}
	
	footer p{
		font-size:18px;
	}
	
	#quienes p{
		font-size:18px;
	}
	
	#home-noticias h1{
		font-size:52px;
	}
	
	footer h1{
		font-size:18px;
    margin-top: 39px;
	}
	
	#programas h1{
		font-size:35px;
	}

  .programa-home h1 {
    font-size: 14px;
    margin-top: 66%;
  }
	
	.texto-not2 h1{
		font-size:14px;
	}
	
	.texto-not2 p{
		font-size:13px;
	}
	.egresados img{
		margin-top: 3px;
	}
	#frase h1{
		margin-top:53px;
	}
	.texto-not2 {
    padding: 6px 3px;
    box-sizing: border-box;
  }
	#contacto h1{
		font-size:33px;
	}
	
	#egresados-img h1 {
    font-size: 30px;
    margin-top: 112px;
   }

  #egresados-img1 h1 {
    font-size: 30px;
    margin-top: 112px;
  }
}


@media (max-width: 1200px) and (min-width: 1101px){
	
	#navbar a{
		font-size:15px;
	}
	#logo{
		margin-top: 12px;
	}
	.caption{
		left:4%;
	}
	
	.caption h1{
		font-size:42px;
	}
	.caption p{
		font-size:31px;
	}
	
	.btn{
		font-size:21px;
	}
	
	.texto-home-p{
		margin-top:205px;
	}
	
	.noticia-home2{
		font-size:40px;
	}
	
	.noticia-home2{
		min-height:311px;
	}

  footer h1 {
    font-size: 19px;
    margin-top: 36px;
  }
	
	footer p{
		font-size:18px;
	}
	
	#quienes p{
		font-size:14px;
	}
	
	#home-noticias{
		padding:53px 0px;
	}
	
	#programas h1{
		font-size:36px;
	}

  .programa-home h1 {
    font-size: 15px;
  }
	
	.texto-not2 h1{
		font-size:10px;
	}
	.texto-not2 {
    padding: 5px 5px;
  }
	#frase h1{
		font-size:26px;
	}
	
	#contacto h1{
		font-size:39px;
	}
	.egresados img{
		margin-top: 3px;
	}
	
  #egresados-img h1 {
    font-size: 30px;
    margin-top: 130px;
   }

  #egresados-img1 h1 {
    font-size: 30px;
    margin-top: 130px;
  }

}


@media (max-width: 1300px) and (min-width: 1201px){
	#navbar a{
		font-size:18px;
	}
	
	.caption{
		left:21%;
	}
	
	.caption h1{
		font-size:42px;
	}
	.caption p{
		font-size:31px;
	}
	
	.btn{
		font-size:13px;
		min-height:78px;
	}
	
	.texto-home-p{
		margin-top:119px;
		font-size:14px;
		line-height:16px;
	}
	
	.noticia-home2{
		font-size:25px;
		min-height:260px;
	}

  footer h1 {
    font-size: 19px;
    margin-top: 36px;
  }
	
	footer p{
		font-size:18px;
	}
	
	#quienes p{
		font-size:12px;
	}
	
	#home-noticias h1{
		font-size:40px;
	}
	
	#programas h1{
		font-size:28px;
	}
	
	.texto-not2{
		padding:11px 15px;
	}
	
	.texto-not2 h1{
		font-size:14px;
	}
	.texto-not2 p{
		font-size:17px;
	}
	
	.texto-not2 a{
		margin-top:9px;
		font-size:13px;
	}
	
	#formulario h2{
		font-size:14px;
	}
	
	#inscripciones p{
		font-size:15px;
	}
	
	#contacto h1{
		font-size:28px;
	}
	
	#contacto p{
		font-size:12px;
	}
	
	#contacto h3{
		font-size:15px;
	}
	
	.texto-not{
		font-size:14px;
	}
	
	.egresados h1{
		margin-top:13px;
		font-size:25px;
	}
	
	.egresados p{
		font-size:13px;
		margin-top:9px;
		line-height:15px;
	}

  .programa-home h1 {
    font-size: 15px;
  }
	
	#titulo h1{
		font-size:32px;
	}
	
	#home-noticias{
		padding:61px 0px;
	}
	
	#frase h1{
		font-size:22px;
		margin-top:47px;
	}
	
	#inscripciones h1{
		font-size:37px;
	}
  
  #egresados-img h1 {
    font-size: 30px;
    margin-top: 119px;
  }

  #egresados-img1 h1 {
    font-size: 30px;
    margin-top: 119px;
  }

  .modal-dialog {
    width: 505px;
    margin: 50px auto;
  }
  
}

@media (max-width: 1400px) and (min-width: 1301px){
	
	#navbar a{
		font-size:18px;
	}
	
	.caption{
		left:21%;
	}
	
	.caption h1{
		font-size:42px;
	}
	.caption p{
		font-size:31px;
	}
	
	.btn{
		font-size:18px;
	}
	
	.texto-home-p{
		margin-top:137px;
		font-size:14px;
	}
	
	
	.noticia-home2{
		font-size:30px;
		min-height:294px;
	}

  footer h1 {
    font-size: 19px;
    margin-top: 36px;
  }
	
	footer p{
		font-size:18px;
	}
	
	.egresados p{
		font-size:18px;
	}
	
	.egresados h1{
		margin-top:18px;
		font-size:24px;
	}
	
	#quienes p{
		font-size:18px;
	}
	
	#home-noticias{
		padding:56px 0px;
	}
	
	#home-noticias h1{
		font-size:41px;
	}
	
	#programas h1{
		font-size:30px;
	}
	
	.texto-not2{
		padding:12px 15px;
	}
	
	.texto-not2 h1{
		font-size:15px;
	}
	
	.texto-not2 p{
		font-size:18px;
	}
	
	.texto-not2 a{
		margin-top:9px;
	}
	
	#frase h1{
		margin-top:54px;
		font-size:24px;
	}
	
	#formulario h2{
		font-size:14px;
	}
	
	#contacto h1{
		font-size:30px;
	}
	
  #egresados-img h1 {
    font-size: 30px;
    margin-top: 119px;
  }

  #egresados-img1 h1 {
    font-size: 30px;
    margin-top: 119px;
  }

	#home-quienes p{
		font-size:18px;
	}

  .modal-dialog {
    width: 505px;
    margin: 50px auto;
  }

}


@media (max-width: 1500px) and (min-width: 1401px){
	
	#navbar a{
		font-size:18px;
	}
	
	.caption h1{
		font-size:49px;
	}
	
	.btn{
		font-size:16px;
	}
	
	.texto-home-p{
		margin-top:163px;
	}
	
	.noticia-home2{
		font-size:35px;
	}
	
	.noticia-home2{
		min-height:292px;
	}

  footer h1 {
    font-size: 19px;
    margin-top: 36px;
  }
	
	footer p{
		font-size:18px;
	}
	
	#quienes p{
		font-size:18px;
	}
	
	#home-noticias h1{
		font-size:47px;
	}
	
	#programas h1{
		font-size:34px;
	}
	
	#home-noticias p{
		font-size:15px;
	}
	
	
	.texto-not2{
		padding:9px 15px;
	}
	.texto-not2 a{
		margin-top:8px;
		font-size:14px;
	}
	
	.texto-not2 p{
		font-size:18px;
	}
	
	.texto-not2 h1{
		font-size:18px;
	}
	
	#frase h1{
		margin-top:38px;
	}
	
	#inscripciones h1{
		font-size:37px;
	}
	
	#contacto h1{
		font-size:32px;
	}
	
	.egresados h1{
		margin-top:21px;
		font-size:27px;
	}

  #egresados-img h1 {
    font-size: 30px;
    margin-top: 119px;
  }

  #egresados-img1 h1 {
    font-size: 30px;
    margin-top: 119px;
  }

	.egresados img{
		margin-top: 3px;
	}
	.egresados p{
		font-size:18px;
		line-height:19px;
	}

  .modal-dialog {
    width: 505px;
    margin: 50px auto;
  }

}

@media (max-width: 1600px) and (min-width: 1501px){
	
	#navbar a{
		font-size:18px;
	}
	
	.caption h1{
		font-size:49px;
	}
	
	.btn{
		font-size:19px;
	}
	
	.texto-home-p{
		margin-top:195px;
	}
	
	.noticia-home2{
		min-height:291px;
		font-size:35px;
	}

  footer h1 {
    font-size: 19px;
    margin-top: 36px;
  }
	
	footer p{
		font-size:18px;
	}
	
	#quienes p{
		font-size:18px;
	}
	
	#home-noticias h1{
		font-size:47px;
	}
	
	#home-noticias p{
		font-size:18px;
	}
	
	.texto-not2{
		padding:11px 15px;
	}
	
	.texto-not2 p{
		font-size:18px;
		margin-top:9px;
	}
	
	#frase h1{
		margin-top:59px;
	}
	
	#contacto h1{
		font-size:35px;
	}
	
	.egresados h1{
		margin-top:24px;
	}

  #egresados-img h1 {
    font-size: 30px;
    margin-top: 143px;
  }

  #egresados-img1 h1 {
    font-size: 30px;
    margin-top: 143px;
  }

  .modal-dialog {
    width: 505px;
    margin: 50px auto;
  }
	
}

@media (max-width: 1700px) and (min-width: 1601px){
	
	#navbar a{
		font-size:18px;
	}
	
	.btn{
		font-size:21px;
	}
	
	.texto-home-p{
		margin-top:170px;
	}
	
	.noticia-home2{
		font-size:33px;
		min-height:304px;
	}
	
	footer p{
		font-size:18px;
	}
	
	footer h1{
		font-size:18px;
    margin-top: 46px;
	}
	
	#quienes p{
		font-size:18px;
	}
	
	
	.texto-not2{
		padding:13px 15px;
	}
	
	.texto-not2 p{
		font-size:18px;
	}
	
	#frase h1{
		font-size:25px;
	}
	
	#contacto h1{
		font-size:36px;
	}

  #egresados-img h1 {
    font-size: 42px;
    margin-top: 143px;
  }

  #egresados-img1 h1 {
    font-size: 42px;
    margin-top: 143px;
  }

  .modal-dialog {
    width: 505px;
    margin: 50px auto;
  }

}


@media (max-width: 1800px) and (min-width: 1701px){
	
	#navbar a{
		font-size:18px;
	}
	
	.texto-home-p{
		margin-top:199px;
	}
	
	
	.noticia-home2{
		min-height:301px;
		font-size:36px;
	}

  footer h1 {
    margin-top: 38px;
  }
	
	footer p{
		font-size:18px;
	}
	
	#quienes p{
		font-size:18px;
	}

  .modal-dialog {
    width: 505px;
    margin: 50px auto;
  }
}


@media (max-width: 1920px) and (min-width: 1800px){
	
	#navbar a{
		font-size:19px;
	}
	
	.noticia-home2{
		font-size:39px;
		min-height:315px;
	}
	
	.modal-dialog {
    width: 505px;
    margin: 50px auto;
  }
}