@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: Gotham;
	src:url(../font/GothamRnd-Book.otf);
	font-style: normal;
	font-weight:normal;
}

@font-face {
	font-family: Gotham;
	src:url(../font/GothamRnd-Bold.otf);
	font-style: normal;
	font-weight:700;
}

@font-face {
	font-family: Gotham;
	src:url(../font/GothamRnd-Light.otf);
	font-style: normal;
	font-weight:100;
}

/*General*/

html, body {
	font-family: Gotham!important;
	background-color: #f7fbff;
	color: #1b2345
}

.wrapper {
	max-height: 4619px;
}

.btn-radius {
	border-radius: 0px;
}

.btn-green {
	background-color: #2798a4;
}

.btn-green:hover {
	background-color: #1e7882;
}

.btn-green:focus, .btn-green:active {
	background-color: #146871;
}

.btn-blue {
	background-color: #34548d;
}

.btn-blue:hover {
	background-color: #274478;
}

.btn-blue:focus, .btn-green:active {
	background-color: #1b3461;
}

.blue-font {
	color: #1b2345;
}

/*Menú*/

#mainNav {
	border-bottom: 1px solid rgba(33, 37, 41, 0.1);
	background-color: #fff;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

#mainNav .navbar-brand img {
	max-width: 200px;
	width: 100%;
	content:url(../img/logo.png);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
  }

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
}

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #1d2b5c;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: #00a3b4;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color:#00a3b4!important;
  background-color: transparent;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
  background-color: transparent;
}

@media screen and (min-width: 992px) {
  #mainNav {
    background-color: transparent;
	border: transparent;
  }
	#mainNav .navbar-brand{
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #fff;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 0.5rem 1rem;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color:rgba(255,255,255,0.80);
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color:rgba(255,255,255,1.00);
  }
  #mainNav.navbar-shrink {
	  transition: all 0.5s;
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color:rgba(29,43,92,0.95);
  }
  #mainNav.navbar-shrink .navbar-brand img{
	  content:url(../img/logo_blanco.png);
	  transition: all 0.3s;
	  -webkit-transition: all 0.3s;
	  -moz-transition: all 0.3s;
	  -ms-transition: all 0.3s;
	  width: 50%;
  }
  #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: #00a3b4;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #ddd;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #AAA;
  }
}

/*Header*/

header.masthead {
	padding-top: 10rem;
	padding-bottom: calc(10rem - 56px);
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image:url(../img/intro-img.jpg);
	height: 100vh;
}

.extra {
	z-index: 0;
	margin-left: 25vw;
		
}

.header-content {
	position: relative;
	z-index: 1;
}

@media screen and  (min-width: 768px) {
  header.masthead p {
    font-size: 1.15rem;
  }
}

@media screen and  (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

@media screen and  (min-width: 1200px) {
  header.masthead h1 {
  }
}

/* Quiénes */

.quienes {
	background-image: url(../img/fondo.png);
	background-size: cover;
	background-position: top center;
}

@media screen and  (min-width: 1500px) {
	.quienes {
		background-image: url(../img/fondo_grande.png);
		background-size: cover;
		background-position: top center;
		margin-top: -140px!important;
	}
	
	.objetivos {
		margin-top: 0px!important;
	}
}

/* Escuelas */

.escuelas {
	margin-top: -180px;
}

.panel {
	height:330px;
	box-shadow: 0px 15px 40px 0px rgba(0,0,0,0.2);
}

.panel h1 {
	height:80px;
}

.panel p {
	height:80px;
}

.grad1 {
	position: absolute;	
	height: 330px;
	width: 10px;
	background-color: #35558e; /* For browsers that do not support gradients */
	background-image: linear-gradient(#35558e, #755fc3); /* Standard syntax (must be last) */
}

.grad2 {
	position: absolute;	
	height: 330px;
	width: 10px;
	background-color: #48358d; /* For browsers that do not support gradients */
	background-image: linear-gradient(#48358d, #b560c7); /* Standard syntax (must be last) */
}

.grad3 {
	position: absolute;	
	height: 330px;
	width: 10px;
	background-color: #81358d; /* For browsers that do not support gradients */
	background-image: linear-gradient(#81358d, #c45f97); /* Standard syntax (must be last) */
}

/* Contacto */

.contacto {
	background-position: top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image:url(../img/contacto.png);
}

/* Footer */

footer {
	background-color: #2698a3;
}

.footer div a {
	color: white;
}

.footer div a:hover {
	color:rgba(137,210,186,1.00);
	text-decoration: none;
}
