/* Aqui Comienza el diseño */

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	box-sizing: initial;
	-webkit-box-sizing: initial;
	-moz-box-sizing: initial;
}
/* LAYOUT GENERAL */

h1, h2, h3, h4, h5, h6{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500; 
	margin: 0;
}

header a, footer a{ color: #fff; text-decoration: none; }

a{color: #293988;}
a:hover{ text-decoration: none;}


.row, .col-md-1, .col-md-2, .col-md-3,
.col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, 
.col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-sm-1, .col-sm-2, .col-sm-3,
.col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, 
.col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.thumbnail{
	padding: 0;
	margin-bottom: 0;
	line-height: 0;
	background-color: #333;
	border: 0;
	border-radius: 0;
}

.align-center{
	text-align: center;
}

.header-title, .row.header-title{
	margin: 0 0 30px;
	font-size: 12px;
}
.mod.videos .header-title{
	margin: 7px 0 5px;
	box-sizing: border-box;
	padding: 0 0 0 10px;
}

.header-title h2{
	float: left;
	padding:5px 0 0;
	font-size: 18px;
}

.btn-default{
	display: inline-block;
	overflow: hidden;
	color: #fff;
	background-color: #DB1715;
	text-align: center;
	padding: 5px 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 0 0 0 #000;
	border:0;
	border-bottom: 2px solid #AE0C00;
}

.btn-default:hover{
	background-color: #DA1D0E;
	color: #fff;
	border-bottom: 2px solid #AE0C00;
}

.dropdown-menu{
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	border:0;
	border-radius: 0;
}

section{ padding-top: 135px;}

section h1, section h2, section h3, section h4{
	color: #293988;	
}


/* HEADER */

header{ position: fixed; z-index: 1050;}

header #logo {
	position: fixed;
	z-index: 1040;
	display: block;
	height: 100px;
	width: 340px;
	margin: 36px 0 0 20px;
	float: left;
}

header #logo a{
	display: block;
	overflow: hidden;
	text-indent: -99999px;
	height: 100%;
	width: 100%;
	background: url("../images/uch.svg") top left no-repeat transparent;
	background-size: 100%;
}



/* ESTILOS DE LOS MENÚS */

nav, footer nav{ float: right;}
nav ul, footer nav ul{ list-style: none;}
nav ul li{ float: left; margin-right: 1px; }
nav ul li a, footer nav ul li a{ display: block; }

/* MENÚ PRINCIPAL */

#top-nav {
	display: block;
	width: 100%;
	height: 130px;
	background-color: #293989;
	border-bottom: 5px solid #DB1715;
}

#top-nav a{color: #ffffff;}

#nav-principal,
#nav-secondary,
#top-nav .navbar-form{position: absolute;}

.navbar-default .nav>li>a,
.navbar-default .navbar-nav>li>a{
	position: relative;
	padding: 0;
	line-height: 0;
}

#nav-principal{
	left: 0;
	width: 100%;
	top: 70px;
	padding-right: 20px;
	box-sizing: border-box;
}
#nav-principal ul{ float: right;}

	#nav-principal ul li a{
		height: 38px;
		font-family: 'Montserrat', sans-serif;
		font-weight: 700;
		letter-spacing: -0.02em;
		font-size: 14px;
		padding: 22px 5px 0 10px;
		text-shadow: 0 1px 2px rgba(0,0,0,.5);
	}
	
	#nav-principal>ul>li>a:hover,
	#nav-principal>ul>li.active>a,
	#top-nav .navbar-default .navbar-nav .open a,
	#top-nav .navbar-default .navbar-nav>.open>a:hover, 
	#top-nav .navbar-default .navbar-nav>.open>a:focus,
	.navbar-default .navbar-nav>.open>a, 
	.navbar-default .navbar-nav>.open>a:hover, 
	.navbar-default .navbar-nav>.open>a:focus{
		color: #DB1715 !important;
		background-color: transparent !important;
	}

	#nav-principal>ul>li.open>a{
		background: url("../images/arrow-up-red.svg") bottom center no-repeat transparent !important;
		background-size: 6px;
	}

	#nav-principal li.dropdown {position: static;}

	#nav-principal ul li ul{
		border-radius: 0;
		background-color: #DB1715;
		border: 0;
	}

	#nav-principal>ul>li>ul{
		width: 100%;
		margin: 0;
		padding: 0;
		position: fixed;
		top: 130px;
	}

	#nav-principal ul li ul li{ padding: 0 10px;}

	#nav-principal ul li ul li a{
		height: 26px;
		padding: 13px 0 0;
		background-color: transparent;
	}

	#nav-principal ul li ul li a:hover{
		color: #fff !important;
		opacity: 0.8;
	}

