@charset "UTF-8";
@font-face {
  font-family: 'Berlingske';
  src: url("../fonts/BerlingskeSerifXCn-Regular.woff");
}
@font-face {
  font-family: "IconosElEspanol";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/IconosElEspanol.woff");
}
/* *********** main *********** */
.main {
  margin-top: 120px;
}

.padding-cero {
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom-l {
  padding-bottom: 60px;
}

.margin-top-lg {
  margin-top: 60px;
}

/* *********** typo *********** */
html, * {
  font-size: 20px;
}

h1, h2, h3, h4, h5, h6, .txt-proyecto, .txt-pie-foto, .txt-small {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222222;
  line-height: 1em;
}

p, .subtitle {
  font-family: 'Lora', serif;
  color: #222222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  font-size: 2.500em;
  text-align: center;
  font-weight: 600;
  margin-top: 60px;
  margin-bottom: 60px;
}

.subtitle {
  font-size: 1.200em;
  line-height: 1.700em;
  margin-bottom: 60px;
  text-align: center;
  letter-spacing: -0.8px;
}

h2 {
  font-size: 1.800em;
  font-weight: 600;
  margin-top: 60px;
}

h3 {
  font-size: 1.300em;
  line-height: 0.5em;
  font-weight: 600;
  margin: 0;
}

p {
  font-size: 1em;
  line-height: 1.500em;
  color: #333;
  margin-top: 30px;
  margin-bottom: 30px;
}

.txt-proyecto, .txt-small {
  color: #1C5BA2;
  font-size: 0.800em;
  margin: 0;
  vertical-align: top;
}

.txt-pie-foto {
  font-size: 0.700em;
  line-height: 1.5;
  display: inline-block;
  margin-top: 5px;
}

/* *********** color *********** */
.bg-gris {
  background-color: #F7F7F7;
}

/* *********** header *********** */
.pos-rel {
  position: relative;
  font-size: 0.800em;
}

.navbar-default {
  border: none;
}

#header .nav-primero {
  background-color: #fff;
  height: 60px;
}
#header .nav-primero a:hover {
  text-decoration: none;
}
#header .nav-primero .logo-espanol h3 {
  font-family: 'Berlingske', serif;
  font-size: 30px;
  font-weight: 100;
  color: #323232;
  text-transform: uppercase;
  text-align: center;
  margin: 15px 0;
  line-height: 35px;
}
#header .nav-primero .suscribete {
  position: absolute;
  top: 0;
  right: 0;
}
#header .nav-primero .suscribete h3 {
  font-family: 'Berlingske', serif;
  font-weight: 100;
  font-size: 16px;
  color: #fc4b2a;
  letter-spacing: 0.04rem;
  margin: 25px 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#header .nav-segundo {
  background-color: #1C5BA2;
  height: 60px;
  margin: 0 auto;
}
#header .nav-segundo .logo-bbva {
  text-align: center;
  display: block;
  line-height: 18px;
}
#header .nav-segundo .logo-bbva img {
  max-height: 60px;
  width: auto;
  margin: 0 auto;
  margin-top: 5px;
}
#header .nav-segundo .logo-bbva span {
  color: #DBEBFC;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#header .nav-segundo .logo-bbva .logo-bbva:hover {
  text-decoration: none;
}

/* *********** main *********** */
.main {
  margin-top: 120px;
}

/* *********** foto principal *********** */
.img-principal img {
  max-width: inherit;
  width: 100%;
}

