@charset "ISO-8859-1";
/* CSS Document */
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1rem;
}
body {
    margin-bottom: 450px;
}
@media (max-width: 767px)  {
	body {
    margin-bottom: 650px;
}
}
html {
    position: relative;
    min-height: 100%;
}
@media (min-width: 901px)  {
	.jetmenu{ 
	width: auto;
}
}
#menuHeader {
	z-index: 300;
	background: #FFF;
	position: fixed;
	width: 100%;
	top: 0px;
	border-bottom: 5px solid #00ab47;
}
@media (max-width: 900px)  {
	#menuHeader {
	padding-bottom: 0px;
	border-bottom: none;
	}
}
.contenedorPrinMenu {
	width: 100%;
	margin-top: 19px;
	background-color: #FFF;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	padding: 7px 0 0;
}
@media (max-width: 900px)  {
	.contenedorPrinMenu {
		text-align: center;
		padding:0;
	}
}
.logoBigMenu {
	max-width: 290px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	z-index: 4;
	bottom: 5px;
}
@media (max-width: 900px) {
	.logoBigMenu {
	max-width: 100%;
	position: relative;
}
}
.sticky .logoBigMenu {
  max-width: 250px;
}
.jetmenu{
    float: none;
	background: transparent;
	z-index: 3;
	width: 100%;
	text-align: right;
}
@media (max-width: 900px) {
	.jetmenu{
	text-align: center;
	}
}
.jetmenu li { 
    float:none;
    display: inline-block;
}
.jetmenu > li > a {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	color: #012342;;
	padding: 20px 12px;
}
.jetmenu > li.showhide {
	background-color: #1b5489;
	z-index: 1;
}
@media (max-width: 900px) {
	.jetmenu > li.showhide {
	height: 54px;
	}
.jetmenu a {
    background: rgba(27, 84, 137, 0.8)
}
	.jetmenu > li > a {
	color: #FFF;
}
}
.jetmenu ul.dropdown {
    top: 59px;
}
.containerMenu {
    z-index: 3;
	position: relative;
	padding: 0;
}
@media (max-width: 1200px)  {
  .containerMenu {
    width: 100%;
	 max-width: 100%;
  }
}
.indicator {
	display: none;
}
.blue > li:hover > a, .blue > li.active > a{	background: #00ab47; color: #fff;}
.blue ul.dropdown li:hover > a{ background: #00ab47; color: #fff; }
.blue li > .megamenu form input[type="text"]:focus, .blue li > .megamenu form textarea:focus{ border-color: #00ab47; }
.blue li > .megamenu form input[type="submit"]:hover{ background: #00ab47; color: #fff; }
.blue li > .megamenu a:hover{ color: #ad828e; }
.jetmenu > li.showhide .icon em {
    background: #FFF;
}
.jetmenu ul.dropdown li a {
    color: #FFF;
}

#plecaMenucito {
    background-color: #012342;
    font-size: 17px;
	color: #FFF;
	font-weight: 300;
	font-size: 16px;
}
@media (max-width: 1200px)  {
  #plecaMenucito .container{
    width: 100%;
	 max-width: 100%;
	  padding-right: 0px;
	padding-left: 0px;
  }
}
#plecaMenucito ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#plecaMenucito p{
	padding: 8px 0px 0px;
	text-align: center;
	margin-bottom: 0px;
}
@media (max-width: 767px)  {
	#plecaMenucito p{
	margin-bottom: 4px;
}
}
.headerTel span::after {
    content: "|";
    padding-left: 5px;
    padding-right: 5px;
}
.headerTel span:last-child::after {
    display: none;
}
.comunidad {
    background: #34a853;
    text-align: center !important;
    padding: 8px 0px;
	display: block;
	height: 100%;
	transition: all .3s;
}
a.comunidad {
	color: #FFF;
	text-shadow: 0 2px 4px rgba(0,0,0,0.5) !important;
	text-decoration: none;
}
.comunidad:hover {
	background: #409664;
	cursor: hand;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
	transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}
.sticky .contenedorPrinMenu {
	margin-top:0px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
@media (max-width: 900px)  {
	.sticky .contenedorPrinMenu {
		margin-top:15px;
	}
}
#grados {
	text-align: center;
	overflow: hidden;
}
#grados a {
	display: block;
	width: 33.33333333%;
	color: #fff;
	float: left;
	text-decoration: none;
	padding: 2em 0;
	font-size: 25px;
    font-weight: 400;
}
@media (max-width: 767px)  {
	#grados a {
	width: 100%;
}
}
#grados a:hover {
	background-color: #34a853;
}
.gradosPree {
	background: #3073B1;
	background: #3073B1;
	padding: 2em 0;
    padding-right: 0px;
    padding-left: 0px;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}
