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

#contenedor{
  	width:100%;
  	overflow:hidden;
  	z-index:9999;
  	font-family:"Roboto Regular";
  	position:relative;
	}
.pad{
  	padding-left:0px;
  	padding-right:0px;
	}
.clear{
  	clear:both;
	}
#head{
  	background: #2d2077;
  	text-align: right;
  	padding-bottom: 5px;
	}
/*#pagos{
  	display: inline-block;
  	background: url(../img/pagos.png) no-repeat 0px 0px;
  	height: 30px;
  	width:125px;
  	background-size: contain;
	}*/
#head #fb{
  	background: url(../img/redes.png) no-repeat 0px 0px;
  	width: 60px;
  	height: 30px;
  	display: inline-block;
	}
#head #fb:hover{
  	background: url(../img/redes-h.png) no-repeat 0px 0px;
	}
#head #tw{
  	background: url(../img/redes.png) no-repeat -61px 0px;
  	width: 60px;
  	height: 30px;
  	display: inline-block;
	}
#head #tw:hover{
  	background: url(../img/redes-h.png) no-repeat -61px 0px;
	}
#head #in{
  	background: url(../img/redes.png) no-repeat -121px 0px;
  	width: 60px;
  	height: 30px;
  	display: inline-block;
	}
#head #in:hover{
  	background: url(../img/redes-h.png) no-repeat -121px 0px;
	}
#head #yt{
  	background: url(../img/redes.png) no-repeat -177px 0px;
  	width: 60px;
  	height: 30px;
  	display: inline-block;
	}
#head #yt:hover{
  	background: url(../img/redes-h.png) no-repeat -177px 0px;
	}
#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:#2d2077;
  	font-size: 22px;
  	float: left;
  	position: relative;
  	padding:8px;
  	text-decoration: none !important;
  	font-family:"Roboto Bold";
	}
#navbar a:hover{
  	color: #ff0000;
  	border-bottom: solid 1px #ff0000;
	}
#navbar .selec{
  	color: #ff0000;
  	border-bottom: solid 1px #ff0000;
	}
#ber{
  	margin-top: 20px;
	}
/*.caption{
  	position: absolute;
  	left: 20%;
  	bottom: 80px;
	}
.caption h1{
  	font-family:"Roboto Bold";
  	color: #ffd61a;
  	font-size: 60px;
  	text-shadow: -5px 1px 4px #000;
	}
.caption p{
  	color: #FFF;
  	margin-top: 20px;
  	font-size: 36px;
  	text-shadow: -5px 1px 4px #000;
  	font-family:"Roboto Regular";
	}*/
#botones{
  	padding: 20px 0px;
	}
.btn{
  	display: flex;
  	flex-direction: row;
  	text-align: left;
  	justify-content: center;
  	align-items: center;
  	font-family:"Roboto 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{
  	border-right: solid 29px #2d2077;
  	float: left;
  	color: #2d2077  !important;
  	padding: 3px;
  	position: relative;
  	width: 100%;
	}
.btn-azul:hover{
  	background: #8772fb;
	color: #fff  !important;
	}
.btn-rojo{
  	border-right: solid 29px #ff0000;
  	color: #ff0000  !important;
  	float: left;
  	padding: 3px;
  	position: relative;
  	width: 100%;
	}
.btn-rojo:hover{
  	background: #fb8989;
	color: #fff  !important;
	}
#home-quienes{
  	padding: 82px 0px;
  	background: url(../img/bg-home.jpg) no-repeat top center;
  	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: #fff;
  	font-family:"Roboto Bold";
  	font-size: 30px;
  	margin-top: 20px;
	}
#home-quienes p{
  	color: #fff;
  	margin-top: 15px;
  	text-align: justify;
  	line-height: 19px;
  	font-size:16px;
	}
#home-quienes a{
  	display: inline-block;
  	margin-top: 30px;
  	color: #fff;
  	padding: 5px 15px;
  	border: solid 4px #fff;
  	font-size:18px;
	}
