@charset 'iso-8859-1';
/* CSS Document */
body {
	font-family: 'Raleway', sans-serif;
	margin-bottom: 211px;
	font-weight: 200;
}
@media (max-width: 767px) {
	body {
	margin-bottom: 508px;
	}
}
html {
    position: relative;
    min-height: 100%;
}
.plecaSocialBack {
	background-color: #318cbc;
}
h1, h2, h3, h4, h5 {
	font-family: 'Catamaran', sans-serif;
}
#plecaSocialM {
	color: #fff;
	padding: 15px 0;
	font-size: 15px;
	transition: all 0.5s ease-out;
}
@media (max-width: 691px) { 
	#plecaSocialM {
	padding: 10px 0;
	}
}
@media (max-width: 394px) { 
	#plecaSocialM {
	padding: 25px 0;
	}
}
#plecaSocialM .container{ 
	text-align: right;
}
@media (max-width: 768px) { 
	#plecaSocialM .container{ 
		max-width: 100%;
	}
}
#plecaSocialM a {
	color: #fff;
}
.plecaSocialMIcono {
	border: 2px solid #fff;
	border-radius: 50%;
	padding: 2px;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	margin-right: 5px;
}
@media (max-width: 430px) { 
	.plecaSocialMIcono {
		margin-right: 5px;
	}
}
.plecaSocialMMargin {
	margin-right: 20px;
	display: inline-block;
	transition: all 0.5s ease-out;
}
@media (max-width: 691px) { 
	#plecaSocialM .contanier .plecaSocialMMargin {
		width: 30%;
		margin-right: 0px;
		transition: all 0.5s ease-out;
	}
	#plecaSocialM .contanier .plecaSocialMMargin:first-child {
		width: 50%;
		margin-right: 0px;
		transition: all 0.5s ease-out;
	}
	
}
@media (max-width: 551px) { 
	.plecaSocialMMargin {
		width: 100%;
		margin-right: 0px;
		transition: all 0.5s ease-out;
	}
	
}
@media (max-width: 394px) { 
	.plecaSocialMMargin {
		width: 30px;
	}
	
}
.plecaSocialMIconosCont {
		display: inline-block;
		transition: all 0.5s ease-out;
}
@media (max-width: 691px) { 
	.plecaSocialMIconosCont {
		display: block;
		margin-top: 10px;
		transition: all 0.5s ease-out;
	}
}