.gradosPrim {
	background: #1B5489;
	padding: 2em 0;
    padding-right: 0px;
    padding-left: 0px;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}
.gradosSec {
    background: #153F67;
    padding: 2em 0;
        padding-right: 0px;
        padding-left: 0px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}
#slider {
	z-index: 1;
	margin-top:  130px !important;
}
@media (max-width: 990px) {
	#slider {
	margin-top:  90px !important;
}
}
@media (max-width: 900px) {
	#slider {
	margin-top:  190px !important;
}
}
@media (max-width: 767px) {
	#slider {
	margin-top:  190px !important;
	transition: all .2s ease-in-out;
}
}
@media (max-width: 520px) {
	#slider {
	margin-top:  180px !important;
	transition: all .2s ease-in-out;
}
}
@media (max-width: 478px) {
	#slider {
	margin-top:  170px !important;
	transition: all .2s ease-in-out;
}
}
@media (max-width: 430px) {
	#slider {
	margin-top:  150px !important;
	transition: all .2s ease-in-out;
}
}
#evenLinks{
	clear: both;
	margin-top: 70px;
}
#evenLinks h3{
	text-align: center;
	color: #0E4981;
	margin-bottom: 50px;
} 
#evenLinks h5{
	text-align: center;
	font-weight: bold;
} 
.item-event {
    text-align: left;
    border-bottom: 1px solid #e4e4e4;
    padding: 0.5em 0;
}
.item-event a{
	color: #676767;
}
.item-event-date {
    color: #008DC9;
    width: 20%;
	 font-weight: bold;
}
.item-event-date, .item-event-name {
    display: inline-block;
    vertical-align: middle;
}
.item-event-name {
	width: 63%;
	margin-left: 20px;
	line-height: 1.2;
}
p.e-day {
    font-size: 30px;
    line-height: 1;
    text-align: center;
}
.item-event p {
    margin: 0;
}
p.e-month {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}
.item-event-name p {
	font-size: 15px;
}
.plus-links {
	position: relative;
}
@media (max-width: 767px)  {
	.plus-links {
	margin-top: 50px;
}
}
.plus-links ul {
    background: rgba(109,173,232,0.3);
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
}
.plus-links a {
    color: #012342;
    line-height: 2.3;
}
.plus-links ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
}
.plus-links li {
    padding: 5px 20px;
}
.plus-links a li:hover {
	background-color:  #002342;
	color: #FFF;
}
.plus-links svg {
	display: block;
	font-size: 1.75rem;
	position: absolute;
	top: -20px;
	right: 45%;	
	color: #0E4981;
}
#frases {
    background: url('../images/quotes-bg.png');
     background-attachment: scroll;
    background-attachment: fixed;
    padding: 4em 0;
    text-align: center;
	color: #FFF;
	text-align: center;
	margin-top: 70px;
}
#frases h3{
	margin-bottom: 20px;
}
.frasesIcono {
	max-width: 130px;
	margin-bottom: 20px;
}
#ubicacion {
	margin-top: 70px;
}
#ubicacion h6 {
	color: #0E4981;
	font-weight: bold;
}
footer{
    background: #153F67;
    color: #fff;
    padding: 0 0 3em;
}
.logo-f {
    width: 70%;
}
footer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
footer li {
    padding: 5px 0px;
	font-size: 12px;
}
footer a {
	color: #FFF;
}
footer a:hover {
	color: #00ab47;
}
footer h6 {
	font-weight: bold;
}
.footerTel span::after {
    content: "|";
    padding-left: 5px;
    padding-right: 5px;
}
.footerTel span:last-child::after {
    content: "";
}
.footerTel svg{
	margin-right: 10px;
} 
@media (max-width: 767px)  {
	.footerEspacio {
	margin-top: 25px;
	}
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #FFF;
}
@media (max-width: 767px)  {
.espacioFila {
    margin-top: 20px;
}
	}
.jetmenu ul.dropdown li {
    background: #000 !important;
}
.titInternas {
    background: #153F67;
    padding: 25px 0;
    color: #fff;
	margin-top: 130px;
	transition: all .2s ease-in-out;
	text-transform: uppercase;
}
@media (max-width: 991px) {
	.titInternas {
	margin-top:  90px !important;
	transition: all .2s ease-in-out;
}
}
@media (max-width: 900px) {
	.titInternas {
	margin-top:  197px !important;
	transition: all .2s ease-in-out;
}
}
@media (max-width: 536px) {
	.titInternas {
	margin-top:  181px !important;
	transition: all .2s ease-in-out;
}
}
@media (max-width: 470px) {
	.titInternas {
	margin-top:  176px !important;
	transition: all .2s ease-in-out;
}
}
@media (max-width: 446px) {
	.titInternas {
	margin-top:  152px !important;
	transition: all .2s ease-in-out;
}
}
.titInternas h1{
	text-transform: uppercase;
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 0.1em;
}