/* Equipos  en el menú */

#nav-principal ul li.equipos .dropdown-menu{
	border-top: 1px solid #ff3300;
	padding: 20px 0;
	background-color: #202364;
	border-bottom: 10px solid #ff3300;
	margin:0 0 0 -1px;
	width: 100%;
	position: absolute;
	top: auto;
	left: 0;
}

#nav-principal ul li.formativo .dropdown-menu{
	padding: 0px 0 5px;
	background-color: #DB1715;
	margin:0;
	width: 100%;
	position: absolute;
	top: auto;
	left: 0;
}

#nav-principal ul li.equipos ul,	
#nav-principal ul li.formativo ul{
	margin: 0 auto;
	display: table;
	float: none;
	overflow: hidden;
	height: auto;
	background-color: transparent;
}

#nav-principal ul li.equipos ul li{float: left;}
#nav-principal ul li.equipos ul li.equipo-pro{min-width: 180px;	}

#nav-principal ul li.equipos ul li span.title{
	display: block;
	width: 100%;
	color: #fff;
	clear: both;
	padding: 15px 10px 5px;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
}

#nav-principal ul li.equipos ul li ul{
	border-top: 0;
	padding: 0;
	background-color: transparent;
	border-bottom: 0;
	width: auto;
}

#nav-principal ul li.equipos ul li ul li{ float: none; }



#nav-secondary{ 
	height: 48px; /* fix IE 9 */
	top: 0; 
	right: 0;
	padding-right: 200px;
	width: 100%;
	background-color: #202364;
}

#nav-secondary li{float: right;}
	
#nav-secondary li a{
	height: 20px;
	font-size: 12px;
	padding: 28px 8px 0;
}

#nav-secondary li ul li a{
	height: 20px;
	padding: 10px;
	color: #333;
}

#nav-secondary li a:hover,
#nav-secondary li.active a{
	background-color: rgba(0, 0, 0, 0.3);
}

	#nav-secondary li ul{
		margin-top: 0;
		margin-right: 0;
	}

	#nav-secondary li ul li{float: none;}


/* FORM en el Nav*/

#top-nav .navbar-form{
	right: 20px;
	z-index: 10;
	top: 10px;
	margin: 0;
	border: 1px solid #293989 !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 1px;
	color: #fff;
}

#top-nav .navbar-form input[type=text]{
	border: 0;
	padding: 0 0 0 5px;
	margin: 0;
	background-color: transparent;
	color: #fff;
	width: 130px;
	height: 20px !important;
}

#top-nav .navbar-form button{
	width: 22px;
	height: 22px;
	font-size: 16px;
	margin-right: 4px;
	background-color: transparent;
}




/* FOOTER */

footer{
	display: block;
	width: 100%;
	height: auto;
	background-color: #293989;
	color: #ffffff;
}

footer #newsletter{
	display: block; 
	overflow: hidden;
	width: 100%;
	height: auto;
	padding: 22px 0; 
	background-color: #202364;
	text-align: center;
}

	footer #newsletter p,
	footer #newsletter form,
	footer #newsletter form input{
		display: inline-block; 
		font-size: 16px;
	}

	footer #newsletter p{
		padding: 8px 0;
	}

	footer #newsletter form input[type=text]{
		padding: 0 0 0 15px;
		height: 35px;
		width: 160px;
		margin: 0 0 0 5px;
		border-radius: 5px 0px 0px 5px; /* aquí le ponemos esquinas con curva */
		-moz-border-radius: 5px 0px 0px 5px;
		-webkit-border-radius: 5px 0px 0px 5px;
		color: #000;
	}

	footer #newsletter form button[type=submit]{
		height: 35px;
		width: 100px;
		margin: 0 0 0 -5px;
		border-radius: 0px 5px 5px 0px;
		-moz-border-radius:  0px 5px 5px 0px;
		-webkit-border-radius:  0px 5px 5px 0px;
		color: #fff;
		background-color: #DB1715;
	}