/* *********** - Primer bloque - *********** */
.dos-colum {
  height: 360px;
  letter-spacing: 1px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.dos-colum p {
  margin-top: 0;
}

/* *********** - Educación - *********** */
.video-accion-magistral {
  margin: 60px 0;
}

.galeria {
  background: #fff;
  padding: 15px;
  margin-top: 60px;
}
.galeria .caja-foto-galeria {
  margin-top: 10px;
  border-bottom: 1px solid #979797;
  padding-bottom: 30px;
}
.galeria .caja-foto-galeria:first-of-type {
  margin-top: 30px;
}

/* *********** - Premios - *********** */
.contenedor-premio-video {
  margin-top: 60px;
}

.bloque-menciones {
  background-color: #F7F7F7;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.bloque-menciones div {
  border-left: 1px solid #979797;
}
.bloque-menciones div:first-of-type {
  border-left: none;
}
.bloque-menciones p {
  font-size: 0.7em;
  line-height: 0.7em;
}

/* *********** - footer - *********** */
.footer {
  background-color: #262626;
  text-align: center;
  color: #ccc;
  padding: 60px 0;
  font-weight: 100;
  letter-spacing: 1.5px;
}
.footer a:hover {
  text-decoration: none;
}
.footer .logo-espanol-gris h3 {
  font-family: 'Berlingske', serif;
  font-size: 30px;
  font-weight: 100;
  color: #323232;
  text-transform: uppercase;
  text-align: center;
  margin: 15px 0;
  line-height: 35px;
  color: #444;
  font-size: 50px;
}
.footer span {
  display: block;
  margin-bottom: 30px;
  font-size: 14px;
}
.footer span a {
  color: #ccc;
  font-weight: 400;
  font-size: 16px;
}
.footer .social {
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  margin-bottom: 30px;
  padding: 30px 0;
}
.footer .social ul li {
  list-style: none;
  margin-right: 16px;
  display: inline-block;
}
.footer .social ul li a {
  font-size: 17px;
  color: #ccc;
}
.footer .social ul li span {
  display: none;
}
.footer .social .twitter a::before {
  content: "\F00C";
  font-size: 18px;
  font-family: "IconosElEspanol";
  color: #fff;
}
.footer .social .facebook a::before {
  content: "\F00B";
  font-size: 18px;
  font-family: "IconosElEspanol";
  color: #fff;
}
.footer .social .youtube a::before {
  content: "\FFC3";
  font-size: 18px;
  font-family: "IconosElEspanol";
  color: #fff;
}
.footer .social .instagram a::before {
  content: "\FFC1";
  font-size: 18px;
  font-family: "IconosElEspanol";
  color: #fff;
}
.footer .social .spotify a::before {
  content: "\FFC2";
  font-size: 18px;
  font-family: "IconosElEspanol";
  color: #fff;
}
.footer small {
  font-size: 14px;
}
.footer small acronym {
  font-size: 14px;
}

/* *********** - mediaquery - *********** */
@media screen and (max-width: 767px) {
  .bloque-menciones {
    padding-bottom: 30px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .bloque-menciones div {
    border-left: none;
    border-top: 1px solid #979797;
    padding-top: 30px;
  }
  .bloque-menciones div:first-of-type {
    border-top: none;
    border-left: none;
  }
}
@media screen and (max-width: 768px) {
  html, * {
    font-size: 16px;
  }

  p {
    font-size: 1em;
  }

  h1 {
    font-size: 1.5em;
    line-height: 1.1em;
  }

  p, .subtitle {
    font-family: 1.1em;
  }

  .dos-colum {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  h2 {
    font-size: 1.3em;
  }

  h3 {
    font-size: 1.1em;
  }

  #header .nav-primero .suscribete h3 {
    margin-right: 15px;
  }

  .bloque-menciones {
    margin-top: 60px;
  }

  .galeria {
    background: transparent;
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  html, * {
    font-size: 16px;
  }

  p {
    font-size: 1.1em;
  }

  h1 {
    font-size: 1.6em;
    line-height: 1.1em;
  }

  p, .subtitle {
    font-family: 1.1em;
  }

  h2 {
    font-size: 1.5em;
  }

  h3 {
    font-size: 1.1em;
  }

  #header .nav-primero .suscribete h3 {
    margin-right: 15px;
  }

  .bloque-menciones {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .dos-colum {
    height: auto;
  }
}

/*# sourceMappingURL=style.css.map */
