@font-face {
	font-family: "Open Sans Bold";
	src: url("../fonts/OpenSans-Boldd41d.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-Regulard41d.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-BoldItalicd41d.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;
}
@font-face {
	font-family: "BebasNeue-Regular";
	src: url("../fonts/BebasNeue-Regulard41d.eot?") format("eot"),
		url("../fonts/BebasNeue-Regular.woff") format("woff"),
		url("../fonts/BebasNeue-Regular.ttf") format("truetype"),
		url("../fonts/BebasNeue-Regular.svg#BebasNeue-Regular") format("svg");
	font-weight: normal;
	font-style: normal;
}

#contenedor {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.pad {
	padding-left: 0px;
	padding-right: 0px;
}
.clear {
	clear: both;
}
#head {
	background: #265752;
	text-align: right;
	padding-bottom: 5px;
}
#back-top2 {
	background-image: url(../img/whatsapp.html);
	width: 59px;
	height: 61px;
	position: fixed;
	right: 5px;
	z-index: 900;
	bottom: 338px;
}
#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: 63px;
	height: 48px;
	display: inline-block;
}
#head #fb:hover {
	background: url(../img/redes.png) no-repeat 0px 0px;
}
#head #tw {
	background: url(../img/redes.png) no-repeat -65px 0px;
	width: 60px;
	height: 48px;
	display: inline-block;
}
#head #tw:hover {
	background: url(../img/redes.png) no-repeat -65px 0px;
}
#head #in {
	background: url(../img/redes.png) no-repeat -129px 0px;
	width: 55px;
	height: 48px;
	display: inline-block;
}
#head #in:hover {
	background: url(../img/redes.png) no-repeat -129px 0px;
}
#head #yt {
	background: url(../img/redes.png) no-repeat -186px 0px;
	width: 60px;
	height: 48px;
	display: inline-block;
}
#head #yt:hover {
	background: url(../img/redes.png) no-repeat -186px 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: #000;
	font-size: 20px;
	float: left;
	position: relative;
	padding: 8px;
	text-decoration: none !important;
}
#navbar a:hover {
	color: #85ca5f;
	border-bottom: solid 1px #85ca5f;
}
#navbar .selec {
	color: #85ca5f;
	border-bottom: solid 1px #85ca5f;
}
.fond {
	background: #fff;
}
.fond2 {
	background: #fff;
	padding: 90px 0px;
}
.texts {
	display: inline-block;
	margin-top: 15px;
	padding: 5px 10px;
	text-align: center;
	width: 100%;
	margin-bottom: 25px;
}
.servicio {
	margin-top: 40px;
	float: left;
	position: relative;
	width: 100%;
}
.caption-ser {
	width: 88%;
	min-height: 100%;
	font-size: 22px;
	line-height: 25px;
	color: #fbfbfb;
	padding: 60px 15px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.caption-ampliar {
	width: 60px;
	height: 60px;
	position: absolute;
	right: 6px;
	background: url(../img/ampliar.png);
}
.caption-ampliar:hover {
	background: url(../img/ampliar-h.png);
}
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
	z-index: 9999;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999999;
}
.fancybox-skin {
	position: relative;
	background: #fff;
	color: #444;
	text-shadow: none;
}
.fancybox-opened {
	z-index: 999999;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("../img/fancybox_sprite.png");
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 9999;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../img/fancybox_loading.html") center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 99999;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../img/blank.html"); /* helps IE */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 999999;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 99999;
	visibility: hidden;
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
	overflow: hidden;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.7);
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: relative;
	bottom: 0;
	width: 100%;
	margin-bottom: 216px;
	z-index: 99999;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	float: left;
	position: relative;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: #fff;
	color: #000;
	line-height: 24px;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, 0.8);
}
.texts a {
	font-size: 35px;
	border: solid 2px #42a85e;
	color: #42a85e;
}
#ber {
	margin-top: 20px;
}
.caption {
	position: absolute;
	left: 5%;
	bottom: 150px;
}
.caption h2 {
	color: #fff;
	font-size: 60px;
	text-transform: uppercase;
	font-family: "BebasNeue-Regular";
}
.caption p {
	color: #fff;
	margin-top: 20px;
	font-size: 36px;
}
#botones {
	padding: 20px 0px;
}
.btn {
	display: flex;
	flex-direction: row;
	text-align: left;
	justify-content: center;
	align-items: center;
	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 #004694;
	float: left;
	color: #004694 !important;
	padding: 3px;
	position: relative;
	width: 100%;
}
.btn-azul:hover {
	background: #bbcadb;
}
.btn-amarillo {
	border-right: solid 29px #ffd61a;
	color: #ffd61a !important;
	float: left;
	padding: 3px;
	position: relative;
	width: 100%;
}
.btn-amarillo:hover {
	background: #f3eac3;
}
#home-quienes {
	padding: 82px 0px;
	background: #fff;
	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 h2 {
	color: #8cd063;
	font-size: 35px;
	margin-top: 20px;
	text-align: center;
	font-family: "BebasNeue-Regular";
}
#home-quienes p {
	color: #5b5b5b;
	margin-top: 15px;
	line-height: 19px;
	font-size: 20px;
}
#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: #ffd61a;
	border: solid 4px #ffd61a;
	text-decoration: none;
}
#home-programas1,
#home-programas3 {
	padding: 50px 0px;
	background: #8cd063;
}
#home-programas2 {
	padding: 50px 0px;
	background: #265752;
}
.programa-home {
	float: left;
	position: relative;
	background-size: cover;
	width: 100%;
	box-sizing: border-box;
}
.programa-home h2 {
	font-size: 30px;
	text-align: center;
	color: #fff;
	margin-top: 30px;
	text-transform: uppercase;
	font-family: "BebasNeue-Regular";
}
.programa-home p {
	font-size: 19px;
	text-align: justify;
	color: #fff;
	line-height: 21px;
}
.texto-home-p {
	padding: 15px;
	margin-top: 264px;
	color: #fff;
	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: 50px 0px;
	background: url("../img/bg-quienes.jpg") no-repeat center center;
	background-size: auto;
	background-size: cover;
}
#home-noticias h2 {
	font-family: "BebasNeue-Regular";
	color: #8cd063;
	padding-bottom: 8px;
	font-size: 56px;
	margin-bottom: 15px;
	margin-top: 0px;
}
#home-noticias p {
	color: #000;
	font-size: 20px;
	margin-bottom: 35px;
}
.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-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.html);
	top: -15px;
	right: 5px;
}
.noticia-home:hover .mas {
	background: url(../img/mas-h.html);
}
.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;
	text-decoration: none !important;
	justify-content: center;
	align-items: center;
}
.noticia-home2 img {
	margin-top: 15px;
}
footer {
	background: #fff;
}
footer h2 {
	color: #3a9962;
	font-size: 30px;
	margin-top: 3px;
	text-align: center;
}
footer p {
	margin-top: 10px;
	font-size: 20px;
	line-height: 25px;
	color: #000;
}
footer p i {
	color: #93d75a;
}
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.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.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.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.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 #8cd063;
}
#titulo h2 {
	font-size: 44px;
	color: #fff;
	text-shadow: 2px 4px 2px #000;
	font-family: "BebasNeue-Regular";
	text-align: right;
}
.bg-1 {
	background: url("../img/bg2.jpg") no-repeat left top;
}
#egresados {
	padding: 30px 0px;
}
.egresados {
	margin-top: 30px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 2px #8cd063;
	float: left;
	position: relative;
	width: 100%;
}
.egresados h3 {
	color: #8cd063;
	margin-top: 30px;
	font-size: 30px;
}
.egresados p {
	margin-top: 15px;
	color: #000;
	line-height: 20px;
	text-align: justify;
	font-size: 19px;
}
.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: #42a85e;
	border-color: #42a85e;
	width: 20px;
	height: 20px;
}
#carousel-egresados .carousel-indicators .active {
	background: #93d75a;
	border-color: #93d75a;
	width: 20px;
	height: 20px;
}
#egresados-img {
	padding: 50px 0px;
	background: url(../img/bg-home2.jpg) no-repeat top center;
	background-size: cover;
}
#egresados-img h2 {
	color: #fff;
	font-size: 60px;
	margin-top: 150px;
}
.bg-2 {
	background: url(../img/bg2.jpg) no-repeat left top;
}
#quienes {
	padding: 40px 0px;
	background: #fff;
}
#quienes p {
	margin-bottom: 20px;
	font-size: 19px;
	margin-top: 45px;
	line-height: 24px;
	text-align: justify;
}
.azul {
	color: #004d9d;
}
.mision {
	padding-bottom: 0px !important;
}
.mision img {
	margin-top: 20px;
}
.bg-3 {
	background: url(../img/bg3.jpg) no-repeat left top;
}
#programas {
	padding: 30px 0px;
}
#programas h2 {
	color: #004694;
	border-bottom: solid 3px #004694;
	padding-bottom: 8px;
	font-size: 44px;
}
#programas p {
	color: #000;
}
#programas img {
	margin-top: 30px;
}
#programas2 {
	padding: 50px 0px;
	background: url(../img/bg-pro.html) no-repeat top center;
	background-size: cover;
}
#programas2 h2 {
	color: #fff;
	font-size: 30px;
	text-align: center;
	text-shadow: 2px 2px 2px #000;
	margin-top: 100px;
}
#titulo-blanco {
	padding: 66px 0px;
	text-align: center;
}
#titulo-blanco h2 {
	color: #004694;
	border-bottom: solid 6px #004694;
	display: inline-block;
	font-size: 44px;
	font-weight: normal;
}
.bg-4 {
	background: url(../img/bg4.jpg) no-repeat left top;
}
#noticias {
	padding: 30px 0px;
}
.tex-3 {
	margin-top: 60px;
}
.texto-not3 {
	background: #42a85e;
	padding: 60px 11px;
	border-radius: 30px;
}
.texto-not3 h2 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.texto-not3 p {
	margin-top: 15px;
	color: #fff;
}
.texto-not3 a {
	color: #fff;
	display: inline-block;
	margin-top: 15px;
	border: solid 2px #fff;
	padding: 5px 10px;
}
.texto-not3 a:hover {
	color: #ffd61a;
	border: solid 2px #ffd61a;
	text-decoration: none;
}
.noticia {
	margin-top: 30px;
	margin-bottom: 20px;
	float: left;
	position: relative;
	background: #fff;
}
.tex-4 {
	margin-top: 60px;
}
.texto-not4 {
	background: #42a85e;
	padding: 60px 11px;
	border-radius: 30px;
	height: 202px;
}
.fond h2 {
	font-size: 44px;
	color: #42a85e;
	font-family: "BebasNeue-Regular";
	text-align: center;
	margin-top: 30px;
}
.texto-not4 h2 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.texto-not3 p {
	margin-top: 15px;
	color: #fff;
	font-size: 20px;
}
.texto-not4 a {
	color: #fff;
	display: inline-block;
	margin-top: 15px;
	border: solid 2px #fff;
	padding: 5px 10px;
}
.texto-not4 a:hover {
	color: #ffd61a;
	border: solid 2px #ffd61a;
	text-decoration: none;
}
.texto-not2 {
	padding: 25px 15px;
	box-sizing: border-box;
}
.texto-not2 h3 {
	font-family: "BebasNeue-Regular";
	font-size: 30px;
	color: #8cd063;
}
.texto-not2 p {
	margin-top: 15px;
	color: #000;
}
.texto-not2 a {
	background: #ffd61a;
	color: #fff;
	display: inline-block;
	margin-top: 15px;
	padding: 5px 10px;
}
.texto-not2 a:hover {
	background: #000;
	text-decoration: none;
}
.texto-not4 {
	background: #42a85e;
	padding: 35px 11px;
	border-radius: 200px;
}
.texto-not4 h2 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.texto-not4 p {
	margin-top: 15px;
	color: #fff;
	text-align: center;
	font-size: 20px;
}
.texto-not4 a {
	color: #fff;
	display: inline-block;
	margin-top: 15px;
	border: solid 2px #fff;
	padding: 5px 10px;
}
.texto-not4 a:hover {
	color: #ffd61a;
	border: solid 2px #ffd61a;
	text-decoration: none;
}
.texto-not h2 {
	color: #fff;
	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;
}
#adopcion {
	padding: 30px 0px;
}
.adopcion {
	margin-top: 30px;
	margin-bottom: 20px;
	float: left;
	position: relative;
	background: #8cd063;
}
#adopcion p {
	font-size: 20px;
	text-align: center;
}
#adopcion h2 {
	font-size: 44px;
	color: #8cd063;
	font-family: "BebasNeue-Regular";
	text-align: center;
}
#frase {
	padding-top: 30px;
	background: #3a9962;
}
#frase h2 {
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	font-size: 25px;
	margin-top: 100px;
	margin-bottom: 30px;
}
#frase p {
	color: #fff;
	margin-top: 20px;
	font-size: 18px;
	margin-bottom: 20px;
}
#frase a {
	font-size: 20px;
	text-align: center;
	border: solid 2px #fff;
	color: #fff;
	margin-bottom: 20px;
	float: left;
}
.bg-5 {
	background: url(../img/bg5.jpg) no-repeat left top;
}
#formulario {
	margin-top: 30px;
	margin-bottom: 30px;
}
#formulario label {
	color: #000 !important;
	text-transform: none;
	font-size: 18px;
	margin-top: 11px;
	margin-left: 3px;
}
#formulario input[type="text"] {
	width: 100%;
	background-color: #8cd063;
	color: #fff;
	border: solid 1px #8cd063;
	font-family: "PT Sans", sans-serif;
	font-size: 14px;
	padding: 10px;
	margin-top: 5px;
}
#formulario textarea {
	width: 100%;
	background-color: #8cd063;
	color: #fff;
	border: solid 1px #8cd063;
	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;
}
#enviar:hover {
	background: #8cd063 !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: #444444 !important;
	text-transform: uppercase;
	text-align: center;
	background: #ccc !important;
	margin-top: 15px !important;
	margin-bottom: 0px !important;
	padding: 10px 0px !important;
	margin-left: 15px;
}
#borrar:hover {
	background: #8cd063 !important;
	color: #fff !important;
}
#inscripciones {
	padding: 62px 0px;
}
#inscripciones h2 {
	color: #004694;
	border-bottom: solid 7px #004694;
	padding-bottom: 16px;
	font-size: 44px;
}
#inscripciones p {
	color: #fff;
	background: #ffd61a;
	padding: 10px;
	margin-top: 46px;
	font-size: 18px;
}
#inscripciones a {
	background: #f3c104;
	padding: 5px 10px;
	float: right;
	color: #fff;
	border: solid 2px #ffd61a;
	font-size: 18px;
}
.bg-6 {
	background: url(../img/bg6.jpg) no-repeat left top;
}
#contacto {
	padding: 45px 0px;
}
#contacto h2 {
	color: #8cd063;
	border-bottom: solid 6px #8cd063;
	padding-bottom: 8px;
	font-size: 44px;
}
#contacto p {
	color: #000;
	font-size: 20px;
}
#contacto h3 {
	color: #fff;
	background: #8cd063;
	padding: 10px;
	margin-top: 20px;
	font-size: 18px;
}
#map {
	height: 300px;
	margin-bottom: 30px;
}
#ampliar {
	background-color: #ffd61a;
	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: #004490;
}