footer #newsletter .newsletter-success{
	font-weight: 700;
	padding: 0 0 0 20px;
}

footer #content-footer{
	overflow: hidden;
	padding: 30px 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #202364;
}

footer #content-footer .logo{
	display: block;
	overflow:hidden;
	height: 120px;
	width: 85px;
	text-indent: -9999px;
	background: url("../images/Iso-chuncho.svg") top left no-repeat transparent;
	float: left;
	background-size: 85px;
}

footer #content-footer nav{ 
	background-color: transparent;
	margin-right: 0;
	border: 0;
}

footer #content-footer>nav>ul>li{
	float: left;
	margin: 0 20px;
}
footer #content-footer>nav>ul>li>ul{
	float: none;
	list-style: none;
}
footer #content-footer>nav>ul>li>ul>li{
	float: none;
	padding: 8px 0;
	font-size: 14px;
	float: none;
	font-weight: 300;
	line-height: 1em;
}
footer #content-footer li.first,
footer #content-footer li.first a{ font-weight: 600;}

footer #content-footer li a{line-height: 1em; color: #fff;}
footer #content-footer li a:hover{ color:#DB1715;}

footer .copas{
	padding: 20px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #202364;
	display:flex;
	justify-content: space-between;
}

footer .copa{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	padding: 20px 0 20px 0;
	box-sizing: border-box;
}

footer .copa img{
	width: 40px;
	height: 80px;
	float: left;
}

footer .copa span.cantidad{
	font-size: 60px;
	font-weight: 700;
	letter-spacing: -5px;
	line-height: 1em;
	clear: right;
}

footer .copa span.nombre{
	padding-top: 18px;
	font-size: 14px;
}

footer #auspiciadores{
	padding: 20px 0;
	text-align: center;
}

footer #auspiciadores .c1,
footer #auspiciadores .c2,
footer #auspiciadores .c3{display: block; width: 100%; text-align: center;}
footer #auspiciadores .c3{border-bottom: 1px solid #202364; padding-bottom: 15px;}

footer #auspiciadores a img{
	padding: 10px;
	opacity: 0.7;
	width: auto;
}

footer #auspiciadores .c1 a img{height: 82px;}
footer #auspiciadores .c2 a img{height: 30px;}
footer #auspiciadores .c3 a img{height: 26px;}

footer #auspiciadores span{
	display: block;
	font-size: 12px;
	margin: 15px 0 0;
}

footer #auspiciadores a:hover img{ opacity: 1;}

footer #copyright{
	width: 100%;
	padding: 0 10px 10px;
	opacity: 0.8;
	font-size: 12px;
	line-height: 1.6em;
	text-align: center;
	box-sizing: border-box;;
}

footer #copyright a,
footer #copyright a:hover{color: #fff;}


/* Contenidos tipo */

img, video {
	height: auto;
	max-width: 100%;
	margin: 0;
	border:0;
	padding: 0;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.wp-caption, .gallery-caption, figcaption, figure, main {
	max-width: 100%;
	display: block;
	margin: 1em 0;
	position: relative;
}

figure.align-left{
	float: left;
	padding-right: 15px;
}

figure.align-right{
	float: right;
	padding-left: 15px;
}

figure p,
.wp-caption .wp-caption-text{
	position: absolute;
	width: 100%;
	color: #fff;
	bottom: 0;
	display: inline-block;
	text-shadow: 0 2px 2px #000;
	text-align: center;
	font-size: 12px;
}


.wp-caption img,
img.size-full,
video.size-full{
	margin-left: -20%;
	min-width: 140%;
	max-width: inherit;
	display: block;
}

figure.alignleft img.size-full,
figure.alignright img.size-full,
img.size-full.alignleft,
img.size-full.alignright,
figure.alignleft video.size-full,
figure.alignright video.size-full,
video.size-full.alignleft,
video.size-full.alignright
{
	margin-left: 0;
	width: inherit !important;
}


/* FORMULARIOS */

#form-box{
	color: #fff;
	background-color: #293989;
	padding: 40px 15px;
}

