
@font-face {font-family: "Kefa-Regular";
  src: url("../fonts/kefa.eot"); /* IE9*/
  src: url("../fonts/kefa.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/kefa.woff2") format("woff2"), /* chrome、firefox */
  url("../fonts/kefa.woff") format("woff"), /* chrome、firefox */
  url("../fonts/kefa.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../fonts/kefa.svg#Kefa-Regular") format("svg"); /* iOS 4.1- */
}

@font-face {
    font-family: 'arial_rounded';
    src: url('../fonts/arial_rounded_mt_regular-webfont.woff2') format('woff2'),
         url('../fonts/arial_rounded_mt_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


h1,h2,h3,h4,h5,img{font-family: "Kefa-Regular" !important}
footer,footer a, footer p{display: inline-block;text-align: left;color: #ffffff;vertical-align: middle;margin: 50px auto}
footer a, footer a:hover{margin-top:0;text-decoration:none;color: #ffffff}


/*Estilos generales del sitio*/

.center{margin: 0 auto;text-align: center;}
.svg{max-width: 250px !important;text-align: center;font-family: "Kefa-Regular"}
.svg-btn{max-width: 175px;display: block;}
.arial-rounded{font-family: "arial_rounded" !important}
.kefa{font-family: "Kefa-Regular"}
.azul{color: #006cb7}
.blanco{color: #ffffff}
.amarillo{color: #ffa62e}
.naranja{color: #ff0022}
.morado{color: #7a006f}
.rosa{color: #f60077}
.bg-azul{background-color: #006cb7}
.bg-blanco{background-color: #ffffff}
.bg-amarillo{background-color: #ffa62e}
.bg-naranja{background-color: #ff0022}
.bg-morado{background-color: #7a006f}
.bg-rosa{background-color: #f60077}
.bg-verde{background-color: #a3bd31}
.facebook{width: 100px}
.facebook-pie{margin-top: 10px;margin-bottom: 10px}



/*Botón To Top*/

.to-top {
	display:block;
	position: fixed;
	bottom:20px;
	right:20px;
	z-index: 99;
}
 
.to-top .bt-top {
	display:block;
	width: 40px;
	height: 40px;
	padding:10px 5px 5px 5px;
	/*background:#ffa62e;*/
	color:#fff;
	font-size: 16px;
	text-align: center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(179,179,179,1);
	-moz-box-shadow: 0px 0px 7px 0px rgba(179,179,179,1);
	box-shadow: 0px 0px 7px 0px rgba(179,179,179,1);
}
.bt-top2{
	display:block;
	width: 40px;
	height: 40px;
	padding:10px 5px 5px 5px;
/*	background:#006cb7;*/
	color:#fff;
	font-size: 16px;
	text-align: center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(179,179,179,1);
	-moz-box-shadow: 0px 0px 7px 0px rgba(179,179,179,1);
	box-shadow: 0px 0px 7px 0px rgba(179,179,179,1);
}



/*Estilos del home*/
#aviso{position: fixed;	bottom: 0 !important;margin-bottom: 0;border-radius: 0;z-index: 400;opacity: .9}

#home-bg{background-color:#006cb7; }

#home-bg3{
	background: url(../images/bg-home.jpg) 0% 0 no-repeat fixed;
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.txt-shadow{
	text-shadow: 0 0 7px #e0e0e0;
}


#contenedor-home{
	background-color: rgba(255,255,255,0.9);
	margin-top: 50px;
	border: 1px solid #e0e0e0;
	/*-webkit-box-shadow: 0 0 5px 1px #00361;
	box-shadow: 0 0 5px 1px #000361;*/
	padding: 15px;
}
#logo-home{
	margin-top: 25px !important;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(179,179,179,0.5);
	-moz-box-shadow: 0px 0px 7px 0px rgba(179,179,179,0.5);
	box-shadow: 0px 0px 7px 0px rgba(179,179,179,0.5);
	padding: 25px;
}
.anos{margin-top: 5%;margin-bottom: 5%}
.fila-abajo{margin-bottom: 5%}


/*Estilos de las páginas*/

.titular{text-align: right;padding-right: 10%; color: #ffffff}
.titular-libros{text-align: left;}
.contenedor-blanco{
	background-color: #007BC2;
	/*border:#ffa62e 7px solid;*/
	/*border:#175890 1px solid; */
	margin-top: 10px;
	padding: 15px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(179,179,179,1);
	-moz-box-shadow: 0px 0px 7px 0px rgba(179,179,179,1);
	box-shadow: 0px 0px 7px 0px rgba(179,179,179,1);
	color: #ffffff;
}
.contenedor{
	margin-top: 50px;
	margin-bottom: 10px;
	padding: 15px;
}
.titulos-cursos{
	font-family: 'Kefa-Regular';
	color: #ffffff;
	text-align: center;
}
.curso-proyecto{display: inline-block !important; margin-left: 15px;max-width: 20% !important;margin-top: 3em}
#menu-footer li a,:hover{
	font-size: 14px;
	color: #ffffff;

}
#menu-footer li{
	list-style: none;
}
#menu-footer hr {margin: 5px;}
#facebook-link{text-decoration: none;}
#a3,#a4,#a5{padding: 30px 15px;}
video{margin-bottom: 15px !important}
audio{margin-bottom: 15px !important}

/*Estilos de cursos*/

#bg-3{background-image: url(../images/foot3.svg);background-size: cover; background-repeat: no-repeat;background-attachment: top;}
#bg-4{background-image: url(../images/foot4.svg);background-size: cover; background-repeat: no-repeat;background-attachment: top;}
#bg-5{background-image: url(../images/foot5.svg);background-size: cover; background-repeat: no-repeat;background-attachment: top;}

.bloque-azul{
	background: #97CCEB;
	border: 5px solid #fff;
	border-radius: 7px;
	padding-bottom: 15px;
	margin-top: 25px;
	margin-bottom: 25px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(179,179,179,0.5);
	-moz-box-shadow: 0px 0px 7px 0px rgba(179,179,179,0.5);
	box-shadow: 0px 0px 7px 0px rgba(179,179,179,0.5);

}
.bloque-amarillo{
	background: #ffa62e;
	border: 5px solid #fff;
	border-radius: 7px;
	padding-bottom: 15px;
	margin-top: 25px;
	margin-bottom: 25px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(179,179,179,0.5);
	-moz-box-shadow: 0px 0px 7px 0px rgba(179,179,179,0.5);
	box-shadow: 0px 0px 7px 0px rgba(179,179,179,0.5);

}
.bloque-verde{
	background:#A3BD31;
	border: 5px solid #fff;
	border-radius: 7px;
	padding-bottom: 15px;
	margin-top: 25px;
	margin-bottom: 25px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(179,179,179,0.5);
	-moz-box-shadow: 0px 0px 7px 0px rgba(179,179,179,0.5);
	box-shadow: 0px 0px 7px 0px rgba(179,179,179,0.5);
}
.bloque-rosa{
	background:#f60077;
	border: 5px solid #fff;
	border-radius: 7px;
	padding-bottom: 15px;
	margin-top: 25px;
	margin-bottom: 25px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(179,179,179,0.5);
	-moz-box-shadow: 0px 0px 7px 0px rgba(179,179,179,0.5);
	box-shadow: 0px 0px 7px 0px rgba(179,179,179,0.5);
}
.bloque-azul a:hover,.bloque-amarillo a:hover,.bloque-verde a:hover,.bloque-rosa a:hover{text-decoration: none;}
.bloque-rosa:hover{
	background-color: #ee67af;
	-webkit-transition:All 0.5s ease-in-out;
	-moz-transition:All 0.5s ease-in-out;
	-o-transition:All 0.5s ease-in-out;
}
.bloque-verde:hover{
	background-color: #9acb66;
	-webkit-transition:All 0.5s ease-in-out;
	-moz-transition:All 0.5s ease-in-out;
	-o-transition:All 0.5s ease-in-out;
}
.bloque-amarillo:hover{
	background-color: #ffdd51;
	-webkit-transition:All 0.5s ease-in-out;
	-moz-transition:All 0.5s ease-in-out;
	-o-transition:All 0.5s ease-in-out;
}
.footer5a{background-color: #f60077}
.footer3a{background-color: #ffa62e}
.footer4a{background-color: #006cb7}




.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 35rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(179,179,179,0.5);
	-moz-box-shadow: 0px 0px 7px 0px rgba(179,179,179,0.5);
	box-shadow: 0px 0px 7px 0px rgba(179,179,179,0.5);
	margin-bottom: 25px;
}
.card-img-top {
    border-top-right-radius: calc(.25rem - 1px);
    border-top-left-radius: calc(.25rem - 1px);
}
.card-title{margin-bottom: .5em}
.card-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.55rem;
}
.card-block-peq{min-height: 189px}
.card-block-gran{min-height: 329px}
.card-block p{text-align: left;}
#contenedor-home>#header-flex{display: flex;align-items: center;}

/*Media Query MD*/
@media (min-width: 992px) and (max-width: 1199px){
	.card-block-peq{min-height: 209px}
	.card-block-gran{min-height: 369px}
	#realidad .card-block{height: 242px !important}
	.card{max-width: 359.33px !important;min-width: 200px !important;}
	.card-img-top{max-height: 120px}
}


/*Media query SM*/
@media (min-width: 769px) and (max-width: 991px){
	.card{max-width: 359.33px;min-width: 200px !important;margin:0 auto 25px auto;}
	.card-img-top{max-height: 120px}
	#animaciones .card-block{height: 329px}
	/*
	.card-block-peq{min-height: 209px}
	.card-block-gran{min-height: 369px}*/
}

/*Media Query XS*/

@media (max-width: 728px) {
	#home-bg3{
		background: #A3BD31 url(../images/bg-home2.jpg) no-repeat fixed;
		width: 100%;
    	margin: 0 auto;
    	position: relative;
    }
    .card{max-width: 359.33px;margin:0 auto 25px auto;}
    #contenedor-home>#header-flex{display: block !important;}
}