.sticky-container {
	/*background-color: #333;*/
	padding: 0px;
	margin: 0px;
	position: fixed;
	right: -172px;
	top: 340px;
	width: 238px;
	z-index: 99999999;
}
.sticky li {
	border-radius: 45px;
	list-style-type: none;
	background-color: #c8ddde;
	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: 11px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 20px !important;
	font-family: "Open Sans Bold";
}
.sticky p {
	color: #000;
	font-family: "Open Sans Bold";
	line-height: 23px;
	font-size: 15px;
}

@media (max-width: 800px) {
	#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;
		background: #265752;
	}
	.navbar-left,
	.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
		background: #fff !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;
	}
	.programa-home h2 {
		font-size: 40px;
	}
	.caption {
		bottom: 30px;
		left: 2%;
	}
	.caption h2 {
		font-size: 19px;
	}
	.caption p {
		margin-top: 10px;
		font-size: 16px;
	}
	.texto-home-p {
		margin-top: 96px;
	}
	footer h2 {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	#web {
		margin-top: 20px;
	}
	#egresados-img h2 {
		font-size: 40px;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	#programas p {
		margin-top: 10px;
	}
	#programas2 h2 {
		margin-top: 10px;
		margin-bottom: 30px;
	}
	#inscripciones a {
		margin-top: 15px;
	}
	.btn {
		font-size: 22px;
	}
	#titulo {
		padding-top: 97px;
		padding-bottom: 97px;
	}
	#titulo h2 {
		font-size: 36px;
	}
	#programas h2 {
		font-size: 32px;
	}
	#titulo-blanco h2 {
		font-size: 36px;
	}
	#home-noticias {
		padding: 60px 0px;
	}
	.cbp-ntaccordion h3 {
		font-size: 19px;
	}
	#inscripciones h2 {
		font-size: 33px;
	}
	#formulario h2 {
		font-size: 20px;
	}
	footer p {
		font-size: 18px;
	}
	#contacto h2 {
		font-size: 30px;
	}
}