#home-quienes a:hover{
  	color: #ff0000;
  	border: solid 4px #ff0000;
  	text-decoration: none;
	}
.programa-home{
  	float: left;
  	position: relative;
  	background-size: cover;
  	width: 100%;
  	height:618px;
  	box-sizing: border-box;
	}
.programa-home h1{
  	font-family:"Roboto Bold";
  	font-size:30px;
  	text-shadow: -2px 2px 2px #000;
  	text-align: center;
  	color: #fff;
  	margin-top: 30px;
	}
.texto-home-p{
  	border-left: solid 12px #ff0000;
  	background: rgba(255, 255, 255, 0.7);
  	padding: 15px;
  	margin-top: 264px;
  	color: #000;
  	line-height: 19px;
	}
.texto-home-p a{
  	display: inline-block;
  	margin-top: 30px;
  	color: #ff0000;
  	font-size:18px;
  	padding:8px 15px;
	}
.texto-home-p a:hover{
  	display: inline-block;
  	margin-top: 30px;
  	color: #fff;
  	padding: 8px 15px;
  	background: #ff0000;
  	font-size:18px;
  	text-decoration:none;
	}
.p1{
  	background-image: url(../img/home/p1.png);
	}
.p2{
  	background-image: url(../img/home/p2.png);
	}
.p3{
  	background-image: url(../img/home/p3.png);
	}
#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:"Roboto Bold";
	}
#home-noticias p{
  	color: #FFF;
  	font-size:18px;
	}
.noticia-home{
  	float: left;
  	position: relative;
  	width: 100%;
  	margin-top: 80px;
	}
.title-not{
  	background:#ff0000;
  	padding: 10px;
  	color: #fff;
  	float: left;
  	position: relative;
  	width: 100%;
  	font-family:"Roboto Bold";
  	font-size:16px;
  	box-sizing: border-box;
	}
.noticia-home:hover .title-not{
  	background: #2d2077;
  	color: #fff;
	}
.texto-not{
  	background: #fff;
  	padding: 10px;
  	box-sizing: border-box;
  	width: 100%;
  	float: left;
  	position: relative;
  	color: #000;
	line-height: 21px;
	}
.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: #ff0000;
  	margin-top: 80px;
  	text-align: center;
  	color: #FFF !important;
  	font-size: 30px;
  	font-family:"Roboto Bold Italic";
  	text-decoration: none !important;
  	justify-content: center;
  	align-items: center;
	}
.noticia-home2 img{
  	margin-top: 169px;
	}
footer h1{
  	color: #ff0000;
  	font-family:"Roboto Bold";
  	font-size: 18px;
	margin-top: 15px;
	}
footer p{
  	margin-top: 10px;
  	font-size: 18px;
  	line-height: 25px;
  	color: #000;
	}
footer p i{
  	color: #ff0000;
	}
footer p span{
  	padding-left: 20px;
	}
#fb2{
  	background: url(../img/redes2.png) no-repeat 0px 0px;
  	width: 63px;
  	height: 48px;
  	display: inline-block;
	}
#fb2:hover{
  	background: url(../img/redes2-h.png) no-repeat 0px 0px;
	}
#tw2{
  	background: url(../img/redes2.png) no-repeat -65px 0px;
  	width: 60px;
  	height: 48px;
  	display: inline-block;
	}
#tw2:hover{
  	background: url(../img/redes2-h.png) no-repeat -65px 0px;
	}
#in2{
 	background: url(../img/redes2.png) no-repeat -129px 0px;
  	width: 55px;
  	height: 48px;
  	display: inline-block;
	}
#in2:hover{
  	background: url(../img/redes2-h.png) no-repeat -129px 0px;
	}
#yt2{
  	background: url(../img/redes2.png) no-repeat -186px 0px;
  	width: 60px;
  	height: 48px;
  	display: inline-block;
	}