section#contacto .breadcrumb{
	z-index: 100;
	margin-bottom: -50px;
	color: #fff;
}

section#contacto .breadcrumb li,
section#contacto .breadcrumb li a{
	color: #fff;
}


section #form-box h1
,#form-box h1{margin: 20px 0; color: #fff;}
#form-box p{margin: 15px 0; line-height: 1.2em;}
#form-box a{color: #fff;}

#form-box label{
	display: none;
}

#form-box .form-control{
	box-sizing: border-box;
}

#form-box button{
	width: 100%;
	float: right;
	box-sizing: border-box;
	padding: 10px
}

.addthis-smartlayers-desktop .atss{top: 32% !important;}

#contacto iframe.cda-dir{width: 100%;}


/* ERROR 404 */

#notfound>div{
	text-align: center;
	padding: 200px 20px;
	padding-bottom: 150px;	
}

#notfound>div>span{
	display: block;
	overflow: hidden;
	padding-bottom: 50px;
	font-family: 'Montserrat', sans-serif;
	color: #202364;
	font-size: 30px;
	font-weight: 500;
}

#notfound>div>span.error{font-size: 50px;}
#notfound>div>span a{
	color: #202364;
	font-weight: 500;
}


/* HEADER RESUMIDO */

header.scroll-down { height: 50px; width: 230px; margin: 0 0 0 61px;}
header.scroll-down #logo {height: 33px; width: 230px; margin: 10px 0 0 0;}
header.scroll-down #logo a{ background-image: url("../images/logo-udechile-mobile.svg");}

#top-nav.scroll-down .container{
	background-color: #202364;
	margin-top: 55px;
	overflow-y: auto;
}


/* MENU RESUMIDO */

nav.scroll-down ul li{ float: none; margin-right: 0; }

#top-nav.scroll-down .navbar-header {float: none;}
#top-nav.scroll-down .navbar-left,.navbar-right { float: none !important;}
#top-nav.scroll-down .navbar-toggle {display: block;}
#top-nav.scroll-down .navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	overflow-y: auto;
}
#top-nav.scroll-down.scroll-down .navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
#top-nav.scroll-down .navbar-collapse.collapse { display: none!important;}
#top-nav.scroll-down .navbar-nav {
	float: none!important;
	margin-top: 7.5px;
}
#top-nav.scroll-down .navbar-nav>li {float: none;}
#top-nav.scroll-down .collapse.in{ display:block !important;}

#top-nav.scroll-down .navbar-nav .open .dropdown-menu {
	position: static;
	float: none;
	border: 0;
}

#top-nav.scroll-down #nav-principal, 
#top-nav.scroll-down #nav-secondary, 
#top-nav.scroll-down .navbar-form{
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0;
}

#top-nav.scroll-down #nav-principal{border-bottom: 1px solid #fff}
#top-nav.scroll-down #nav-principal>ul>li.open>a{ background-image: none !important;}

#top-nav.scroll-down #nav-principal ul li.formativo .dropdown-menu,
#top-nav.scroll-down #nav-principal ul li.equipos .dropdown-menu{
	position: relative;
	margin: 0;
	padding: 0;
	border-top: 0;
	background-color: rgba(0,0,0,0.3);
	border-bottom: 0;
	margin-top: 0;
}
#top-nav.scroll-down #nav-principal ul li.formativo ul,
#top-nav.scroll-down #nav-principal ul li.equipos ul{ width: initial; display: block;}
#top-nav.scroll-down #nav-principal ul li.equipos ul li{float: none;}

#top-nav.scroll-down #nav-principal ul li.formativo .dropdown-menu ul.sub-menu, 
#top-nav.scroll-down #nav-secondary .sub-menu.dropdown-menu { padding: 0 10px;}

#top-nav.scroll-down #nav-secondary { width: initial;}
#top-nav.scroll-down #nav-secondary li{ float: none;}
#top-nav.scroll-down #nav-secondary li a:hover{ color: #DB1715; background-color: transparent;}
#top-nav.scroll-down #nav-secondary li ul li { padding: 10px;}
#top-nav.scroll-down #nav-secondary li ul li.divider{ padding: 0;}