@media (max-width: 900px) and (min-width: 800px) {
	.caption {
		left: 4%;
		bottom: 80px;
	}
	.caption h2 {
		font-size: 42px;
	}
	.caption p {
		font-size: 31px;
	}
	.btn {
		min-height: 78px;
		font-size: 14px;
	}
	#home-quienes h2 {
		margin-top: 0px;
	}
	.texto-home-p {
		margin-top: 134px;
		font-size: 15px;
		line-height: 17px;
	}
	.noticia-home2 {
		font-size: 28px;
		min-height: 286px;
	}

	footer h2 {
		margin-top: 37px;
	}
	#home-noticias {
		padding: 56px 0px;
	}
	#programas h2 {
		font-size: 29px;
	}
	.texto-not2 {
		padding: 77px 15px;
	}
	#contacto h2 {
		font-size: 29px;
	}
}

@media (max-width: 1000px) and (min-width: 900px) {
	.caption {
		left: 4%;
	}
	.caption h2 {
		font-size: 42px;
	}
	.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 h2 {
		font-size: 37px;
	}
	#egresados-img h2 {
		font-size: 37px;
	}
	#contacto h2 {
		font-size: 34px;
	}
}

@media (max-width: 1100px) and (min-width: 1000px) {
	.caption {
		left: 4%;
	}
	.caption h2 {
		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;
	}
	#home-noticias h2 {
		font-size: 52px;
	}
	footer h2 {
		font-size: 12px;
	}
	#programas h2 {
		font-size: 35px;
	}
	.texto-not2 p {
		font-size: 13px;
	}
	#contacto h2 {
		font-size: 33px;
	}
	#egresados-img h2 {
		font-size: 45px;
	}
}