#yt2:hover{
  	background: url(../img/redes2-h.png) no-repeat -186px 0px;
	}
#web{
  	padding: 3px 0px;
  	padding-right: 145px;
  	background: url(../img/web.png) no-repeat right;
  	color: #000;
  	font-size: 10px;
  	margin-top: 55px;
  	float: left;
  	position: relative;
	}
#titulo{
  	padding-top: 125px;
  	padding-bottom: 125px;
  	background-size: cover;
  	border-top: solid 3px #ff0000;
  	text-align: center;
	}
#titulo h1{
  	font-size: 44px;
  	color: #fff;
  	text-shadow: 2px 4px 2px #000;
  	font-family:"Roboto Bold";
	}
.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;
  	border-bottom: solid 2px #6690bf;
  	float: left;
  	position: relative;
  	width: 100%;
	}
.egresados h1{
  	color: #004694;
  	font-family:"Roboto Bold";
  	margin-top: 30px;
  	font-size: 30px;
	}
.egresados p{
  	margin-top: 15px;
  	color: #000;
  	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: #2d2077;
  	border-color: #5775AE;
  	width: 11px;
  	height: 11px;
	}
#carousel-egresados .carousel-indicators .active{
  	background: #ff0000;
  	border-color: #ff0000;
  	width: 15px;
  	height: 15px;
	}
#egresados-img{
  	padding: 50px 0px;
  	background: url(../img/bg-home2.jpg) no-repeat top center;
  	background-size: cover;
	}
#egresados-img h1{
  	color: #fff;
  	font-size: 60px;
  	margin-top: 150px;
  	font-family:"Roboto Bold";
	}
.bg-2{
  	background: url(../img/bg2.jpg) no-repeat center top;
	}
#quienes{
  	padding: 40px 7px;
	}
#quienes p{
	line-height: 24px;
  	margin-bottom:20px;
	}
.azul{
  	color: #5271af;
	}
.mision{
  	padding-bottom: 0px !important;
	}
.mision img{
  	margin-top: 20px;
	}
.bg-3{
  	background: url(../img/bg3.jpg) no-repeat center top;
	}
#servicios{
  	padding: 30px 0px;
	}
#servicios h1{
  	color: #ff0000;
  	border-bottom: solid 3px #ff0000;
  	padding-bottom: 8px;
  	font-size: 44px;
  	font-family:"Roboto Bold";
	}
#servicios p{
  	color: #000;
	text-align: justify;
	line-height: 19px;
  	margin-bottom:20px;
	}
#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:"Roboto Bold";
	}
 #programas2 p{
   	color: #fff;
   	padding: 15px;
   	line-height: 22px;
   	font-size: 18px;
   	text-align: justify;
	}

#titulo-blanco{
  	padding:66px 0px;
  	text-align: center;
	}
#titulo-blanco h1{
  	color: #ff0000;
  	border-bottom: solid 6px #ff0000;
  	display: inline-block;
  	font-size: 44px;
  	font-family:"Roboto 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: #2d2077;
	}
.texto-not2{
  	padding: 21px 15px;
  	box-sizing: border-box;
	}
.texto-not2 h1{
  	color: #fff;
    font-family:"Roboto Bold";
  	text-shadow: 2px 2px 2px #000;
	font-size: 34px;
  	line-height: 52px;
	}
.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: #ff0000;
  	border: solid 2px #ff0000;
  	text-decoration: none;
	}
.texto-not h1{
  	color: #fff;
  	font-family:"Roboto 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:"Roboto 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:"Roboto Bold";
	}
#formulario input[type="text"]{
	width:100%;
	background-color:#2d2077;
	color:#fff;
	border:solid 1px #2d2077;
    font-family: 'PT Sans', sans-serif;
	font-size:14px;
	padding:10px;
	margin-top: 5px;
	}
#formulario textarea{
	width:100%;
  	background-color:#2d2077;
	color:#fff;
	border:solid 1px #2d2077;
	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: #2d2077 !important;
  	margin-top: 15px !important;
  	margin-bottom: 0px !important;
  	padding: 10px 0px !important;
   	font-family:"Roboto Bold";
	}
