@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;
}

.margin-top-m {
  margin-top: 30px;
}

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

h1, h2, h3, h4, h5, h6, .txt-proyecto, .txt-pie-foto, .txt-small {
  font-family: 'Lato', sans-serif;
  color: #222222;
  line-height: 1.3em;
}

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

h2 {
  font-size: 2em;
  font-weight: 600;
  margin-top: 60px;
  color: #003399;
}

h3 {
  font-size: 1.5em;
  font-weight: 600;
  margin: 0;
}

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

/* *********** 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: #003399;
  height: 60px;
  margin: 0 auto;
}
#header .nav-segundo .logo-brand {
  text-align: center;
  display: block;
  line-height: 18px;
}
#header .nav-segundo .logo-brand img {
  max-height: 60px;
  width: auto;
  margin: 0 auto;
  margin-top: 5px;
}
#header .nav-segundo .logo-brand 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-brand .logo-brand:hover {
  text-decoration: none;
}

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

/* *********** foto principal *********** */
.img-principal {
  padding: 15% 0;
  background: url("../img/Panoramica.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}
.img-principal h1 {
  color: #fff;
}

/* *********** - bloque - *********** */
.icon-despiece {
  height: 70px;
  margin-bottom: 30px;
  margin-top: 60px;
}

/* *********** - 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, .footer i {
  display: block;
  margin-bottom: 30px;
  font-size: 14px;
  display: inline-block;
}
.footer span a, .footer i 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: 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;
  }
}
@media screen and (max-width: 1024px) {
  html, * {
    font-size: 16px;
  }

  p {
    font-size: 1.1em;
  }

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

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

  h2 {
    font-size: 1.5em;
  }

  h3 {
    font-size: 1.1em;
  }

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

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