@charset "UTF-8";
/* *********** icon-moon *********** */
/* *********** icon-moon el español *********** */
@font-face {
  font-family: 'icon-espanol';
  src: url("../fonts/icon-espanol.eot?o8ttbj");
  src: url("../fonts/icon-espanol.eot?o8ttbj#iefix") format("embedded-opentype"), url("../fonts/icon-espanol.ttf?o8ttbj") format("truetype"), url("../fonts/icon-espanol.woff?o8ttbj") format("woff"), url("../fonts/icon-espanol.svg?o8ttbj#icon-espanol") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 13, ../sass/font-face.scss */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon-espanol' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* *********** icons espanol *********** */
@font-face {
  font-family: "IconosElEspanol";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/IconosElEspanol.woff");
}
/* *********** roboto light *********** */
@font-face {
  font-family: "RobotoLight";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Roboto/Roboto-Light-webfont.woff");
}
@font-face {
  font-family: "RobotoBold";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Roboto/Roboto-Bold-webfont.woff");
}
@font-face {
  font-family: "RobotoRegular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Roboto/Roboto-Regular-webfont.woff");
}
/* *********** main *********** */
/* line 6, ../sass/style.scss */
.main {
  margin-top: 120px;
}

/* line 9, ../sass/style.scss */
.padding-cero {
  padding-left: 0;
  padding-right: 0;
}

/* line 13, ../sass/style.scss */
.padding-bottom-l {
  padding-bottom: 60px;
}

/* line 16, ../sass/style.scss */
.margin-top-lg {
  margin-top: 60px;
}

/* *********** typo *********** */
/* line 1, ../sass/font.scss */
html, * {
  font-size: 16px;
}

/* line 4, ../sass/font.scss */
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;
}

/* line 9, ../sass/font.scss */
p, .subtitle {
  font-family: 'Lora', serif;
  color: #222222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 15, ../sass/font.scss */
h1 {
  font-size: 2.500em;
  text-align: center;
  font-weight: 600;
  margin-top: 60px;
  margin-bottom: 60px;
}

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

/* line 29, ../sass/font.scss */
h2 {
  font-size: 1.800em;
  font-weight: 600;
  margin-top: 60px;
}

/* line 34, ../sass/font.scss */
h3 {
  font-size: 1.300em;
  line-height: 0.5em;
  font-weight: 600;
  margin: 0;
}

/* line 40, ../sass/font.scss */
p {
  font-size: 1.2em;
  line-height: 1.500em;
  color: #333;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 47, ../sass/font.scss */
.txt-proyecto, .txt-small {
  color: #1C5BA2;
  font-size: 0.800em;
  margin: 0;
  vertical-align: top;
}

/* line 53, ../sass/font.scss */
.txt-pie-foto {
  font-size: 0.700em;
  line-height: 1.5;
  display: inline-block;
  margin-top: 5px;
}

/* *********** color *********** */
/* line 24, ../sass/style.scss */
.bg-gris {
  background-color: #F7F7F7;
}

/* *********** header *********** */
/* line 19, ../sass/header.scss */
.pos-rel {
  position: relative;
  font-size: 0.800em;
}

/* line 23, ../sass/header.scss */
.navbar-default {
  border: none;
}

/* line 27, ../sass/header.scss */
#header .nav-primero {
  background-color: #fff;
  height: 60px;
}
/* line 30, ../sass/header.scss */
#header .nav-primero a:hover {
  text-decoration: none;
}
/* line 33, ../sass/header.scss */
#header .nav-primero .logo-espanol {
  /*font-family: 'Berlingske', serif;*/
  font-weight: 100;
  color: #323232;
  text-transform: uppercase;
  text-align: center;
  font-size: 31px;
}
/* line 35, ../sass/header.scss */
#header .nav-primero .logo-espanol .icon-el-espanol:before {
  content: "\e900";
  position: relative;
  margin: 0 auto;
  display: inline-block;
  width: 135px;
  margin-top: 12px;
  font-size: 31px;
}
/* line 38, ../sass/header.scss */
#header .nav-primero .logo-espanol h3 {
  font-size: 31px;
}
/* line 41, ../sass/header.scss */
#header .nav-primero .logo-espanol h3 span {
  display: none;
}
/* line 45, ../sass/header.scss */
#header .nav-primero .suscribete {
  position: absolute;
  top: 0;
  right: 15px;
}
/* line 49, ../sass/header.scss */
#header .nav-primero .suscribete h3 {
  font-size: 13px;
  font-weight: 400;
  color: #fc4b2a;
  letter-spacing: 0.04rem;
  margin: 26px 0;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 61, ../sass/header.scss */