#jetmenu {
    float: right;
    width: auto;
    background: transparent;
    z-index: 40;
    height: 46px;
}
.menuBack #jetmenu{
	background: #5375b0;
}
@media (max-width: 950px) { 
	.fondoMenu .container {
		padding-left: 0px;
		padding-right: 0px;
	}
	.fondoMenu #jetmenu {
		width: 100%;
	}
}
.jetmenu > li > a {
	color: #fff;
	font-weight: 600;
	text-shadow: 2px 2px 1px rgba(71, 71, 71, 0.4);
}
@media (max-width: 1199px) { 
	.jetmenu > li > a {
		padding: 20px 20px;
	}
}
@media (max-width: 950px) { 
	.jetmenu a {
		background: #318cbce0;
	}
}
.jetmenu ul.dropdown li a {
	color:#fff;
}
.menuBack {
	background: #5375b0;
}
.fondoMenu {
	height: 61px;
}
@media (max-width: 1199px) { 
	.fondoMenu .container{
		max-width: 100%;
	}
}
@media (max-width: 950px) { 
	.fondoMenu {
    height: 51px;
}
}
.logo {
	background: #fff;
	width: 124px;
	top: 0;
	position: absolute;
	text-align: center;
	padding: 9px 0;
	transition: all 0.5s ease-out;
	z-index: 80;
}
@media (max-width: 991px) { 
	.logo {
		left: 0;
		transition: all 0.5s ease-out;
	}
}
@media (max-width: 950px) and (min-width: 695px){ 
	.logo {
		padding: 3px 0;
	}
}
@media (max-width: 694px) and (min-width: 551px) { 
	.logo {
		padding: 5px 0;
	}
}
@media (max-width: 430px) { 
	.logo {
		padding: 8px 0;
	}
}
.logo img {
	max-width: 83px;
}
@media (max-width: 694px) and (min-width: 551px){ 
	.logo img {
	max-width: 63px;
	}
}
.jetmenu > li.showhide {
	background: #5375b0;
}
@media (max-width: 430px) { 
	.textoLink {
		font-size: 14px;
	}
}
@media (max-width: 394px) { 
	.textoLink {
		display: none;
	}
}
#frase {
	background: #b7dfbf;
	background-image: url('../images/fondoFrase.png');
	text-align: center;
	padding:  90px 20px;
	font-size: 36px;
	background-size: cover;
	background-position: bottom;
	color: #202d42;
	text-shadow: 2px 2px 1px rgba(71, 71, 71, 0.4);
	font-weight: bold;
	transition: all 0.5s ease-out;
}
@media (max-width: 768px) { 
	#frase {
		font-size: 30px;
		transition: all 0.5s ease-out;
	}
}
@media (max-width: 768px) { 
	#frase {
		font-size: 28px;
		padding:  60px 20px;
		transition: all 0.5s ease-out;
	}
}
@media (max-width: 430px) { 
	#frase {
		font-size: 25px;
		padding:  30px 20px;
		transition: all 0.5s ease-out;
	}
}
#secciones {
	overflow: hidden;
	font-family: 'Catamaran', sans-serif;
}
.fondo {
	height: 240px;
	background-color: #202d42;
	color: #fff;
	text-align: center;
	padding: 50px 0;
	transition: all 0.3s ease-out;
}
@media (max-width: 400px) { 
	.fondo {
		height: 190px;
		padding: 40px 0;
		transition: all 0.3s ease-out;
	}
}
.fondo h1 {
	font-size: 55px;
	transition: all 0.3s ease-out;
}
@media (max-width: 517px) { 
	.fondo h1 {
		font-size: 45px;
		transition: all 0.3s ease-out;
	}
}
@media (max-width: 400px) { 
	.fondo h1 {
		font-size: 30px;
		transition: all 0.3s ease-out;
	}
}
.seccionesWrap {
	overflow: hidden;
	padding: 0 20px;
	margin-top: -80px;
}
.seccionesCont {
	width: 20%;
	float: left;
	padding: 0 5px;
	transition: all 0.3s ease-out;
}
@media (max-width: 624px) { 
	.seccionesCont  {
		width: 33.3%;
		transition: all 0.3s ease-out;
	}
}
.seccionesCont img {
	margin-bottom: 10px;
}
.seccionesCont a {
	display: block;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	transition: all 0.3s ease-out;
	color: #fff;
	text-align: center;
	font-size: 36px;
	font-weight: 500;
	padding: 0 0 10px 0;
}
@media (max-width: 1012px) { 
	.seccionesCont a {
		font-size: 30px;
		font-weight: 400;
	}
}
@media (max-width: 863px) { 
	.seccionesCont a {
		font-size: 25px;
	}
}
@media (max-width: 725px) { 
	.seccionesCont a {
		font-size: 20px;
	}
}
@media (max-width: 624px) { 
	.seccionesCont a{
		font-size: 17px;
	}
}
.seccionesWrap .seccionesCont:first-child a{
	background-color:#ffd469;
}
.seccionesWrap .seccionesCont:nth-child(2) a{
	background-color:#a3ceac;
}
.seccionesWrap .seccionesCont:nth-child(3) a{
	background-color:#3baeac;
}
.seccionesWrap .seccionesCont:nth-child(4) a{
	background-color:#318cbc;
}
.seccionesWrap .seccionesCont:nth-child(5) a{
	background-color:#5375b0;
}
@media (max-width: 624px) { 
	.seccionesWrap .seccionesCont:nth-child(4) a,  .seccionesWrap .seccionesCont:nth-child(5) a {
		margin-top: 10px;
	}
}
.fondoMat{
	background-image: url('../images/fondoMaternalSecc.png');
	background-size: cover;
	background-color:#ffd469;
	transition: all 0.3s ease-out;
}
.fondoPrees{
	background-image: url('../images/fondoPreescolarSecc.png');
	background-size: cover;
	background-color:#a3ceac;
	transition: all 0.3s ease-out;
}
.fondoPrim{
	background-image: url('../images/fondoPrimariaSecc.png');
	background-size: cover;
	background-color:#3baeac;
	transition: all 0.3s ease-out;
}
.fondoSec{
	background-image: url('../images/fondoSecundariaSecc.png');
	background-size: cover;
	background-color:#318cbc;
	transition: all 0.3s ease-out;
}
.fondoBach{
	background-image: url('../images/fondoBachilleratoSecc.png');
	background-size: cover;
	background-color:#5375b0;
	transition: all 0.3s ease-out;
}
.plecaSeccionMat {
	background-image: url('../images/fondoMaternalSecc.png');
	background-size: 20%;
	background-color:#ffd469;
	transition: all 0.3s ease-out;
	height: 50px;
	background-position: center top;
}
.plecaSeccionPrees {
	background-image: url('../images/fondoPreescolarSecc.png');
	background-size: 20%;
	background-color:#ffd469;
	transition: all 0.3s ease-out;
	height: 50px;
	background-position: center top;
}
.plecaSeccionPrim {
	background-image: url('../images/fondoPrimariaSecc.png');
	background-size: 20%;
	background-color:#ffd469;
	transition: all 0.3s ease-out;
	height: 50px;
	background-position: center top;
}
.plecaSeccionSec {
	background-image: url('../images/fondoSecundariaSecc.png');
	background-size: 20%;
	background-color:#ffd469;
	transition: all 0.3s ease-out;
	height: 50px;
	background-position: center top;
}
.plecaSeccionBach {
	background-image: url('../images/fondoBachilleratoSecc.png');
	background-size: 20%;
	background-color:#ffd469;
	transition: all 0.3s ease-out;
	height: 50px;
	background-position: center top;
}
#info {
/* 	margin-top: 120px; */
	text-align: center;
	font-size: 20px;
	transition: all 0.3s ease-out;
}
@media (max-width: 767px) { 
	#info {
		margin-top: 80px;
		transition: all 0.3s ease-out;
	}
}
#info  h1 {
	font-family: 'Catamaran', sans-serif;
	font-size: 48px;
	font-weight: 600;
}
@media (max-width: 400px) { 
	#info  h1 {
	font-size: 41px;
}
}
.botComunicados {
	background-color: #3baeac;
	color: #fff;
    width: 350px;
	margin: 0 auto;
	transition: all 0.3s ease-out;
}
.botComunicados a {
	color: #fff;
	display: block;
	padding: 20px 0;
}
.botComunicados:hover {
	background-color: #318cbc;
	transition: all 0.3s ease-out;
}
#tecnologia {
	background-color: #5375b0;
	background-image: url('../images/fondoTecnologia.png');
	background-size: cover;
	margin-top: 90px;
	padding-top: 60px;
	text-align: center;
	color: #fff;
}
#tecnologia h1 {
	font-family: 'Catamaran', sans-serif;
	font-size: 55px;
	font-weight: 600;
}
@media (max-width: 400px) { 
	#tecnologia h1 {
	font-size: 43px;
	font-weight: 600;
	}
}
.simply-scroll {
    -webkit-box-shadow: 5px 5px 4px 0px rgba(142,142,142,0.59);
    box-shadow: 5px 5px 4px 0px rgba(142,142,142,0.59);
    border: solid 1px #2a3856;
    background-color: #fff;
    margin-top: 80px;
    margin-bottom: 80px !important;
}
@media (max-width: 400px) {
	.simply-scroll {
		margin-top: 40px;
   		margin-bottom: 40px !important;
	}

} 
.logoTiendas {
	max-width: 172px;
}
.HighElement, .HighIcon, .NumeraliaItem, .HighElement2, .HighElement3 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.DivAnimShow {
    opacity: 1;
}
.delay1 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.3s;
}

