/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#FFF;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.icons-social{
	margin: 0px;
}
.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	width: 100%;
}
.Yellowtail{
	font-family: 'Yellowtail', cursive;
}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}
.footer .b-left{
	border-left: solid #FFF 5px;
}
.footer .b-left.footer-middle{
	margin: 2.5em 0px;
}
.footer #logo-foot{
	width: 200px;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:./img/utiles.png'fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {
}
@media only screen and (min-width:480px) {

}
@media only screen and (max-width:768px){
	.text-xs-center{
		text-align: center !important;
	}
	.img-check{
		width: 60px;
		margin-bottom: 20px;
	}
	#logo{
		width: 160px;
	}
	#line-blue-head .col-phones{
		margin: 0px;
		padding: 0px;
	}
	#line-blue-head .col-phones .header-line{
		text-align: center !important;
		font-size:19px;
	}
	#nav-head ul{
		padding: 0px;
		text-align: center !important;
	}
	#nav-head ul li{
		margin-top: 15px !important;
		display: block !important;
	}
	.icons-social{
		text-align: center;
		padding: 0px;
		margin-bottom: 0px;
	}
	.icon{
		font-size: 20px !important;
	}
	.nav-icon{
		padding: 0px 5px;
	}
	.header-line{
		padding: 1px 5px;
	}
	#nav-head ul{
		text-align: center;
		width: 100%;
		margin-top: -0px;
	}
	#nav-head ul li,
	.ul-social-footer li{
		display: inline-block;
		padding: 0 30px;
	}
	.blue-cinta{
		font-size: 20px;
		min-height: 70px !important;
	}
	.col-fotos .blue-cinta{
		height: 70px !important;
	}
	.padding-top-50{
		padding-top: 25px;
	}
	.marg-top-100{
		margin-top: 50px !important;
	}
	.marg-bottom-100{
		margin-bottom: 50px !important;
	}
	.row-mision-vision h1,
	.contenido-paginas h1{
		font-size: 45px !important;
	}
	.col-fotos-home h2,
	.media-body h2,
	.flex-middle h2,
	.domicilio-escuelas,
	.contenido-paginas h3,
	.contenido-paginas h2{
		font-size: 23px !important;
	}
	.col-fotos-home .red-cinta{
		height: 60px !important;
		width: 215px !important;
	}
	.img-utiles{
		display: none;
	}
	.text-frase{
		font-size: 29px !important;
		margin: inherit !important;
	}
	footer.footer{
		padding: 4px 6px !important;
	}
	footer.footer div.row div h1{
		text-align: center;
		padding-top: 25px;
	}
	footer.footer div.row div p{
		font-size: 12px;
		font-style: italic;
		font-weight: 500;
		text-align: center;
	}
	footer.footer div.row div h1{
		font-weight: 100 !important;
	}
	.footer .b-left{
		border: none !important;
	}
	.footer .b-left.footer-middle{
		margin: 1em 0px !important;
	}
	.footer .b-left.footer-middle h3{
		font-size: 20px !important;
	}
	ul.ul-social-footer li{
		padding: 0 10px;
	}
	ul.ul-social-footer li a{
		font-size: 18px;
	}

	.fixed-top{
		position: relative !important;
		background: white !important;
	}
	.fixed-top #nav-head ul li a{
		color: black;
	}
	.fixed-top #logo{
		animation-duration: inherit !important;
		animation-name: inherit !important;
		width: 170px !important;
	}
	.col-fotos-home .red-cinta{
		top: 30% !important;
	}
	.blue-cinta.carousel-caption {
		background: rgba(41, 34, 146, 0.4) !important;
		position: absolute;
		bottom: 0% !important;
		left: 0 !important;
		width: 100% !important;
		height: auto !important;
		display: table;
		color:white;
	}
	.carousel-caption h4{
		padding-left:10px;
		padding-right:10px;
		font-size: 13px;
	}
	.carousel-caption h2{
		font-size: 18px;
	}
	.col-valores-home h4{
		margin-top:19px;
	}
	.col-fotos-home{
		margin-bottom: 30px;
	}

	.back-row-grados{
		display: none;
	}
	.col-fotos-grados .media img.align-self-center{
		border:  solid 5px white;
	}
	.row-grados .col-fotos-grados .media .media-body{
		background: #EC1C24;
		line-height: 140px;
		padding-top:15px;
		padding-left: 10px;
		padding-right: 10px;
		min-width: 160px;
	}
	div.hero .contenido-hero .texto-hero h1{
		background-color: rgba(41, 34, 146, 0.4) !important;
		font-size: 45px !important;
		padding:30px 10px !important;
	}
	.domicilio-contacto{
		height: auto !important;
	}
	.contactanos h1.card-title{
		font-size: 28px !important;
		text-align: center;
	}
	.author h2 {
		position: initial !important;
		width: 100% !important;
		text-align: center;
		min-width: inherit !important;
	}
}
@media only screen and (min-width:768px) {
	
}