#enviar:hover{
	background: #ff0000 !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: #2d2077 !important;
  	margin-top: 15px !important;
  	margin-bottom: 0px !important;
  	padding: 10px 0px !important;
  	margin-left: 15px;
   	font-family:"Roboto Bold";
	}
#borrar:hover{
	background: #ff0000 !important;
	color: #fff !important;
	}
#inscripciones{
  	padding: 62px 0px;
	}
#inscripciones h1{
  	color: #ff0000;
  	border-bottom: solid 7px #ff0000;
  	padding-bottom:16px;
  	font-size: 44px;
  	font-family:"Roboto Bold";
	}
#inscripciones p{
  	color: #fff;
  	background: #ff0000;
  	padding: 10px;
  	margin-top: 46px;
  	font-family:"Roboto Bold";
  	font-size:18px;
	}
#inscripciones a{
  	background:#ff0000;
  	padding: 5px 10px;
  	float: right;
  	color: #fff;
  	border: solid 2px #ff0000;
  	font-size:18px;
	}
.bg-6{
  	background: url(../img/bg6.jpg) no-repeat center top;
	}
#contacto{
  	padding: 45px 0px;
	}
#contacto h1{
  	color: #ff0000;
  	border-bottom: solid 6px #ff0000;
  	padding-bottom: 8px;
  	font-size: 44px;
  	font-family:"Roboto Bold";
	}
#contacto p{
  	color: #000;
  	font-size: 16px;
	}
#contacto h3{
  	color: #fff;
  	background: #ff0000;
  	padding: 10px;
  	margin-top: 20px;
  	font-family:"Roboto Bold";
  	font-size:18px;
	}
#map{
	height:300px;
  	margin-bottom: 30px;
	}
#ampliar{
	background-color: #ff0000;
  	color: #FFF;
  	text-align: center;
	padding: 8px 10px;
	position: absolute;
	bottom: 20px;
  	left: 10%;
  	font-weight: bold;
  	margin-top: 10px;
  	text-decoration: none !important;
  	text-transform: uppercase;
	}
#ampliar:hover{
	background: #2d2077;
	}
#back-top {
  	background-image: url(../img/whatsapp.png);
  	width: 62px;
  	height: 63px;
  	position: fixed;
  	right: 22px;
  	z-index: 900;
  	bottom: 440px;
	}




@media (max-width: 800px){
  
	#head {
    	text-align: center;
  	}
    #menu {
    	margin-top: 5px;
    	padding-bottom: 0;
  	}
	.navbar-header {
	    float: none;
      	background: #2d2077;
	}
	.navbar-left,.navbar-right {
	    float: none !important;
	}
	.navbar-toggle {
	    display: block;
		background: #ff0000 !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;
  	}
  	#servicios p {
    	margin-top: 10px;
  	}
  	#servicios2 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{
	  	height:487px;
  	}
  	footer p{
	  	font-size:14px;
  	}
  
  	#titulo{
	  	padding-top:97px;
	  	padding-bottom:97px;
  	}
  
  	#titulo h1{
	  	font-size:36px;
  	}
  
  	#servicios 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;
  	}
  
  	#formulario h2{
	  	font-size:15px;
  	}
}


@media (max-width: 900px) and (min-width: 800px){
	
	#navbar a{
		font-size:13px;
	}
	
	.caption{
		left:4%;
	}
	
	.caption h1{
		font-size:42px;
	}
	.caption p{
		font-size:31px;
	}
	
	.btn{
		min-height:78px;
		font-size:14px;
	}
	
	#home-quienes h1{
		margin-top:0px;
	}
	
	.texto-home-p{
		margin-top:134px;
		font-size:15px;
		line-height:17px;
	}
	
	.programa-home{
		height:515px;
	}
	
	.noticia-home2{
		font-size:28px;
		min-height:286px;
	}
	
	footer h1{
		margin-top:37px;
	}
	
	#frase h1{
		margin-top:0px;
	}
	
	#home-noticias{
		padding:56px 0px;
	}
	
	#servicios h1{
		font-size:29px;
	}
	
	#home-noticias p{
		font-size:14px;
	}
	
	.texto-not2{
		padding: 77px 15px;
	}
	
	#contacto h1{
		font-size:29px;
	}
}