.delay2 {
  -webkit-animation-delay: 1s;
  animation-delay: .6s;
}

.delay3 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 0.9s;
}
.delay4 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 1.2s;
}

.delay5 {
  -webkit-animation-delay: 1s;
  animation-delay: 1.5s;
}
#accion {
	background-image: url('../images/accionFondo.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
}
.accion1 {
	width: 80%;
	float: right;
}
@media (max-width: 559px) {
	.accion1 {
	display: none;
	}
}
.accion2 {
	margin-top: -247px;
	float: right;
	width: 60%;
	transition: all 0.3s ease-out;
}
@media (max-width: 1216px) { 
	.accion2 {
	width: 80%;
	transition: all 0.3s ease-out;
	}
}
@media (max-width: 924px) { 
	.accion2 {
	width: 90%;
	transition: all 0.3s ease-out;
	}
}
@media (max-width: 720px) {
	.accion2 {
	display: none;
	}
}
#accion  h1{
	position: absolute;
	right: 50px;
	top: 18%;
	color: #fff;
	font-size: 42px;
	font-weight: 600;
	transition: all 0.3s ease-out;
}
@media (max-width: 1216px) { 
	#accion  h1{
	top: 10%;
	transition: all 0.3s ease-out;
	}
}
@media (max-width: 1005px) { 
	#accion  h1{
	top: 5%;
	transition: all 0.3s ease-out;
	}
}
@media (max-width: 916px) { 
	#accion  h1{
	font-size: 32px;
	transition: all 0.3s ease-out;
	}
}
@media (max-width: 720px) {
	#accion  h1{
	font-size: 25px;
	right: 20px;
	}
}
@media (max-width: 559px) {
	#accion h1 {
	text-shadow: 2px 2px 1px rgba(11, 10, 10, 0.84);
	}
}
.accionTexto {
	position: absolute;
	top: 60%;
	right: 90px;
	color: #fff;
	font-size: 27px;
	font-weight: 600;
	transition: all 0.3s ease-out;
}
@media (max-width: 1370px) { 
	.accionTexto {
		top: 48%;
		transition: all 0.3s ease-out;
	}
}
@media (max-width: 960px) { 
	.accionTexto {
		top: 43%;
		transition: all 0.3s ease-out;
	}
}
@media (max-width: 867px) { 
	.accionTexto {
		top: 30%;
		transition: all 0.3s ease-out;
	}
}
@media (max-width: 769px) {
	.accionTexto  {
	font-size: 21px;
	right: 180px;
	top: 35%;
	transition: all 0.3s ease-out;
	}	

}
@media (max-width: 720px) {
	.accionTexto  {
	background: #318cbcba;
	padding: 20px;
	margin-top: 220px;
	position: relative;
	right: 0;
	top: 0;
	transition: all 0.3s ease-out;
	}	

}
.accionTexto svg {
	font-size: 42px;
	margin-right: 30px;
}
@media (max-width: 769px) {
	.accionTexto svg {
	font-size: 33px;
	margin-right: 20px;
	}	

}
.accionTexto p:nth-child(2) svg{
	margin-left: 8px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #318cbc;
    padding: 25px 0 20px;
    color: #fff;
    font-size: 17px;
    text-align: center;
}
.logoFooter {
	width: 253px;
}
.footerMenu {
	list-style-type: none;
  	margin: 0;
  	padding: 0;
  	font-size: 20px;
}
.footerMenu li{
	text-align: center;
}
.footerMenu li a {
	color: #fff;
}
.footerDiv {
	padding: 20px 7px;
	border-right: 1px solid #fabe28;
}
@media (max-width: 767px) {
	.footerDiv {
		border-right: none;
	}
}
.footer .footerDiv:last-child {
	border-right: 0px solid #fabe28;
}
#layerslider {
	z-index: 1;
}
.accionTexto a {
	color: #fff;
	display: inline-block;
	transition: all 0.3s ease-out;
	text-decoration: none;
}
.accionTexto a:hover {
	color: #fff;
	transition: all 0.3s ease-out;
	transform: scale(1.2);
}