@media (max-width: 373px) {
	.titInternas h1{
	font-size: 33px;
}
}
.titInscripcion {
    background: url('../images/bg_inscripciones.png');
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4em 0;
    text-align: center;
    color: #fff;
	margin-top: 134px;
	transition: all .2s ease-in-out;
	height: 400px;
}
@media (max-width: 990px) {
	.titInscripcion {
	margin-top:  90px !important;
	transition: all .2s ease-in-out;
	height: 300px;
}
}
@media (max-width: 900px) {
	.titInscripcion {
	margin-top:  195px !important;
	transition: all .2s ease-in-out;
	height: 200px;
}
}

@media (max-width: 523px) {
	.titInscripcion {
	margin-top:  175px !important;
	transition: all .2s ease-in-out;
	height: 200px;
}
}
@media (max-width: 435px) {
	.titInscripcion {
	margin-top:  155px !important;
	transition: all .2s ease-in-out;
	height: 100px;
}
}















.titUtiles {
	background: url('../images/bg-utiles2.png');
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4em 0;
    text-align: center;
    color: #fff;
	margin-top: 134px;
	transition: all .2s ease-in-out;
}
@media (max-width: 990px) {
	.titUtiles {
	margin-top:  90px !important;
	transition: all .2s ease-in-out;
}
}
@media (max-width: 900px) {
	.titUtiles {
	margin-top:  190px !important;
	transition: all .2s ease-in-out;
}
}
@media (max-width: 521px) {
	.titUtiles {
	margin-top:  170px !important;
	transition: all .2s ease-in-out;
}
}
@media (max-width: 430px) {
	.titUtiles {
	margin-top:  150px !important;
	transition: all .2s ease-in-out;
}
}
.titLibros {
	background: url('../images/bg-libros.png');
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4em 0;
    text-align: center;
    color: #fff;
	transition: all .2s ease-in-out;
}
.titLibros2 {
	background: url('../images/bg-libros.png');
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4em 0;
    text-align: center;
    color: #fff;
    margin-top: 134px;
	transition: all .2s ease-in-out;
}
@media (max-width: 990px) {
	.titLibros2 {
	margin-top:  90px !important;
	transition: all .2s ease-in-out;
}
}
@media (max-width: 900px) {
	.titLibros2 {
	margin-top:  190px !important;
	transition: all .2s ease-in-out;
}
}
@media (max-width: 521px) {
	.titLibros2 {
	margin-top:  170px !important;
	transition: all .2s ease-in-out;
}
}
@media (max-width: 430px) {
	.titLibros2 {
	margin-top:  150px !important;
	transition: all .2s ease-in-out;
}
}
#contenidoPrincipal {
	margin-top: 50px;
}
#contenidoPrincipal h1 {
	color: #0E4981;
	font-weight: bold;
	font-size: 30px;
	position: relative;
}
#contenidoPrincipal h3 {
	color: #0E4981;
	font-weight: bold;
	margin: 3em 0;
	text-align: center;
}
#contenidoPrincipal h2 {
	text-align: center;
	color: #0E4981;
	font-weight: bold;
	font-size: 30px;
	position: relative;
	margin: 3em 0 1.2em 0;
	font-size: 2em;
}
@media (max-width: 900px) {
	#contenidoPrincipal h2 {
	margin-top:  210px !important;
}
}
@media (max-width: 767px) {
	#contenidoPrincipal h2 {
	margin-top:  160px !important;
}
}
@media (max-width: 453px) {
	#contenidoPrincipal h2 {
	margin-top:  130px !important;
}
}
.iconoTit svg{
	position: absolute;
	z-index: -1;
	left: 45%;
	font-size: 80px;
	color: #e7e7e7;
	top: -28px;
}
.iconoTit span{
	z-index: 3;
}
/* .seccion {
	padding: 4em 15px;
} */
.pilares ul{
	list-style: none;
	padding: 0px;
}
.pilares li::before {
    font-family: "Font Awesome 5 Pro";
  	font-weight: 900;
 	 content: "\f058";
    margin-right: 10px;
}
.pilares li {
    color: #3073B1;
    font-weight: 600;
    line-height: 1.2;
    margin: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}