@media (max-width: 1000px) and (min-width: 900px){
	
	#navbar a{
		font-size:12px;
	}
	
	.caption{
		left:4%;
	}
	
	.caption h1{
		font-size:42px;
	}
	.caption p{
		font-size:31px;
	}
	.btn{
		min-height:78px;
		font-size:16px;
	}
	
	.texto-home-p{
		margin-top:138px;
	}
	
	.programa-home{
		height:522px;
	}
	
	.noticia-home2{
		font-size:28px;
		min-height:286px;
	}
	
	#titulo h1{
		font-size:37px;
	}
	
	#egresados-img h1{
		font-size:37px;
	}
	
	#frase h1{
		margin-top:56px;
	}
	
	#contacto h1{
		font-size:34px;
	}
}


@media (max-width: 1100px) and (min-width: 1000px){
	
	#navbar a{
		font-size:12px;
	}
	.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;
	}
	
	.programa-home{
		height:514px;
	}
	
	.noticia-home2{
		font-size:40px;
		min-height:296px;
	}
	
	footer p{
		font-size:13px;
	}
	
	#quienes p{
		font-size:13px;
	}
	
	#home-noticias h1{
		font-size:52px;
	}
	
	footer h1{
		font-size:12px;
	}
	
	#servicios h1{
		font-size:35px;
	}
	
	.texto-not2 h1{
		font-size:14px;
	}
	
	.texto-not2 p{
		font-size:13px;
	}
	
	#frase h1{
		margin-top:53px;
	}
	
	#contacto h1{
		font-size:33px;
	}
	
	#egresados-img h1{
		font-size:45px;
	}
}

@media (max-width: 1200px) and (min-width: 1100px){
	
	#navbar a{
		font-size:13px;
	}
	
	.caption{
		left:4%;
	}
	
	.caption h1{
		font-size:42px;
	}
	.caption p{
		font-size:31px;
	}
	
	.btn{
		font-size:21px;
	}
	
	.texto-home-p{
		margin-top:205px;
	}
	
	.programa-home{
		height:557px;
	}
	
	.noticia-home2{
		font-size:40px;
	}
	
	.noticia-home2{
		min-height:311px;
	}
	
	footer p{
		font-size:14px;
	}
	
	#quienes p{
		font-size:14px;
	}
	
	#home-noticias{
		padding:53px 0px;
	}
	
	#servicios h1{
		font-size:36px;
	}
	
	.texto-not2 h1{
		font-size:15px;
	}
	
	#frase h1{
		font-size:26px;
	}
	
	#contacto h1{
		font-size:39px;
	}
	
	#egresados-img h1{
		font-size:51px;
	}

}

@media (max-width: 1300px) and (min-width: 1200px){
	#navbar a{
		font-size:12px;
	}
	
	.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;
	}
	
	.programa-home{
		height:484px;
	}
	
	.noticia-home2{
		font-size:25px;
		min-height:260px;
	}
	
	footer p{
		font-size:10px;
	}
	
	#quienes p{
		font-size:12px;
	}
	
	#home-noticias h1{
		font-size:40px;
	}
	
	#servicios h1{
		font-size:28px;
	}
	
	.texto-not2{
		padding:11px 15px;
	}
	
	.texto-not2 h1{
		font-size:10px;
	}
	.texto-not2 p{
		font-size:11px;
	}
	
	.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;
	}
	
	#titulo h1{
		font-size:32px;
	}
	
	#home-noticias{
		padding:61px 0px;
	}
	
	#frase h1{
		font-size:22px;
		margin-top:47px;
	}
	
	#inscripciones h1{
		font-size:37px;
	}

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