#header .nav-segundo {
  position: relative;
  background-color: #1C5BA2;
  height: 60px;
  margin: 0 auto;
  /* *********** social header *********** */
}
/* line 66, ../sass/header.scss */
#header .nav-segundo .logo-brand {
  text-align: center;
  display: block;
  line-height: 18px;
}
/* line 70, ../sass/header.scss */
#header .nav-segundo .logo-brand img {
  max-height: 60px;
  width: auto;
  margin: 0 auto;
  margin-top: 5px;
}
/* line 76, ../sass/header.scss */
#header .nav-segundo .logo-brand span {
  font-family: Arial, sans-serif;
  color: #DBEBFC;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 85, ../sass/header.scss */
#header .nav-segundo .logo-brand .logo-brand:hover {
  text-decoration: none;
}
/* line 90, ../sass/header.scss */
#header .nav-segundo .social-header {
  position: absolute;
  top: 12px;
  right: 15px;
}
/* line 94, ../sass/header.scss */
#header .nav-segundo .social-header li {
  margin-left: 5px;
  width: 36px;
  height: 36px;
  display: inline-block;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}
/* line 109, ../sass/header.scss */
#header .nav-segundo .social-header li button {
  padding: 0;
  border: none;
  background: transparent;
  vertical-align: middle;
  line-height: 36px;
  outline: none;
}
/* line 116, ../sass/header.scss */
#header .nav-segundo .social-header li button span {
  display: none;
}
/* line 121, ../sass/header.scss */
#header .nav-segundo .social-header li:hover {
  background-color: white;
}
/* line 124, ../sass/header.scss */
#header .nav-segundo .social-header .twitter-header button::before {
  content: "\F00C";
  font-size: 24px;
  font-family: "IconosElEspanol";
}
/* line 129, ../sass/header.scss */
#header .nav-segundo .social-header .facebook-header button::before {
  content: "\F00B";
  font-size: 24px;
  font-family: "IconosElEspanol";
}

/* *********** main *********** */
/* line 31, ../sass/style.scss */
.main {
  margin-top: 120px;
}

/* *********** foto principal *********** */
/* line 36, ../sass/style.scss */
.img-principal img {
  max-width: inherit;
  width: 100%;
}

/* *********** - bloque - *********** */
/* line 1, ../sass/scroll-up.scss */
.scrollup {
  width: 40px;
  height: 40px;
  opacity: 0.8;
  position: fixed;
  bottom: 50px;
  right: 50px;
  display: none;
  text-indent: -9999px;
  background: url("../img/icon_top.png") no-repeat;
  z-index: 9999;
}