#top-nav.scroll-down #nav-principal ul li a,
#top-nav.scroll-down #nav-secondary li a{
	height: auto;
	line-height: 1em;
	font-size: 14px;
	padding: 15px 20px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	letter-spacing: 0;
	text-shadow: none;
}

#top-nav.scroll-down #nav-secondary .dropdown-menu li{padding: 0 10px;}

#top-nav.scroll-down #nav-secondary .dropdown-menu li a{
	height: 26px;
	padding: 13px 0 0;
	background-color: transparent;
	color: #fff;
}

#top-nav.scroll-down #nav-principal ul li ul,
#top-nav.scroll-down #nav-secondary li ul {
	margin-top: 0;
	background-color: rgba(0,0,0,0.3);
}

#top-nav.scroll-down #nav-principal ul li ul.sub-menu{
	background-color: transparent;
} 

#top-nav.scroll-down #nav-principal>ul>li>ul{
	width: 100%;
  position: relative;
  top: auto;
  left: auto;
  margin-left: 0;
  padding-left: 0;
}

#top-nav.scroll-down.navbar-default {height: 50px;}

#top-nav.scroll-down .navbar-toggle{
	position: absolute;
  left: 0;
  top: 0;
  float: left;
	padding: 18px 15px;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #202364;
	border: 0 solid transparent;
	border-radius: 0;	
}

#top-nav.scroll-down.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
#top-nav.scroll-down.navbar-default .navbar-collapse, 
#top-nav.scroll-down.navbar-default .navbar-form {
	border-top: 0;
}
#top-nav.scroll-down.navbar-default .navbar-toggle:hover, 
#top-nav.scroll-down.navbar-default .navbar-toggle:focus {
	background-color: #DB1715;
}
#top-nav.scroll-down.navbar-default .navbar-toggle { border-color: #DB1715;}
#top-nav.scroll-down .navbar-form { overflow: hidden; margin: 20px 0 0;}
#top-nav.scroll-down .navbar-form .form-group{
	margin: 0;
	width: 85%;
	float: left;
	padding: 5px;
} 
#top-nav.scroll-down .navbar-form .form-group input[type=text]{ width: 100%;}
#top-nav.scroll-down .navbar-form button{height: 30px;}



.aside{
	margin-bottom: 20px;
}


/*
 - - - - - BUSCADOR ESCUELAS - - - - -
*/
.mapContainer{
	position:relative;
}
.boxSearch{
	position: absolute;
    z-index: 1000;
    width: 250px;
    height: 120px;
    border-radius: 3px;
    background: #333;
    color: #fff;
    top: 50%;
    left: -30px;
    margin-top: -65px;
    padding: 20px 30px 30px;
}
@media (max-width:780px){
    .boxSearch{
        position: relative;
        width: 100%;
        box-sizing: border-box;
        margin: 20px 0 30px;
        height: 160px;
        left: initial;
    }
}
.boxSearch .titleForm{
	color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 0px 0px 20px;
    font-weight: 700;
}
.escuelasContainer .titleComuna {
	font-family:'Montserrat', sans-serif;
	display: block;
    text-align: left;
    border: 1px solid #293988;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
	float: none;
	font-size:24px;
	color:#293988;
	font-weight:700;
	margin-bottom: 10px;
    word-break:break-word;
}
.escuelasContainer .titleComuna i {
	float: right;
	margin-right: 25px;
	margin-top: 6px;
}

.comunaContainer .containerCollapse {
	width: 93%;
	margin: 0 auto;
}