@media (max-width: 1400px) and (min-width: 1300px){
	
	#navbar a{
		font-size:13px;
	}
	
	.caption{
		left:21%;
	}
	
	.caption h1{
		font-size:42px;
	}
	.caption p{
		font-size:31px;
	}
	
	.btn{
		font-size:14px;
	}
	
	.texto-home-p{
		margin-top:137px;
		font-size:14px;
	}
	
	.programa-home{
		height:529px;
	}
	
	.noticia-home2{
		font-size:30px;
		min-height:294px;
	}
	
	footer p{
		font-size:11px;
	}
	
	.egresados p{
		font-size:13px;
		line-height:18px;
	}
	
	.egresados h1{
		margin-top:18px;
		font-size:24px;
	}
	
	#quienes p{
		font-size:12px;
	}
	
	#home-noticias{
		padding:56px 0px;
	}
	
	#home-noticias h1{
		font-size:41px;
	}
	
	#servicios h1{
		font-size:30px;
	}
	
	.texto-not2{
		padding:12px 15px;
	}
	
	.texto-not2 h1{
		font-size:11px;
	}
	
	.texto-not2 p{
		font-size:13px;
	}
	
	.texto-not2 a{
		margin-top:9px;
	}
	
	#frase h1{
		margin-top:54px;
		font-size:24px;
	}
	
	#formulario h2{
		font-size:14px;
	}
	
	#contacto h1{
		font-size:30px;
	}
	
	#home-quienes p{
		line-height:16px;
		font-size:14px;
	}

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

}


@media (max-width: 1500px) and (min-width: 1400px){
	
	#navbar a{
		font-size:14px;
	}
	
	.caption h1{
		font-size:49px;
	}
	
	.btn{
		font-size:16px;
	}
	
	.texto-home-p{
		margin-top:163px;
	}
	
	.programa-home{
		height:542px;
	}
	
	.noticia-home2{
		font-size:35px;
	}
	
	.noticia-home2{
		min-height:292px;
	}
	
	footer p{
		font-size:12px;
	}
	
	#quienes p{
		font-size:13px;
	}
	
	#home-noticias h1{
		font-size:47px;
	}
	
	#servicios 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:13px;
	}
	
	.texto-not2 h1{
		font-size:14px;
	}
	
	#frase h1{
		margin-top:38px;
	}
	
	#inscripciones h1{
		font-size:37px;
	}
	
	#contacto h1{
		font-size:32px;
	}
	
	.egresados h1{
		margin-top:21px;
		font-size:27px;
	}
	
	.egresados p{
		font-size:14px;
		line-height:19px;
	}

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

}

@media (max-width: 1600px) and (min-width: 1500px){
	
	#navbar a{
		font-size:14px;
	}
	
	.caption h1{
		font-size:49px;
	}
	
	.btn{
		font-size:19px;
	}
	
	.texto-home-p{
		margin-top:195px;
	}
	
	.programa-home{
		height:544px;
	}
	
	
	.noticia-home2{
		min-height:291px;
		font-size:35px;
	}
	
	footer p{
		font-size:13px;
	}
	
	#quienes p{
		font-size:14px;
	}
	
	#home-noticias h1{
		font-size:47px;
	}
	
	#servicios h1{
		font-size:35px;
	}
	
	#home-noticias p{
		font-size:15px;
	}
	
	.texto-not2{
		padding:11px 15px;
	}
	
	.texto-not2 p{
		font-size:14px;
		margin-top:9px;
	}
	
	#frase h1{
		margin-top:59px;
	}
	
	#contacto h1{
		font-size:35px;
	}
	
	.egresados h1{
		margin-top:24px;
	}

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

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

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

}


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

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


@media (max-width: 1920px) and (min-width: 1800px){
	
	footer p{
		font-size:16px;
	}

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