@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}
@media only screen and (min-width:1024px) {
	.container.section {
		max-width: 85% !important;
	}
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
/*------------------------------------*\
    WEB GENERALS
\*------------------------------------*/
a{
	text-decoration: none !important;
}
.btn-menu{
	background: #292292 !important;
}
.bold{
	font-weight: bold;
}
.italic{
	font-style: italic;
}
.btn-menu i{
	color: white !important;
	font-size: 30px;
}
.upper{
	text-transform: uppercase;
}
.bg-blue{
	background-color: #292292;
}
.c-blue{
	color:#292394;
}
.c-white{
	color:white;
}
.c-white a{
	color: white;
}

.c-white a:hover{
	color: #efe3e3;
}
.icon{
	font-size: 20px;
	color: white;
}
.icon:hover, footer a:hover{
	color: #ED1B24;
}
#line-blue-head{
	margin-right: 0px !important;
	margin-left: 0px !important;
}
.nav-icon{
	padding: 0px 25px;
	display: inline-block;
}
.header-line{
	padding: 0px 15px;
	font-style: italic;
}
#nav-head ul{
	text-align: right;
	width: 100%;
}
#nav-head ul li,
.ul-social-footer li{
	display: inline-block;
	padding: 0 20px;
	border-top: 10px solid transparent;
}
#nav-head  ul li a{
	font-size: 18px;
	color:black;
}
#nav-head ul li.current_page_item,
#nav-head ul li.current-menu-item,
#nav-head ul li.current_page_parent{
	border-top: 10px solid #ED1B24;
}
#nav-head ul li:hover{
	border-top: 10px solid #ED1B24;
	transition: all .2s ease;

}
.container-fluid{
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.container-fluid{
	padding-right: 0px !important;
	padding-left: 0px !important;
}
footer.footer{
	background: #7b7b7b;
	padding: 40px 60px;
	margin-top: 30px;
}
footer.footer div.row{
	margin-right: 0px !important;
	margin-left: 0px !important;
}
footer.footer div.row div p{
	font-size: 16px;
	font-weight: 500;
}
footer.footer div.row div h1{
	font-weight: 100 !important;
}
ul.ul-social-footer{
	padding:  0px;
}
.cinta-footer{
	background: #6b6b6a;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
ul.ul-social-footer{
	margin: 0;
}
ul.ul-social-footer li{
	display: inline-block;
	padding: 0 20px;
}
ul.ul-social-footer li a{
	font-size: 25px;
}
.fixed-top{
	background: rgba(41, 34, 146, 0.7)
}
.fixed-top #nav-head ul li a{
	color: white;
}
.fixed-top #logo{
	animation-duration: .2s;
	animation-name: slidein;
	width: 110px;
}
@keyframes slidein {
	from {
	  width: 100%
	}

	to {
	  width: 110px;
	}
}