.menuTop {
	background: rgb(83,117,176);
	background: linear-gradient(180deg, rgba(83,117,176,1) 0%, rgba(83,117,176,0.7553221972382703) 43%, rgba(0,212,255,0) 100%); 
	position: relative; 
	z-index: 3;
}
#plecaInt {
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 10rem !important;
    padding-top: 25rem !important;
    color: #fff;
    margin-top: -115px;
    transition: all 0.3s ease;
    position: relative;
}
@media (max-width: 691px) {
	#plecaInt {
		margin-top: -135px;
	}

}
@media (max-width: 551px) {
	#plecaInt {
		margin-top: -170px;
	}

}
#plecaInt h1{
	position: absolute;
	right: 68px;
	font-size: 50px;
	bottom: 50px;
	text-shadow: -5px 2px 1px rgba(28, 27, 27, 0.44);
}
@media (max-width: 400px) {
	#plecaInt h1{
	right: 28px;
	}
}
.plecaMaternal {
    background-image: url('../images/FotoPrincipalMat.jpg');
}
.plecaPreescolar {
    background-image: url('../images/FotoPrincipalPreescolar.jpg');
}
.plecaPri {
	background-image: url('../images/FotoPrincipalPri.jpg');
}
.plecaSecu {
	background-image: url('../images/FotoPrincipalSecu.jpg');
}
.plecaServicios {
	background-image: url('../images/FotoPrincipalServicios.jpg');
}
.plecaBachi {
	background-image: url('../images/FotoPrincipalBachi.jpg');
}
.plecaQuienes {
    background-image: url('../images/FotoPrincipalQuienes.jpg');
}
.plecaInsta {
    background-image: url('../images/FotoPrincipalInsta.jpg');
}
.plecaContacto {
    background-image: url('../images/FotoPrincipalContacto.jpg');
}
.plecaUbicacion {
	background-image: url('../images/FotoPrincipalUbicacion.jpg');
}
.plecaAviso {
	background-image: url('../images/FotoPrincipalAviso.jpg');
}
.plecaFondo {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 690px;
	height: auto;
}
@media (max-width: 400px) {
	.plecaFondo {
		max-width: 100%;
	}
}
@media (max-width: 950px) {
	.jetmenu > li.showhide .icon em {
	    width: 30px;
	    height: 3px;
	    background: #fff;
	}
	.jetmenu > li.showhide {
		background: transparent;
	}
}
#contenedorinfo {
	margin-top: 30px;
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
}
#contenedorinfo  h3 {
	margin-bottom: 20px;
}
.botInfo {
	width: 197px;
	height: 122px;
	border-radius: 4px;
	background: #3baeac;
	text-align: center;
	position: relative;
	margin-right: 20px;
	color: #fff;
	padding-top: 5px;
	display: inline-block;
	transition: all 0.3s ease;
}
@media (max-width: 468px) {
	.botInfo {
		width: 49%;
		margin-right: 0px;
		transition: all 0.3s ease;
	}
}
.botInfo svg{
	font-size: 55px;
}
.botInfo:hover {
	cursor: pointer;
}
.coyInfoTit {
	position: absolute;
	bottom: 0;
	background: #5877ac;
	width: 100%;
    padding: 10px 0;
    border-radius: 0 0 4px 4px;
    font-size: 20px;
    font-weight: 500;
}
#adminDiv {
	display: none;
}
#infoDiv {
	display: block;
}
@media (max-width: 767px) {
	#infoDiv {
	display: block;
}
}
.divsCont {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 300px;
}
@media (max-width: 767px) {
	.divsCont {
	margin-bottom: 600px;
}
}
.divsCont strong{
	font-weight: 600;
}
.botActivo {
	-webkit-box-shadow: 0px 0px 4px 5px rgba(96,96,96,0.16); 
	box-shadow: 0px 0px 4px 5px rgba(96,96,96,0.16);
	border: solid 1px #fff;
}
#contenedorinfo .fa-li {
	color: #b7dfbf;
}
.despleWrap {
    margin-bottom: 20px;
    position: relative;
}
.infoBotDesple {
    background-color: #b7dfbf;
    border-radius: 4px;
    padding-right: 20px;
    cursor: pointer;
}
.infoBotDespleText {
    display: none;
    padding: 10px 15px;
    background-color: #cceed3c2;
    border-radius: 0px 0px 4px 4px;
    margin-top: -2px;
    font-weight: 200;
    background-image: url('../images/fondoDespliega.png');
   background-size: cover;
}
.infoBotDesple span {
    position: absolute;
    top: 11px;
    right: 10px;
    color: #404040;
    font-weight: 700;
}
.infoBotDesple p {
    margin-bottom: 0px;
    padding: 10px;
    font-size: 25px;
    font-family: 'Catamaran', sans-serif;
}
.cuadrosInfoExtraWrap {
	margin-top: 50px;
}
@media (max-width: 843px) {
	.cuadrosInfoExtraWrap {
		display: block !important;
		padding: 20px;
	}
}
.cuadrosInfoExtra {
 	width: 33.3%;
 	background-color: #5877ac;
 	padding: 20px;
 	background-image: url('../images/fondoExtra.png');
 	background-size: cover;
 	float: left;
 	margin-right: 10px;
 	border-radius: 4px;
 	color: #fff;
}
@media (max-width: 843px) {
	.cuadrosInfoExtra {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
}
.cuadrosInfoExtraWrap .cuadrosInfoExtra:last-child {
	margin-right: 0px;
}
.cuadrosInfoExtraWrap .cuadrosInfoExtra:nth-child(2){
	background-color: #8eaadb;
}
.cuadrosInfoExtra h5 {
	text-align: center;
	font-size: 25px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.division {
	margin: 20px 0;
	height: 30px;
}
@media (max-width:991px) {
	.division {
	margin: 0px 0;
	height: 0px;
	}	
}
.paddingDiv {
	padding: 0 40px;
}
@media (max-width:991px) {
	.paddingDiv {
	margin-bottom: 70px;
	}
}
.titBorder {
	border-bottom: 3px solid #5375b0;
	padding: 0 1em 10px 0;
    margin-bottom: 22px;
    display: inline-block;
}
.historiaNum {
	border-bottom: solid 1px #b7dfbf;
	padding-left: 20px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	margin: 0px;
	padding-left: 20px;
	font-size: 25px;
	color: #318cbc;
	transition: all 0.3s ease;
}
.historiaNum strong {
	font-weight: 600;
	position: absolute;
	bottom: 18px;
	transition: all 0.3s ease;
}
@media (max-width:575px) {
	.historiaNum {
		position: relative;
		margin-top: 20px;
		padding-left: 40px;
		transition: all 0.3s ease;
	}
	.historiaNum strong {
		position: relative;
		bottom: 0;
		transition: all 0.3s ease;
	}
}
.borderLeft {
	padding: 0px;
}
.borderBottom {
	border-bottom: solid 1px #b7dfbf;
	padding-bottom: 20px;
	padding-top: 20px;
}
@media (max-width:575px) {
	.borderBottom {
		border-bottom:none;
	}
}
.borderLeft::before{
   content: '';
   display: inline-block;
   width: 15px;
   height: 15px;
   -moz-border-radius: 7.5px;
   -webkit-border-radius: 7.5px;
   border-radius: 7.5px;
   background-color: #b7dfbf;
   position: absolute;
	left: -10px;
	bottom: -6px;
	transition: all 0.3s ease;
}
@media (max-width:575px) {
	.borderLeft::before{
		left: 0px;
		transition: all 0.3s ease;
	}
}
.verMas {
	background-color: #318cbc;
	position: absolute;
    bottom: 0;
    left: calc(100% - 54px);
    width: 100%;
    color: #FFF;
    padding: 16px 20px;
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 1.2858;
    letter-spacing: 1px;
    opacity: 0;
    -webkit-transition: 0.3s left, 0.3s opacity 0.3s;
    transition: 0.3s left, 0.3s opacity 0.3s;
    text-decoration: none;
}
.verMas span {
	position: absolute;
	right: 0;
}
.simbPadding {
	padding: 30px;
}
.simbolosContenedor {
	border: solid 2px #318cbc;
	display: block;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	padding: 15px;
	padding-bottom: 60px;
	text-align: center;
	font-family: 'Catamaran', sans-serif;
	transition: 0.4s all ease-in-out;
}
.verMasFlecha {
	background-color: #318cbc;
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding: 10px 20px;
	z-index: 3;
	color: #ffd469;
}
.simbolosContenedor:hover .verMas{
	left: 0;
	opacity: 1;
	transition: 0.4s all ease-in-out;
}
.simbolosContenedor:hover {
	border: solid 2px #ffd469;
}
.simbolosTit {
	font-size: 20px;
	font-weight: 600;
	margin-top: 20px;
	color: #4a474a;
}
.fancybox-content {
	width  : 800px;
	max-width  : 95%;
	max-height : 90% !important;
	margin: 0;
	padding: 20px;
}
.fancybox-slide {
	padding: 14px !important;
}
@media (max-width:400px) {
	.fancybox-content {
	max-height : 65% !important;
	}
	.fancybox-slide {
	padding: 4px !important;
}
}
.botRectApagado {
	display: inline-block;
	transition: .3s;
	padding: 10px;
	background: #EBEBEB;
	color: #6A6A6A;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}
.botRectApagado:hover  {
	text-decoration: none;
	background-color: #3baeac;
	color: #fff;
}
.botRectPrendido {
	position: relative;
	background: #ffd469;
	color: #000;
	font-size: 16px;
	font-weight: normal;
	display: inline-block;
	transition: .3s;
	padding: 10px;
	text-decoration: none;
}
.botRectPrendido:hover {
	text-decoration: none;
	color: #000;
}
.botRectPrendido::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #ffd469 transparent transparent transparent;
}
/* Notas 
-------------------------------------------------- */


/* 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('images/notice.png');
	border-color: #8bc045;
	min-height: 15px;
}
.notification-n div {
	color: #496e16;
}
.notification-w {
	background: #fffbcc url('images/warning.png');
	border-color: #e6db55;
	min-height: 15px;
}
.notification-w div {
	color: #8c8531;
}
.notification-e {
	background: #ffcece url('images/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;
}

/* /Notification box */

.identidad {
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 40px;
}
.identidad h2 {
	color: #E03940;
}
.identidad strong {
	color: #318cbc;
}
.directContainer {
	display: flex;
	color: #777;
}
@media (max-width:924px) {
	.directContainer {
	display: block;
	color: #777;
	text-align: center;
	}
}
.directContainer strong{
	color: #000;
}
.directFoto img{
	border-radius: 154px;
	border:  solid 1px #bfbfbf;
	min-width: 150px;
	height: 150px
}
.directFoto svg{
	border-radius: 154px;
	border:  solid 1px #bfbfbf;
	width: 150px !important;
	height: 150px
}
@media (max-width:924px) {
	.directFoto{
		width: 100%;
	}
}
.directInfo {
	-ms-flex-item-align: center !important;
	align-self: center !important;
	font-size: 15px;
	line-height: 25px;
	margin-left: 10px;
}
.directInfo a {
	font-size: 13px;
}
@media (max-width:990px) {
	.containerDirectorio{
		max-width: 100%;
	}
}

@media (max-width:924px) {
	.containerDirectorio .row .col-md-6{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.video1{
	text-align: center;
  	padding: 90px 0;
  	background-image: url('../images/fondoVideo1.jpg');
  	background-repeat: no-repeat;
  	background-size: cover;
  	margin-bottom: 30px;
  	margin-top: 30px;
}  
.video1 video{
	width: 70%;
}
@media (max-width:820px) {
	.video1 video{
	width: 100%;
	}
}