@media (max-width: 1200px) and (min-width: 1100px) {
	.caption {
		left: 4%;
	}
	.caption h2 {
		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;
	}
	#home-noticias {
		padding: 53px 0px;
	}
	#programas h2 {
		font-size: 36px;
	}
	#contacto h2 {
		font-size: 39px;
	}
	#egresados-img h2 {
		font-size: 51px;
	}
}

@media (max-width: 1300px) and (min-width: 1200px) {
	.caption {
		left: 21%;
	}
	.caption h2 {
		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;
	}
	#home-noticias h2 {
		font-size: 40px;
	}
	#programas h2 {
		font-size: 28px;
	}
	.texto-not2 {
		padding: 11px 15px;
	}
	.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 h2 {
		font-size: 28px;
	}
	#contacto h3 {
		font-size: 15px;
	}
	.texto-not {
		font-size: 14px;
	}
	.egresados h2 {
		margin-top: 13px;
		font-size: 25px;
	}
	.egresados p {
		font-size: 13px;
		margin-top: 9px;
		line-height: 15px;
	}
	#titulo h2 {
		font-size: 32px;
	}
	#home-noticias {
		padding: 61px 0px;
	}
	#inscripciones h2 {
		font-size: 37px;
	}
	.modal-dialog {
		width: 505px;
		margin: 50px auto;
	}
}