.escuelasContainer .titleRegion{
	width:100%;
	font-size:24px;
	color:#293988;
	font-weight:'Montserrat', sans-serif;
	margin-bottom:10px;
	font-weight:700;
	margin-left:0px;
	margin-top:20px;
	margin-bottom:20px;
	float:left;
}
.escuelasContainer .titleRegion{
	font-size:28px;
	border-bottom:1px solid #293988;
	padding-bottom:10px;
}
.escuelasContainer .titleRegion::before,
.escuelasContainer .titleRegion::after,
.escuelasContainer .titleComuna::before,
.escuelasContainer .titleComuna::after{
	content:'';
	display:block;
	float:none;
	clear:both;
}
.escuelasContainer .escuelaItem{
	width:33.33339%;
	box-sizing: border-box;
	padding:10px;
	float:left;
	display:none;
}
.escuelasContainer .escuelaItem .boxed{
	width:100%;
	background:#eee;
	transition:background ease .3s;
	padding:20px;
	box-sizing: border-box;
}
.escuelasContainer .escuelaItem .boxed:hover{
	background:#ddd;
}
.escuelasContainer .escuelaItem.active{
	display: block;
}
@media (max-width:980px){
	.escuelasContainer .escuelaItem{
		width: 100%;
	}
}
.escuelasContainer .escuelaItem .nombreEscuela{
	color:#293988;
	font-size:16px;
	font-weight:'Montserrat', sans-serif;
	margin-bottom:10px;
	font-weight:700;
}
.escuelasContainer .escuelaItem .infoEscuela{
	color:#333;
	font-size:12px;
}
.escuelasContainer .escuelaItem .direccionEscuela,
.escuelasContainer .escuelaItem .informacionEscuela{
	margin-bottom: 10px;
	padding-left: 25px;
	position: relative;
    word-break:break-word;
}
.escuelasContainer .escuelaItem .direccionEscuela i,
.escuelasContainer .escuelaItem .informacionEscuela i{
	position: absolute;
    left: 5px;
    top: 4px;
}
.escuelasContainer .escuelaItem .informacionEscuela i{
	left:3px;
}