.blueSecc {
    background: #E2EFFF;
    padding: 1em 2em;
	text-align: center;
}
.blueSecc h5 {
    color: #3073B1;
    font-weight: bold;;
}
.Nmetodo h4 {
    background: #3073B1;
    color: #fff;
    text-align: center;
    font-weight: 400;
    padding: 3px 0;
}
.Nmetodo ul {
    list-style: none;
}
.Nmetodo ul li{
    padding-bottom: 10px;
}
.Nmetodo .col-md-6{
    background: #F9F9F9;
}
#historia {
    background: #3073B1;
    padding: 4em 0;
    text-align: center;
	color: #FFF;
}
.valor {
    color: #1B5489;
    font-size: 18px;
    font-weight: 700;
	text-align: center;
}
.valor svg{
	font-size: 40px;
	font-weight: 100;
	margin-bottom: 20px;
	color: #3073b1;
}
.servItem h4 {
    margin: 0;
    line-height: 1.2;
	color: #0E4981;
	font-weight: bold;
	margin-bottom: 15px;
}
@media (max-width: 991px) and  (min-width: 768px) {
	.servItem h4 {
	font-size: 15px;
}
}
#servicios .col-md-3{
	margin-bottom: 20px;
}
.servItem  p {
    color: #3073B1;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}
a.servItem{
	text-decoration: none;
	margin-bottom: 20px;
	height: 100%;
} 
.servItem{
    border: 1px solid #3073B1;
    border-radius: 5px;
    padding: 2em;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
	display: block;
	text-align: center;
}
.servItem:hover{
	transform: scale(1.06);
	transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.servItem svg{
	font-size: 40px;
	color: #3977b4;
	margin-bottom: 15px;
}
.strongN {
	color: #ff9900;
	font-weight: bold;
}
.strongA {
	color: #3366ff;
	font-weight: bold;
}
a.back-btn {
    display: inline-block;
    background: #2196F3;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    padding: 0.5em 1em;
    margin-bottom: 60px;
}
/* .niveles {
	text-align: center;
}
.niveles img {
    margin-right: 5px;
    border: 3px solid #fff;
    border-radius: 50%;
    width: 118px;
	height: auto;
}
.niveles h4, .niveles img {
    display: inline-block;
    vertical-align: middle;
}
.niveles a h4 {
	color: #153F67;
}
.niveles a {
	display: block;
	padding: 20px;
	transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.niveles a:hover{
	background-color: #ffbe50;
	transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
} */
.table-info-1 th {
    text-align: center;
    background: #caf39c;
    padding: 7px;
}
.table-info-1 td {
    padding: 10px;
    border: 1px solid #e8e8e8;
}
.tablaAzul {
	background: #e8f1fd;
}
.titAgenda {
	border-bottom: solid 9px #01b659
}
#contenidoAgendar {
	max-width: 900px;
}
.iconoAgendar {
	width: 30px;
	margin-right: 10px;
}
@media (max-width: 400px) {
	.iconoAgendar {
	width: 30px;
	margin-right: 3px;
}
}
.agendarForm {
	background-color: #012342;
	color: #FFF;
	border-top: solid 9px #01b659;
	padding: 20px 10px 40px 10px;
}
#contenidoAgendar .btn-primary {
	background-color: #01b659;
	border-color: #01b659;
}
.seccionAgenda {
	padding: 1em 0px 1em 20px;
}
@media (max-width: 400px) {
	.seccionAgenda {
	padding: 1em 0px 1em 10px;
}
}
.iconoP {
	margin-bottom: 10px;
	display: inline-block;
    margin-left: 20px;
}
@media (max-width: 400px) {
	.iconoP {
	display: block;
    margin-left: 0px;
}
}
.adminBot {
	width: 100%;
	border-radius: 0px;
display: block;
height: 100%;
}
.listasFotos {
	text-align: center;
	transition: all .2s ease-in-out;
	text-decoration: none;
	color: #000;
}
.listasFotos img{
	width: 100%;
	border-radius: 290px;
}
.listasFotos:hover {
	text-decoration: none;
}
.listaPree {
	border: solid 11px #bcf47b;
	transition: all .2s ease-in-out;
}
.listaPri{
	border: solid 11px #a0dffc;
	transition: all .2s ease-in-out;
}
.listaSec{
	border: solid 11px #ffcfae;
	transition: all .2s ease-in-out;
}
.listasFotos:hover .listaPree{
	border: solid 11px #8dc34e;
	transition: all .2s ease-in-out;
}
.listasFotos:hover .listaPri{
	border: solid 11px #5293b1;
	transition: all .2s ease-in-out;
}
.listasFotos:hover .listaSec{
	border: solid 11px #d8a989;
	transition: all .2s ease-in-out;
}
.listasSeccion1 {
	background-color: #d8f8b3;
	width: 100%;
	height: 100px;
	display: flex;
	color: #777676;
	transition: all .2s ease-in-out;
	border: solid 1px #b7b7b7;
}
.listasSeccion1 h4 {
	align-self: center !important;
	margin: 0 auto;
	font-size: 28px;
}
.listasSeccion1:hover {
	background-color: #bcf47b;
	transition: all .2s ease-in-out;
	color: #000;
	text-decoration: none;
}
.listasSeccion2 {
	background-color: #c8edfd;
	width: 100%;
	height: 100px;
	display: flex;
	color: #777676;
	transition: all .2s ease-in-out;
	border: solid 1px #b7b7b7;
}
.listasSeccion2 h4 {
	align-self: center !important;
	margin: 0 auto;
	font-size: 28px;
}
.listasSeccion2:hover {
	background-color: #a0dffc;
	transition: all .2s ease-in-out;
	color: #000;
	text-decoration: none;
}
.listasSeccion3 {
	background-color: #ffe3d0;
	width: 100%;
	height: 100px;
	display: flex;
	color: #777676;
	transition: all .2s ease-in-out;
	border: solid 1px #b7b7b7;
}
.listasSeccion3 h4 {
	align-self: center !important;
	margin: 0 auto;
	font-size: 28px;
}
.listasSeccion3:hover {
	background-color: #ffcfae;
	transition: all .2s ease-in-out;
	color: #000;
	text-decoration: none;
}