/** TEMPLATES CONTENIDO **/
div.hero{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 500px;
	text-align: center;
	margin:0px auto;
	display: table;
	position: relative;
}
/*
div.hero::after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(41, 34, 146, 0.5);
	top:0;
	left: 0;
}*/
div.hero .contenido-hero{
	display: table-cell;
	vertical-align:  middle;
	color:#FFF;
	position: relative;
	width: 100vw;
	z-index: 2;
	text-transform: uppercase;
}
div.hero .contenido-hero .texto-hero h1{
	background-color: rgba(41, 34, 146, 0.5);
	font-size: 70px;
	padding:40px 10px;
}
.marg-top-100{
	margin-top:100px;
}
.marg-bottom-100{
	margin-bottom:100px;
}
.marg-bottom-30{
	margin-bottom:30px;
}
.marg-bottom-20{
	margin-bottom:20px;
}
.marg-top-50{
	margin-top: 50px;
}
.marg-top-30{
	margin-top: 30px;
}
.padding-top-50{
	padding-top: 50px;
}
.padding-top-20{
	padding-top: 20px;
}
.b-round{
	border-radius: 15px;
}
.col-valores-home{
	padding-left: 35px !important;
    padding-right: 35px !important;
}
.col-fotos-home,.col-fotos {
	position: relative;
}
.col-fotos-home .red-cinta{
	background: rgba(218, 3, 3, 0.65);
	position: absolute;
	top: 45%;
	left: 15px;
	width: 280px;
	height: 100px;
	display: table;
	color:white;
}
.col-fotos-home .red-cinta span{
	display: table-cell;
	vertical-align: middle;
}
.col-fotos-home a {
	color:#6b6b6a;
	font-weight: 500;
}
.col-fotos-home div {
	margin-top: 10px;
}
.icon-plus{
	background: #292394;
    color: white;
    font-size: 15px;
    padding: 1px 7px;
}
.container-fluid .row{
	margin-right: 0px;
    margin-left: 0px;
}
.carousel-item{
	position: relative;
}
.col-fotos .blue-cinta{
	background: rgba(41, 34, 146, 0.6);
	position: absolute;
    bottom: 5% !important;
    right: 15px !important;
    height: 100px;
    max-width: 90%;
    color: white;
    display: flex;
    justify-content: center;
	flex-direction: column;
	padding: 0px 8px;
}
.blue-cinta.carousel-caption {
	background: rgba(41, 34, 146, 0.6);
	position: absolute;
	bottom: 10% !important;
	left: 0 !important;
	width: 650px;
	height: 100px;
	display: table;
	color:white;
}
.carousel-caption h4{
	padding-left:14%;
	padding-right:14%;
}
.col-fotos .blue-cinta span,
.col-fotos-quienes-somos .blue-cinta span{
	display: table-cell;
	vertical-align: middle;
}
.col-fotos-quienes-somos{
	margin-top: 40px;
	margin-bottom: 40px;
	overflow: hidden;
}
.list-quienes-somos{
    margin-left: 30px;
    margin-top: 60px;
    font-weight: 500;
}
.author{
	width: 100%;
	height: 60px;
	display: table;
	position: relative;
	margin-bottom: 30px;
	margin-top: 50px;
}
.author h2{
	position:absolute;
	right: 0;
	background: #292394;
	color:white;
	min-width: 600px;
	display: table-cell;
	line-height: 60px;
	vertical-align: middle;
	padding-left: 10px;
}
.text-frase{
	text-align: center;
	color:red;
	margin:3em auto;
	letter-spacing: 4px;
	font-size: 40px;
}
.fixed-top #logo{
	width: 110px;
}
.col-fotos-quienes-somos .blue-cinta {
	background: rgba(41, 34, 146, 0.4);
	position: absolute;
	left: 0 !important;
	right: 0 !important;
	min-height: 150px;
	bottom: 33% !important;
	color:white;
	display: flex;
  	align-items: center;
	justify-content: center;
}

.col-fotos-quienes-somos .description{
	background: white;
	position: absolute;
	border: solid 3px #292394;
	left:15px;
	right: 15px;
	bottom: 0px;
	top:0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	z-index: 0;
}
.first-view{
	position: relative;
	left: 0;
	top: 0;
	right: 10px;
	bottom: 0;
	z-index: 1;
}
.col-fotos-quienes-somos:hover .first-view{
	animation-duration: .2s;
	animation-name: slideFoto;
	animation-fill-mode: forwards;
}
.col-fotos-quienes-somos .first-view{
	animation-duration: .1s;
	animation-name: slideFotoReverse;
	animation-fill-mode: forwards;
}
@keyframes slideFoto {
	from {
	  left: 0%;
	  opacity:1;
	}
	to {
		left: -150%;
		opacity: 0;
	}
}
@keyframes slideFotoReverse {
	from {
		left: -150%;
		opacity: 0;
	}
	to {
		
		left: 0%;
		opacity:1;
	}
}
.row-mision-vision h1{
	font-size:4.5em;
}
.flex-middle,
.row-mision-vision .description.flex-middle{
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.row-mision-vision .description h4{
	font-weight:400;
}
.go-to-up{
	font-size: 1.5em;
}
.go-to-up img{
	width: 40px;
}

.prin-img-escuelas{
	border: solid 10px #292394;
	border-radius: 5px;
	margin-bottom: 15px;
}
.col-fotos-escuelas div a{
	background: #7470b9;
	color:white;
	padding: 5px;
	font-weight: 500;
	font-size: 19px;
}
.domicilio-escuelas{
	padding-top: 30px;
	font-weight: 400;
}
.row-grados{
	position: relative;
}
.back-row-grados{
	background: #EC1C24;
	position: absolute;
	left: 0;
	right: 0;
	top: 18%;
	height: 200px;
}
.col-fotos-grados .media img.align-self-center{
	border:  solid 10px white;
}
.row-grados .col-fotos-grados .media{
	justify-content: center !important;
	align-items: center !important;
}
.content-adminsion .row{
	margin: 50px auto;
}
.content-adminsion .row h2{
	font-weight: 500;
}
.domicilio-contacto{
	font-weight: 400;
	height: 80px;
}