body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  background-image: url('../img/header.jpg');
  background-size: 120%;
  background-position: top right;
}


.txt-blue {
  color: #7999C2;
}

.size-18 {
  font-size: 18px;
}


h2 {
  color: #7999C2;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 1em;
}

h3 {
  color: #7999C2;
  font-size: 40px;
  font-weight: lighter;
  margin-bottom: 0em;
}

h4 {
  color: #7999C2;
  font-size: 28px;
  font-weight: 600;
  margin-top: 0em;
}

h5 {
  color: #7999C2;
  font-size: 24px;
  font-weight: lighter;
  margin-bottom: 0em;
}

#content {
  background: white;
}

nav {
  background: transparent !important;
}

nav.scrolled {
  background-color: #23316a !important;
  transition: background-color 200ms linear;
}

nav a {
  color: white;
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
  margin-left: 1em;
}

nav a:hover, nav a.active {
  color: #292C5A;
}

nav.scrolled a:hover, nav.scrolled a.active {
  color: #7999C2;
}


header {
  background-image: url('../img/header-blue1.png');
  padding-top: 10em;
  color: white;
}

.mt-5 {
  font-weight: bold;
  font-size: 40px;
  margin: 0px;
}

.lead {
  font-size: 30px;
}

p.c2a {
  margin: 5em 0em 7em 0em;
  font-weight: 600;
  font-size: 14px;
}

p.c2a a {
  color: #292C5A;
  background: white;
  padding: 1em 3em;
}

header div#logos {
  background-image: url('../img/header-blue2.png');
  padding: 1.5em 0em;
}

header div#logos a {
  margin: 0em 3em;
}


.bg-blue1 {
  background: #e4f1f7;
}

.bg-blue2 {
  background: #c9e4ef;
}

.bc {
  padding: 2em 0em;
  font-size: 20px;
  font-weight: lighter;
}

.bc-dirigido {
  font-size: 24px;
  font-weight: lighter;
}

h2.bigger {
  color: #292C5A;
  font-size: 40px;
  margin: 1em 0em 2em 0em;
  text-align: center;
}

.numero {
  font-size: 72px;
  font-weight: bold;
  color: white;
  margin-bottom: 0em;
}

div.objetivo {
  border-top: 3px solid #7999C2;
  border-bottom: 3px solid #7999C2;
  padding: 1em 0em;
  color: #7999C2;
  min-height: 220px;
}


ol {
  padding-left: 1em;
}

p.ac {
  font-size: 24px;
  padding: 1em 8em 2em 8em;

}

div.bc-metodologia2 div.objetivo {
  min-height: 160px;
  padding: 0.5em 1.5em;
}

.bc-profesorado h2.bigger {
  margin-bottom: 0em;
  margin-top: 1em;
}

.bc-profesorado h2 {
  margin-top: 0em;
}

.bc-matriculas {
  background-image: url('../img/back-ai.jpg');
  background-size: cover;
  padding-bottom: 0em;
}

.bc-matriculas h2 {
  margin-bottom: 0px;
}

.bc-matriculas h2.bigger {
  margin-bottom: 1.5em;
}

.fecha-matricula {
  color: #424243;
  font-weight: bold;
}

.bc-matriculas p.txt {
    font-size: 24px;
    font-weight: lighter;
}

div.dotted-right {
  background-image: url('../img/dot.png');
  background-repeat: repeat-y;
  background-position: top right;
}

.bc-matriculas div.col-md-8 {
  padding-left: 3em;
}


div#matriculafooter {
  background-image: url('../img/header-blue2.png');
  padding: 1.5em 0em;
  color: white;
  margin-bottom: 0em;
  margin-top: 2em;
}

div#matriculafooter h3,
div#matriculafooter h4 {
  color: white;
}

div#matriculafooter h3 {
  font-weight: lighter;
}

div#matriculafooter .c2a {
  margin: 3em auto 2em auto;
}

footer {
  background-color: #23316a !important;
  color: white;
  text-align: center;
  padding: 2em 0em;
  vertical-align: middle;
}

footer img {
  margin: auto 1.5em;
}



@media only screen and (max-width: 768px) {

    body {
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 18px;
      /*width: 107%;*/
      background-image: url('../img/header.jpg');
      background-size: 350%;
      background-position: top center;
      background-position: contain;
    }

    nav {
      background: #23316a !important;
    }

    .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }

    ul.navbar-nav {
      border-top: 1px solid #e0e0e0;
    }

    .navbar-nav .nav-link {
      text-align: center;
      font-size: 20px;
      font-weight: lighter;
    }

    nav a:hover, nav a.active {
      color: #7999C2;
    }

    header {
      padding-top: 6em;
    }

    .mt-5, .lead {
      font-size: 25px;
    }

    p.c2a {
      margin: 3em 0em 4em 0em;
    }

    header div#logos a {
      margin: 0em 0.5em;
    }

    header div#logos img {
      height: 35px;
    }

    div.bc-metodologia2 div.objetivo,
    div.objetivo {
      min-height: auto;
      margin-bottom: 2em;
    }

    .bc-contenidos .col-md-3 {
      text-align: center;
      padding-bottom: 2em;
    }

    p.ac {
      padding: inherit;
    }

    div.bc-metodologia2 div.objetivo {
      border-bottom: none;
      margin-top: 2em;
      margin-bottom: 0em;
    }

    .bc-matriculas div.col-md-8 {
      padding-left: 1em;
      padding-top: 2em;
    }

    div#matriculafooter {
      text-align: center;
    }

}

@media (max-width: 880px) and (orientation: landscape) {

    body {
      background-size: 100%;
      background-position: top center;
      background-position: contain;
      background-attachment: fixed;
    }