/* *********** - footer - *********** */
/* line 14, ../sass/footer.scss */
.footer {
  background-color: #262626;
  text-align: center;
  color: #ccc;
  padding: 60px 0;
  font-weight: 100;
  letter-spacing: 1.5px;
}
/* line 21, ../sass/footer.scss */
.footer a:hover {
  text-decoration: none;
}
/* line 25, ../sass/footer.scss */
.footer .logo-espanol-gris h3 {
  text-align: center;
}
/* line 28, ../sass/footer.scss */
.footer .logo-espanol-gris h3 span {
  display: none;
}
/* line 31, ../sass/footer.scss */
.footer .logo-espanol-gris .icon-el-espanol:before {
  content: "\e900";
  position: relative;
  margin: 0 auto;
  display: inline-block;
  width: 135px;
  margin-top: 12px;
  color: #444;
  font-size: 50px;
  width: 300px;
  margin-top: 0;
  margin-bottom: 15px;
}
/* line 40, ../sass/footer.scss */
.footer span {
  display: block;
  margin-bottom: 30px;
  font-size: 14px;
}
/* line 44, ../sass/footer.scss */
.footer span a {
  color: #ccc;
  font-weight: 400;
  font-size: 16px;
}
/* line 50, ../sass/footer.scss */
.footer .social {
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  margin-bottom: 30px;
  padding: 30px 0;
}
/* line 56, ../sass/footer.scss */
.footer .social ul li {
  list-style: none;
  margin-right: 16px;
  display: inline-block;
}
/* line 60, ../sass/footer.scss */
.footer .social ul li a {
  font-size: 17px;
  color: #ccc;
}
/* line 64, ../sass/footer.scss */
.footer .social ul li span {
  display: none;
}
/* line 69, ../sass/footer.scss */
.footer .social .twitter a::before {
  content: "\F00C";
  font-size: 18px;
  font-family: "IconosElEspanol";
  color: #fff;
}
/* line 73, ../sass/footer.scss */
.footer .social .facebook a::before {
  content: "\F00B";
  font-size: 18px;
  font-family: "IconosElEspanol";
  color: #fff;
}
/* line 77, ../sass/footer.scss */
.footer .social .youtube a::before {
  content: "\FFC3";
  font-size: 18px;
  font-family: "IconosElEspanol";
  color: #fff;
}
/* line 81, ../sass/footer.scss */
.footer .social .instagram a::before {
  content: "\FFC1";
  font-size: 18px;
  font-family: "IconosElEspanol";
  color: #fff;
}
/* line 84, ../sass/footer.scss */
.footer .social .spotify a::before {
  content: "\FFC2";
  font-size: 18px;
  font-family: "IconosElEspanol";
  color: #fff;
}
/* line 89, ../sass/footer.scss */
.footer small {
  font-size: 14px;
}
/* line 91, ../sass/footer.scss */
.footer small acronym {
  font-size: 14px;
}

/* *********** - mediaquery - *********** */
@media screen and (max-width: 767px) {
  /* line 2, ../sass/mediaq.scss */
  #header .nav-segundo .logo-brand span {
    font-size: 0.6em;
  }

  /* line 5, ../sass/mediaq.scss */
  #header .nav-segundo .social-header {
    top: 20px;
  }
  /* line 7, ../sass/mediaq.scss */
  #header .nav-segundo .social-header li {
    width: 30px;
    height: 30px;
  }
  /* line 10, ../sass/mediaq.scss */
  #header .nav-segundo .social-header li button {
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  /* line 17, ../sass/mediaq.scss */
  html, * {
    font-size: 16px;
  }

  /* line 20, ../sass/mediaq.scss */
  p {
    font-size: 1em;
  }

  /* line 23, ../sass/mediaq.scss */
  h1 {
    font-size: 1.5em;
    line-height: 1.1em;
  }

  /* line 27, ../sass/mediaq.scss */
  p, .subtitle {
    font-size: 1.1em;
  }

  /* line 30, ../sass/mediaq.scss */
  .dos-colum {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  /* line 35, ../sass/mediaq.scss */
  h2 {
    font-size: 1.3em;
  }

  /* line 38, ../sass/mediaq.scss */
  h3 {
    font-size: 1.1em;
  }

  /* line 41, ../sass/mediaq.scss */
  #header .nav-primero .suscribete {
    right: 0;
  }
  /* line 43, ../sass/mediaq.scss */
  #header .nav-primero .suscribete h3 {
    font-size: 0.7em;
  }

  /* line 47, ../sass/mediaq.scss */
  #header .nav-segundo .social-header {
    right: 15px;
  }
  /* line 49, ../sass/mediaq.scss */
  #header .nav-segundo .social-header li {
    margin-left: 5px;
  }
}
@media screen and (max-width: 1024px) {
  /* line 56, ../sass/mediaq.scss */
  html, * {
    font-size: 16px;
  }

  /* line 59, ../sass/mediaq.scss */
  p {
    font-size: 1.1em;
  }

  /* line 62, ../sass/mediaq.scss */
  h1 {
    font-size: 1.6em;
    line-height: 1.1em;
  }

  /* line 66, ../sass/mediaq.scss */
  p, .subtitle {
    font-size: 1.1em;
  }

  /* line 69, ../sass/mediaq.scss */
  h2 {
    font-size: 1.5em;
  }

  /* line 72, ../sass/mediaq.scss */
  h3 {
    font-size: 1.1em;
  }

  /* line 75, ../sass/mediaq.scss */
  #header .nav-primero .suscribete h3 {
    margin-right: 15px;
  }
}

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