.btn-default2 {
    color: #FFF;
    background-color: #58a55c;
    border-color: #58a55c;
    padding: 20px;
}
.btn-default2:hover{
	 color: #FFF;
    background-color: #3f7542;
	border-color: #3f7542;
}


.titRegInsc {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
}
@media (min-width: 900px) {
	.comunidadMovil {
		display: none !important;
	}
}
@media (max-width: 899px) {
	.comunidadMovil {
	    background: #34a853 !important;
	    text-align: center !important;
		display: block;
	}
	.jetmenu .comunidadMovil a{
	    background: #34a853 !important;
	}
}






.telLinksHeader a {
	font-size: 14px !important;
	color: #FFF;
	text-decoration: none;
}
.telLinksHeader a:hover {
	font-size: 14px !important;
	color: #00ab47;
	text-decoration: none;

}
.megamenu .row .col1 {
	width: 17.9%;
}
.jetmenu > li > .megamenu {
	background: #fff;
	-webkit-box-shadow: 0px 4px 14px 3px rgba(87,87,87,1);
-moz-box-shadow: 0px 4px 14px 3px rgba(87,87,87,1);
box-shadow: 0px 4px 14px 3px rgba(87,87,87,1);
}
.megamenu .row [class*="col"]:first-child {
  margin-left: 15px;
}
@media (max-width: 900px) {
	.jetmenu .megamenu img {
		display: none;
	}
	.jetmenu > li > .megamenu {
	-webkit-box-shadow: 0px 4px 0px 3px rgba(87,87,87,0);
	-moz-box-shadow: 0px 4px 0px 3px rgba(87,87,87,0);
	box-shadow: 0px 4px 0px 3px rgba(87,87,87,0);
	background: #15436d;
	}
	.jetmenu > li > .megamenu .row [class*="col"] {
		background: #15436d !important;
	}

	.jetmenu > li > .megamenu .row [class*="col"] a{
		background: transparent;
		color: #fff;
	}
	.jetmenu > li > .megamenu .row [class*="col"] p{
		background: transparent;
		color: #fff;
		text-transform: none;
	}
}
.jetmenu .megamenu a p {
	margin-bottom: 0px;
	padding-top: 5px;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	background-color: #fff;
}
.jetmenu .megamenu a {
	background-color: #fff;
	display: block;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 0px;
}
.jetmenu .megamenu a img{
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.jetmenu .megamenu a:hover img{
	opacity: .7;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.jetmenu .megamenu a:hover{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background-color: #3073B1;
	display: block;
	padding: 0px;
}
@media (max-width: 900px) {
	.jetmenu .megamenu a:hover {
	-webkit-transform: initial;
	transform: initial;
	}
}
.pilares {
	text-align: center;
}
.pilares svg{
	font-size: 30px;
	color: #008DC9;
}
.infoDeptBot {
  background-color: #e3f4fb;
  color: #FFF;
  padding: 5px 15px;
  margin-top: 10px;
  cursor: pointer;
  position: relative;
  display: table;
}
.infoDeptText {
  display: none;
  padding: 15px 9px 15px 35px;
  background-color: #f2f8fb;
}
.infoDeptBot span {
  color: #887f7f;
  display: table;
  font-size: 24px;
  margin-right: 15px;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
}
.infoDeptBot h4 {
  font-size: 18px;
  color: #008dc9;;
  display: table-cell;
  width: 100%;
}
#instalaciones {
	position: relative;
}
.mt-8{
	margin-top: 60px;
}
.constructivismo {
	color: #15436d;
	text-align: center;
}
#viewer {
	position: relative !important;
}
.HighElement, .HighIcon, .NumeraliaItem, .HighElement2, .HighElement3, .entradaDer, .entradaIzq, .entradaAbajo, .chartAnim, .animIconos {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.DivAnimShow {
    opacity: 1;
    transition: all 1.5s ease-out;
}
.delay1 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.delay2 {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.delay3 {
  -webkit-animation-delay: .7s;
  animation-delay: 0.7s;
}
.delay4 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.delay5 {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.delay6 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.delay7 {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}



/**
 * 1. The `reverse` animation direction plays the animation backwards
 *    which makes it start at the stroke offset 100 which means displaying
 *    no stroke at all and animating it to the value defined in the SVG
 *    via the inline `stroke-dashoffset` attribute.
 * 2. Rotate by -90 degree to make the starting point of the
 *    stroke the top of the circle.
 * 3. Using CSS transforms on SVG elements is not supported by Internet Explorer
 *    and Edge, use the transform attribute directly on the SVG element as a
 * .  workaround (https://markus.oberlehner.net/blog/pure-css-animated-svg-circle-chart/#part-4-internet-explorer-strikes-back).
 */
.circuloAnim, .chartText {
	opacity: 0;
}
.circle-chart__circle {
  animation: circle-chart-fill 2s reverse; /* 1 */ 
  transform: rotate(-90deg); /* 2, 3 */
  transform-origin: center; /* 4 */
  opacity: 1;
}

/**
 * 1. Rotate by -90 degree to make the starting point of the
 *    stroke the top of the circle.
 * 2. Scaling mirrors the circle to make the stroke move right
 *    to mark a positive chart value.
 * 3. Using CSS transforms on SVG elements is not supported by Internet Explorer
 *    and Edge, use the transform attribute directly on the SVG element as a
 * .  workaround (https://markus.oberlehner.net/blog/pure-css-animated-svg-circle-chart/#part-4-internet-explorer-strikes-back).
 */
.circle-chart__circle--negative {
  transform: rotate(-90deg) scale(1,-1); /* 1, 2, 3 */
}

.chart__info {
  animation: circle-chart-appear 2s forwards;
  opacity: 0;
  transform: translateY(0.3em);
  opacity: 1;
}

@keyframes circle-chart-fill {
  to { stroke-dasharray: 0 100; }
}

@keyframes circle-chart-appear {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 31em) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.contactoForm {
	background-color: #fff;
	color: #212529;
	padding: 35px;
}
.footerDatos {
	padding: 35px;
}
.footerDatos .fa-li {
	font-size: 26px;
}
.footerDatos ul li{
	font-size: 18px;
}
.socialMedia {
	position: absolute;
	position: absolute;
	right: 0px;
	top: 10px;
	font-size: 35px;
	width: 35px;
}
.socialMedia a {
	display: block;
	height: 40px;
}
#footerVentana {
	margin-top: 60px;
}
#footerVentana .container {
	background: #153F67;
	padding: 30px;
}
#footerVentana .footerDatos {
	color: #fff;
}
#footerVentana .footerDatos a{
	color: #fff;
}
.avisoDe {
	background-color: #43a049;
	color: #fff;
	padding: 3px;
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.avisoDe:hover {
	color: #fff;
	background-color: #409664;
	text-decoration: none;
}
.plus-links li{
	position: relative;
}
.plus-links li a {
	display: block;
}
.linksRIcono {
	position: absolute;
	right: 10px;
	display: block;
	top: 30px;
}
.linksRIcono svg {
	font-size: 20px;
}
/* Notification box */
.cm-notification-container {
	position: fixed;
	top: 0;
	right: 50px;
	width: 40%;
	z-index: 4000;
	min-width: 300px;
}
.notification-content {
	position: relative;
	z-index: 10;
}
.notification-w, .notification-n, .notification-e {
	position: relative;
	margin: 7px 0 7px 0;
	padding: 14px 0;
	border: 1px solid;
	background-position: 16px 12px !important;
	background-repeat: no-repeat !important;
	font-size: 100%;
	width: 100%;
	line-height: 15px;
	opacity: 0.96;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.notification-w div, .notification-n div, .notification-e div {
	display: block;
	padding-left: 50px;
	padding-right: 20px;
}
.notification-header-w, .notification-header-n, .notification-header-e {
	font-size: 110%;
	font-weight: bold;
	line-height: 15px;
	float: left;
	margin: 0 10px 0 0;
	padding-right: 0 !important;
	color: #c52a01;
}
.notification-w img, .notification-n img, .notification-e img {
	outline: 0;
	border: 0;
}
.notification-w p, .notification-n p, .notification-e p {
	margin: 0;
	color: #8c8531;
}
.notification-n p {
	color: #496e16;
}
.notification-e p {
	color: #9c3535;
}
.notification-body a, .notification-body a:visited, .notification-body a:hover, .notification-body a:active {
	font-size: 85%;
}
.notification-n {
	background: #d0eaae url('../imagesWeb/notice.png');
	border-color: #8bc045;
	min-height: 15px;
}
.notification-n div {
	color: #496e16;
}
.notification-w {
	background: #fffbcc url('../imagesWeb/warning.png');
	border-color: #e6db55;
	min-height: 15px;
}
.notification-w div {
	color: #8c8531;
}
.notification-e {
	background: #ffcece url('../imagesWeb/error.png');
	border-color: #df8f8f;
	min-height: 15px;
}
.notification-e div {
	color: #9c3535;
}
.notification-header-n {
	color: #668c34;
}
.notification-header-w {
	color: #bfa615;
}
.cm-notification-close {
	font-size: 50%;
	position: absolute;
	right: 5px;
	top: 5px;
}
.titContacto {
	width: 100%;
    text-align: center;
    border-bottom: 1px solid #34a853;
    line-height: 0.1em;
    margin: 10px 0px 55px;
}
.titContacto span {
    background: #fff;
    padding: 0 10px;
    font-size: 30px;
}
.menuNivelesInfoWrap {
	border-top: solid 4px #0E4981;
	margin-top: 75px;
	position: relative;
}
.menuNivelesInfoBot{
	position: absolute;
	right: 0px;
    top: -65px;
}
@media (max-width: 510px) {
	.menuNivelesInfoWrap {
		margin-top:20px;
		border-top: none;
	}
	.menuNivelesInfoBot{
		top: 0;
		border-bottom: solid 4px #0E4981;
	}
}
.menuNivelesInfoBot ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menuNivelesInfoBot ul li{
  float: left;
  position: relative;
  text-align: center;
  height: 60px;
  background: #fff;
  cursor: pointer;
  max-width: 134px;
}
@media (max-width: 537px) {
	.menuNivelesInfoBot ul li{
		max-width: 114px;
	}
}
@media (max-width: 767px) {
	.menuNivelesInfoBot ul li:nth-child(4){
		max-width: 80px;
	}
}
@media (max-width: 537px) {
	.menuNivelesInfoBot ul li:nth-child(4){
		max-width: 80px;
	}
}
.menuNivelesInfoBot ul li img {
	width: 90px;
	transition: all .2s ease-in-out;
}
@media (max-width: 767px) {
	.menuNivelesInfoBot ul li img {
		width: 70px;
	}
}
.menuNivelesInfoBot ul li div{
    width: 100%;
    vertical-align: middle;
    margin: auto 0;
    margin-top: -20px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    opacity: 0%;
}
@media (max-width: 767px) {
	.menuNivelesInfoBot ul li div {
		font-size: 13px;
	}
}
@media (max-width: 537px) {
	.menuNivelesInfoBot ul li div {
		font-size: 12px;
	}
}
.menuNivelesInfoBot ul li:hover div{
	opacity: 100%;
	margin-top: -40px;
	transition: all .2s ease-in-out;
}
@media (max-width: 767px) {
	.menuNivelesInfoBot ul li:hover div {
		margin-top: -25px;
		transition: all .2s ease-in-out;
	}
}
.menuNivelesInfoBot ul li:hover img{
	opacity: 0%;
	transition: all .2s ease-in-out;
}
.menuNivelesInfoBot2:hover div{
	margin-top: -50px !important;
	transition: all .2s ease-in-out;
}

.menuNivelesInfoBot2 div{
	margin-top: -50px !important;
	transition: all .2s ease-in-out;
}
.menuNivelesInfoBot ul .menuNivelesInfoBotActivo div{
	opacity: 100%;
	margin-top: -40px;
	transition: all .2s ease-in-out;
	color: #43a049;
}
#flechaBajar {
	display: none;
}
.menuNivelesInfoOpciones {
	opacity: 0%;
	top: -30px;
	width: 100%;
	position: absolute;
	top: 0px;
	transition: all .2s ease-in-out;
}
.DivsConInfo {
	opacity: 0%;
	position: absolute;
	transition: all .2s ease-in-out;
}
.DivsConInfoActivo {
	opacity: 100%;
	position: relative;
	transition: all .2s ease-in-out;
}
.menuNivelesInfoTexto {
	margin-top: 30px;
}
@media (max-width: 767px) {
	.menuNivelesInfoBot ul .menuNivelesInfoBotActivo div{
		margin-top: -25px;
	}
}
.menuNivelesInfoBot ul .menuNivelesInfoBotActivo img{
	opacity: 0%;
	transition: all .2s ease-in-out;
}
@media (max-width: 510px) {
	.menuNivelesInfoBot{
		position: relative;
	}
	.menuNivelesInfoBot li {
		display: none;
		float: none;
	}
	.menuNivelesInfoBot ul .menuNivelesInfoBotActivo{
		display: block;
		width: 100%;
		background-color: #43a049;
		color:#fff;
		padding: 20px 0;
		height: auto !important;
	}
	.menuNivelesInfoBot ul .menuNivelesInfoBotActivo div {
		color:#fff;
		margin-top: 0px;
	}
	.menuNivelesInfoBot ul li:hover div {
		margin-top: 0px;
		transition: all .2s ease-in-out;
	}
	.menuNivelesInfoBot2 div{
	margin-top: 0px !important;
	transition: all .2s ease-in-out;
}
	.menuNivelesInfoBot2:hover div{
	margin-top: 0px !important;
	transition: all .2s ease-in-out;
}
	.menuNivelesInfoBot ul li img{
		display: none;
	}
	.menuNivelesInfoBot ul li{
		cursor: default;
		min-width: 100%;
		float: none;
	}
	#flechaBajar {
		display: block;
		position: absolute;
		z-index: 1;
		top: 5px;
		right: 10px;
		cursor: pointer;
		padding: 10px;
		width: 100%;
		text-align: right;
		height: 100%;
	}
	.desplegar{
	transition: all .2s ease-in-out;
	opacity: 100%;
	top: 65px;
	}
	.menuNivelesInfoBot ul li div {
		font-size: 15px;
	}
	.menuNivelesInfoOpciones div{
		background: #d2ecd4;
		padding: 10px 20px;
		cursor: pointer;
		z-index: 1;
    	position: relative;	
	}
	.menuNivelesInfoOpciones div:hover{
		background: #bcd0be;
	}
}
.titSeccion {
	width: 100%;
    text-align: center;
    border-bottom: 1px solid #34a853;
    line-height: 0.1em;
    margin: 80px 0px 55px;
}
.titSeccion span {
    background: #fff;
    padding: 0 10px;
    font-size: 30px;
    transition: all .2s ease-in-out;
}
@media (max-width: 510px) {
	.titSeccion span {
	    font-size: 20px;
	    transition: all .2s ease-in-out;
	}
}
.tablaInfoGral svg {
	font-size: 30px;
}
.botAzulSmall {
	background: #afe4fd;
	padding: 15px 10px;
	color:  #153F67;
	font-size: 13px;
	border-radius: 20px;
	display: inline-block;
	font-weight: 600;
	transition: all .2s ease-in-out;
	margin-right: 10px;
}
.botAzulSmall:hover {
	text-decoration: none;
	background-color: #ddf1fb;
	transition: all .2s ease-in-out;
}
.botAzul {
	background: #afe4fd;
	padding: 20px;
	color:  #153F67;
	border-radius: 20px;
	display: inline-block;
	font-weight: 600;
	transition: all .2s ease-in-out;
	margin-bottom: 10px;
}
.botAzul:hover {
	text-decoration: none;
	background-color: #ddf1fb;
	transition: all .2s ease-in-out;
}
.niveles {
	margin-top: 40px;
    margin-bottom: 80px;
}
.logosTecno {
	text-align: center;
}
.logosTecno img{
	display: inline-block;
	margin: 10px 3px;
}
.logosTecno img:first-child{
	max-width: 350px;
    display: block;
    margin: 20px auto;
}
.logosTecno img:nth-child(2), .logosTecno img:nth-child(3), .logosTecno img:nth-child(4), .logosTecno img:nth-child(5), .logosTecno img:nth-child(6){
	max-width: 50px;
}
.logosTecno img:nth-child(7), .logosTecno img:nth-child(8){
	display: block;
	margin: 0 auto;
	max-width: 150px;
	margin-bottom: 20px;
}
.botonWhats{
	border-radius: 50%;
	background-color: #25D356;
}