header .navbar-small{
  padding: 0;
}
header .menu-top .nav-link, .menu .nav-link{
  color: #105594 !important;
}
.lineas-blancas a::after {
  content: "";
  width: 1px;
  border-left: 1px solid #105594;
  height: 15px;
  margin-left: .8rem;
  display: inline-block;
}
.lineas-negras a::after {
  content: "";
  width: 1px;
  border-left: 1px solid rgba(0,0,0,0.2);
  height: 15px;
  margin-left: .8em;
}
header .menu2 li{
  padding: 0px 0.3rem;
}
.lineas-blancas i{
  font-size: 1rem;
  line-height: 1.5;
}
.menu2 li:hover{
  background:  #DA999A;
  transition: all ease .2s;
}
.menu{
 /* padding: 0 !important;*/
}
.barra{
  background: #105594;
}
.barra li{
  list-style: none;
}
.barra li .nav-link{
  color: #fff;
}
.bg-azul{
  background: #003D68;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
.blanco{
  color: #fff;
}
.gris{
  background-color: #F2F2F2;
}
.noticias img{
  border-bottom: 3px solid #003399;
}
.eventos .text-monospace, .eventos p{
  padding: 0;
  margin: 0;
}
.galeria p{
  position: absolute;
  top: 36%;
  font-size: 1.5em;
  width: calc(100% - 30px);
  font-weight: bold;
  color: #fff;
}
.galeria img, .preescolar-img img{
   filter:brightness(0.4);
  transition: all ease .2s;
}
.galeria img:hover, .preescolar-img img:hover{
   filter:brightness(1.4);
  transition: all ease .2s;
}
.verde{
  background-color: #008a34;
}
.texto-centro p{
  position: absolute;
  top: 36%;
  font-size: 2.0em;
  width: calc(100% - 30px);
  font-weight: bold;
  color: #fff;
}
.blog .jumbotron{
  background-color: #1A98B8;
  color: white;
}
.footer{
  background-color: #003D68;
  position:fixed;
  bottom:0px;
  width:100%;
}
footer .list-group-item{
  padding: .4rem 1.25rem;
}
.col-md-4, .col-md-3, .col-md-2, .col-md-6{
  margin-bottom: 1rem;
}
.azul-oscuro{
  color: #0D0B84;
}
.conocenos .card{
  border: 2px solid rgba(0,0,0,.125);
}
.noticias h2, .noticias h3{
  color: white;
}
.noticias hr{
  border: 1px solid #003399;
}
.eventos h2{
  color: #04826f;
}
.galeria h2{
  color: white;
}
.galeria hr, .admisiones hr{
  border: 1px solid #fff;
}
.enlaces h2{
  color: #003399;
}
.enlaces hr{
  border: 1px solid #003399;
}
.eventos hr{
   border: 1px solid #04826f;
}
.enlaces img:hover{
     box-shadow: 0px 0px 5px black;
}
@keyframes animacion1 {
    0% {filter:brightness(1);}
    50% {filter:brightness(1.6);}
    100% {filter:brightness(1);}
}
@keyframes animacion2 {
    0% {-webkit-transform:scale(1);transform:scale(1);}
    50% {-webkit-transform:scale(1.1);transform:scale(1.1);}
    100% {-webkit-transform:scale(1);transform:scale(1);}
}
.destello{
  animation-name: animacion1;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
.tamanio{
  animation-name: animacion2;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
.galeria{
background: #04826f;	
}
.admisiones{
  color: white;
  background-color: #A11925;
}
.slider-social img{
  width: 5rem;
}
.slider-social strong{
  color: white;
}
.slider-social li{
  background-color: grey;
  margin-bottom: .1rem;
  transition: transform 0.3s;
}
.slider-social li:hover{
  transform: translateX(-127px);
  transition: transform 0.3s;
}
.slider-social .nav-link{
  padding: .3rem .3rem;
}
.padding-inner{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.institucional .card-body{
  padding: .5rem;
}
.extracurricular .card-body{
  padding: .2rem;
}
.institucional .card-body h5, .extracurricular .card-body h5{
  padding: 0;
  margin: 0;
}
.titulo{
  height: 17em;
  position: relative;
  text-align: center;
  color: rgba(255,255,255,.8);
  background-size: 100% auto;
  background-repeat: repeat;
  background-attachment: fixed;
  background-color: rgba(0, 0, 0, 0.3);
}
.titulo h1{
  position: absolute;
  top: 36%;
  font-size: 3.5em;
  width: 100%;
  font-weight: bold;
  color: #fff;
}
.capitalize{
  font-size: 4rem;
  font-weight: bold;
}
.bg-verde{
  background-color: #04826f;
  color: white;
}
.bg-naranja{
  background-color: #fc7706;
  color: white;
}
h1 i{
  font-size: 8rem !important;
}
h1, h2{
  color: #105594;
}
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bg-rojo{
  background: #BB3438;
}
.botonazul{
  background: #005EB6;
color: white;
}
.botonazul:hover{
  background: #004079;
color: white;
}
.botonnaranja{
  background: #F45720;
color: white;
}
.botonnaranja:hover{
  background: #EC5F00;
color: white;
}