.beneficios .contenido-beneficios {
	box-sizing: border-box;
    padding: 35px 50px;
    background: #293989;
    color: #fff;
	border-radius: 10px;
	margin-bottom: 20px;
}
.beneficios .contenido-beneficios h5{
	margin: 18px 45px 25px;
    font-size: 20px;
	text-align: center;
	text-transform: uppercase;
}
.beneficios .contenido-beneficios ul{
	font-size: 16px;
    list-style: none;
    columns: 2;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.beneficios .contenido-beneficios ul li p{
	margin: 0;
    padding: 0;
}
.beneficios .contenido-beneficios ul li p span {
	color: #FFCE00;
    font-weight: bold;
    font-size: 25px;
    border-radius: 100%;
}
.beneficios .contenido-beneficios .letrachica {
	font-weight: normal;
    font-size: 10px;
    color: #fff;
    margin-left: 50px;
    margin-top: -10px;
}

#buscadorEscuela select{
	color:#333;
	width:100%;
	margin-bottom:20px;
}
.boxSearch #buscarEscuelas{
	width:120px;
	padding:10px 5px;
	text-align:center;
	border-radius:4px;
	background:#fff;
	font-weight:700;
	color:#555;
	text-shadow:2px #ddd;
	position:absolute;
	bottom:-20px;
	left:50%;
	box-shadow: 0px 5px 10px -5px rgba(0,0,0,.5);
	margin-left:-60px;
	cursor: pointer;
	transition:all ease .3s;
	box-sizing: border-box;
}
.boxSearch #buscarEscuelas:hover{
	transform:translateY(1px);
	box-shadow: 0px 2px 5px -2px rgba(0,0,0,.2);
}
section#page-escuela-matriz,
section#page-franquicias{
	margin:0px;
	overflow-x:hidden;
	margin-bottom:30px;
}
section#page-escuela-matriz .headerSection,
section#page-franquicias .headerSection{
	height:350px;
	width:100%;
	position:relative;
	background-repeat: no-repeat;
	background-size:cover;
	background-position: top center;
}
section#page-escuela-matriz .headerSection .boxGradient,
section#page-franquicias .headerSection .boxGradient{
	position: absolute;
	z-index:10;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000c6d+100&0+0,0.5+100 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,12,109,0.5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,12,109,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,12,109,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80000c6d',GradientType=0 ); /* IE6-9 */
}
section#page-escuela-matriz .headerSection .titlePage,
section#page-franquicias .headerSection .titlePage{
	position:absolute;
	z-index: 20;
	color:#fff;
	font-size:60px;
	line-height:60px;
	font-weight:300;
	bottom:100px;
	text-shadow: 2px 2px #333;
}
section#page-escuela-matriz .headerSection .titlePage span,
section#page-franquicias .headerSection .titlePage span{
	font-size:75px;
}
section#page-escuela-matriz .boxInfoPage,
section#page-franquicias .boxInfoPage{
	border-radius: 5px;
	background:#fff;
	margin-top:-50px;
	z-index: 50;
	position: relative;
}
section#page-escuela-matriz .boxInfoPage hr,
section#page-franquicias .boxInfoPage hr{
	border-top:1px solid #293989;
}
section#page-escuela-matriz .boxInfoPage .infoText,
section#page-franquicias .boxInfoPage .infoText{
	padding:30px 40px 10px 40px;
	color:#293989;
	font-weight:300;
	font-size:20px;
}
section#page-franquicias .boxInfoPage .infoText.smallSize{
	font-size:14px;
}
section#page-escuela-matriz .boxInfoPage .itemDesplegable{
	position: relative;
}
section#page-escuela-matriz .boxInfoPage .itemDesplegable .triggerBox{
	padding:20px 40px;
	box-shadow: 0px 0px 20px -4px rgba(0,0,0,.5);
	position:relative;
}
@media (max-width:768px){
	section#page-escuela-matriz .boxInfoPage .itemDesplegable .triggerBox{
		padding-right:75px;
	}
}
section#page-escuela-matriz .boxInfoPage .itemDesplegable .triggerBox .downTrigger{
	width: 40px;
    height: 40px;
    border-radius: 100px;
    border: 2px solid #ED5554;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 20px;
	margin-top: -22px;
	cursor: pointer;
	transition:all cubic-bezier(.79,.01,.24,1) .4s;
}
section#page-escuela-matriz .boxInfoPage .itemDesplegable .triggerBox .downTrigger.upside{
	transform:rotate(-180deg);
}
section#page-escuela-matriz .boxInfoPage .itemDesplegable .triggerBox .downTrigger i{
	color:#ED5554;
	font-size:20px;
	margin-top: 10px;
}
section#page-escuela-matriz .boxInfoPage .itemDesplegable .triggerBox .title{
	color:#DB1715;
	font-size:26px;
}
section#page-escuela-matriz .boxInfoPage .itemDesplegable .triggerBox .info{
	color:#293989;
}
section#page-escuela-matriz .boxInfoPage .itemDesplegable .infoToDisplay{
	display:none;
}
section#page-escuela-matriz .boxInfoPage .itemDesplegable .infoToDisplay div.itemBloqueGrafico,
section#page-escuela-matriz .boxInfoPage .itemDesplegable .infoToDisplay div.itemTexto{
	padding:0px 40px 0px;
}
section#page-escuela-matriz .boxInfoPage .itemDesplegable .infoToDisplay div.itemBloqueGrafico{
	margin:20px 0;
}
section#page-escuela-matriz .boxInfoPage .itemDesplegable .infoToDisplay div.itemBloqueGrafico .leftSide,
section#page-escuela-matriz .boxInfoPage .itemDesplegable .infoToDisplay div.itemBloqueGrafico .rightSide{
	display:inline-block;
	vertical-align: middle;
}
section#page-escuela-matriz .boxInfoPage .itemDesplegable .infoToDisplay div.itemBloqueGrafico .leftSide{
	margin-right:40px;
	padding-right:40px;
	border-right:5px solid #293989;
}
section#page-escuela-matriz .boxInfoPage .itemDesplegable .infoToDisplay div.itemBloqueGrafico .rightSide{
	color:#293989;
}
section#page-escuela-matriz .boxInfoPage .itemDesplegable .infoToDisplay div.itemBloqueGrafico p{
	margin:0px;
}
section#page-escuela-matriz .boxInfoPage .itemDesplegable .infoToDisplay div.itemTexto{
	margin-bottom:20px;
}
section#page-escuela-matriz .boxInfoPage .itemDesplegable .infoToDisplay div.title{
	color:#293989;
	font-weight: 600;
}
section#page-escuela-matriz .boxInfoPage .itemDesplegable .infoToDisplay div.itemTexto.blueBox div.title{
	color:#fff;
}
section#page-escuela-matriz .boxInfoPage .itemDesplegable .infoToDisplay p a{
	text-decoration: underline;
}
section#page-escuela-matriz .boxInfoPage .itemDesplegable .infoToDisplay div.blueBox{
	background:#293989;
	border-radius:5px;
	color:#fff;
	padding-top:20px;
	padding-bottom:20px;
}
section#page-escuela-matriz .boxInfoPage .redSeparator{
	width:100%;
	height:10px;
	background:#DB1715;
}
section#page-franquicias .boxInfoPage .tabsSection{
	background:#293989;
	border-radius:5px;
	margin-top:-10px;
	box-shadow: 0px 0px 20px -3px rgba(0,0,0,.8);
}
section#page-franquicias .boxInfoPage .tabsSection p a {
	color: white;
	text-decoration: underline;
}
section#page-franquicias .boxInfoPage .tabsSection .tabHeader{
	margin:15px 0;
	display:flex;
	float:left;
	width:100%;
}
section#page-franquicias .boxInfoPage .tabsSection .tabHeader::before,
section#page-franquicias .boxInfoPage .tabsSection .tabHeader::after{
	clear:both;
	float:none;
	content:'';
}
.clearfix{
	clear:both;
	float:none;
}
section#page-franquicias .boxInfoPage .tabsSection .tabHeader a{
	flex:1;
	background:#1B2865;
	color:#fff;
	display: inline-block;
	text-align: center;
	line-height: 20px;
	padding:15px 0;
	text-transform: uppercase;
	font-size:20px;
	font-weight: 600;
	transition:all ease .3s;
}
section#page-franquicias .boxInfoPage .tabsSection .tabHeader a.active{
	color:#DB1715;
	background:#fff;
}
section#page-franquicias .boxInfoPage .tabsSection .tabBody{
	color:#fff;
	padding:20px 40px;
}
section#page-franquicias .boxInfoPage .tabsSection .tabBody ul{
	margin-left:30px;
	list-style: none;
}
section#page-franquicias .boxInfoPage .tabsSection .tabBody ul li{
	position: relative;
	margin-bottom:5px;
}
section#page-franquicias .boxInfoPage .tabsSection .tabBody ul li:before{
	content:'';
	width:6px;
	height:6px;
	display:block;
	border-radius:100px;
	background:#FFD100;
	position: absolute;
	top:6px;
	left:-15px;
}
section#page-franquicias .boxInfoPage .tabsSection .tabBody .tabContent{
	display: none;
}
section#page-franquicias .boxInfoPage .info{
	padding:30px 0;
}
section#page-franquicias .boxInfoPage .info p{
	color:#fff;
}
.textCenter{
	text-align: center !important;
}
section#page-franquicias .boxInfoPage .info .btn{
	margin: 0 auto;
    display: block;
    width: 200px;
    background: #DB1715;
    border: none;
    border-radius: 50px;
    padding: 15px 10px;
    text-transform: uppercase;
}
.hiddenForm#solicitudForm .superTitle,
.hiddenForm#solicitudForm .titleItem{
	font-weight:700;
	font-size:20px;
	color:#1B2865;
}
.hiddenForm#solicitudForm label{
	color:#1B2865;
}
.hiddenForm#solicitudForm .titleItem{
	font-size: 16px;
	margin-bottom:10px;
}
.hiddenForm#solicitudForm .agregarFiles label{
	border-radius: 20px;
    background: #ddd;
    color: #333;
    text-align: center;
    display: inline-block;
    padding: 9px 10px;
    border: 2px dashed #999;
	width: 100%;
	cursor: pointer;
}
.hiddenForm#solicitudForm .agregarFiles .cf-uploader-trigger{
	border-radius: 20px;
    background: #DB1715;
    color: #fff;
    text-align: center;
    display: block;
    padding: 9px 10px;
    width: 150px;
	margin: 10px auto;
	display:none;
}
.hiddenForm#solicitudForm .submitBtn{
	border-radius: 20px;
    background: #DB1715;
    color: #fff;
    text-align: center;
	display: block;
	font-size:20px;
    padding: 9px 10px;
    width: 200px;
    margin: 10px auto;
}
.filesToUpload{
	background:#ddd;
	padding:5px;
	border-radius:3px;
	margin:5px 0;
}

@media (min-width:1400px){
	.container{
		width: 1440px;
	}
}
#solicitudForm .wpcf7-textarea{
    border:1px solid #ddd;
    resize:none;
    height:150px;
}
#solicitudForm select{
    border:1px solid #ddd;
    padding: 10px 20px;
    height: 150px;
}
#solicitudForm .wpcf7-text{
    border:1px solid #ddd;
}