@media (max-width: 1400px) and (min-width: 1300px) {
	.caption {
		left: 21%;
	}
	.caption h2 {
		font-size: 42px;
	}
	.caption p {
		font-size: 31px;
	}
	.btn {
		font-size: 14px;
	}
	.texto-home-p {
		margin-top: 137px;
		font-size: 14px;
	}
	.noticia-home2 {
		font-size: 30px;
		min-height: 294px;
	}
	.egresados p {
		font-size: 13px;
		line-height: 18px;
	}
	.egresados h2 {
		margin-top: 18px;
		font-size: 24px;
	}
	#home-noticias {
		padding: 56px 0px;
	}
	#home-noticias h2 {
		font-size: 41px;
	}
	#programas h2 {
		font-size: 30px;
	}
	.texto-not2 {
		padding: 12px 15px;
	}
	.texto-not2 p {
		font-size: 13px;
	}
	.texto-not2 a {
		margin-top: 9px;
	}
	#formulario h2 {
		font-size: 14px;
	}
	#contacto h2 {
		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) {
	.caption h2 {
		font-size: 49px;
	}
	.btn {
		font-size: 16px;
	}
	.texto-home-p {
		margin-top: 163px;
	}
	.noticia-home2 {
		font-size: 35px;
	}
	.noticia-home2 {
		min-height: 292px;
	}
	#home-noticias h2 {
		font-size: 47px;
	}
	#programas h2 {
		font-size: 34px;
	}
	.texto-not2 {
		padding: 9px 15px;
	}
	.texto-not2 a {
		margin-top: 8px;
		font-size: 14px;
	}
	.texto-not2 p {
		font-size: 13px;
	}
	#inscripciones h2 {
		font-size: 37px;
	}
	#contacto h2 {
		font-size: 32px;
	}
	.egresados h2 {
		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) {
	.caption h2 {
		font-size: 49px;
	}
	.btn {
		font-size: 19px;
	}
	.texto-home-p {
		margin-top: 195px;
	}
	.noticia-home2 {
		min-height: 291px;
		font-size: 35px;
	}
	#home-noticias h2 {
		font-size: 47px;
	}
	#programas h2 {
		font-size: 35px;
	}
	.texto-not2 {
		padding: 11px 15px;
	}
	.texto-not2 p {
		font-size: 14px;
		margin-top: 9px;
	}
	#contacto h2 {
		font-size: 35px;
	}
	.egresados h2 {
		margin-top: 24px;
	}
	.modal-dialog {
		width: 505px;
		margin: 50px auto;
	}
}

@media (max-width: 1700px) and (min-width: 1600px) {
	.btn {
		font-size: 21px;
	}
	.texto-home-p {
		margin-top: 170px;
	}
	.noticia-home2 {
		font-size: 33px;
		min-height: 304px;
	}
	footer h2 {
		font-size: 13px;
	}
	#programas h2 {
		font-size: 36px;
	}
	.texto-not2 {
		padding: 13px 15px;
	}
	.texto-not2 p {
		font-size: 14px;
	}
	#contacto h2 {
		font-size: 36px;
	}
	.modal-dialog {
		width: 505px;
		margin: 50px auto;
	}
}

@media (max-width: 1800px) and (min-width: 1700px) {
	.texto-home-p {
		margin-top: 199px;
	}
	.noticia-home2 {
		min-height: 301px;
		font-size: 36px;
	}
	.modal-dialog {
		width: 505px;
		margin: 50px auto;
	}
}

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