/* line 30, ../sass/style.scss */
.navbar-default {
  background-color: transparent;
}

/* line 33, ../sass/style.scss */
.header {
  border: none;
  min-height: 40px;
}
/* line 36, ../sass/style.scss */
.header .header-el-espanol {
  height: 41px;
  border-bottom: 1px solid #eeeeee;
  background-color: #ffffff;
  text-align: center;
  position: relative;
}
/* line 42, ../sass/style.scss */
.header .header-el-espanol ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 46, ../sass/style.scss */
.header .header-el-espanol ul .icon-el-espanol {
  list-style: none;
  display: inline-block;
}
/* line 49, ../sass/style.scss */
.header .header-el-espanol ul .icon-el-espanol .link-el-espanol {
  text-decoration: none;
  display: inline-block;
  color: #191A1E;
}
/* line 53, ../sass/style.scss */
.header .header-el-espanol ul .icon-el-espanol .link-el-espanol:before {
  content: "\e900";
  font-size: 26px;
  line-height: 40px;
}
/* line 58, ../sass/style.scss */
.header .header-el-espanol ul .icon-el-espanol .link-el-espanol span {
  display: none;
}
/* line 63, ../sass/style.scss */
.header .header-el-espanol ul .btn-subscribe {
  position: absolute;
  list-style: none;
  right: 15px;
  top: 0;
}
/* line 68, ../sass/style.scss */
.header .header-el-espanol ul .btn-subscribe .link-subscribe {
  text-decoration: none;
  color: #B39500;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
}
/* line 80, ../sass/style.scss */
.header .nav-segundo {
  text-align: center;
  position: relative;
  background-color: #fff;
  height: 60px;
  border-bottom: 1px solid #f2f2f2;
}
/* line 88, ../sass/style.scss */
.header .nav-segundo .wraper-brand .colaboracion {
  position: absolute;
  left: 10px;
  display: block;
  background-color: transparent;
  color: #333333;
  line-height: 60px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 101, ../sass/style.scss */
.header .nav-segundo .wraper-brand .logo-brand {
  text-decoration: none;
  text-align: center;
  display: inline-block;
}
/* line 105, ../sass/style.scss */
.header .nav-segundo .wraper-brand .logo-brand img {
  margin-top: 15px;
  width: auto;
  height: 30px;
}
@media only screen and (min-width: 768px) {
  /* line 111, ../sass/style.scss */
  .header .nav-segundo .wraper-brand .logo-brand img {
    margin-top: 5px;
    width: auto;
    height: 58px;
  }
}
/* line 119, ../sass/style.scss */
.header .nav-segundo .social-header {
  position: absolute;
  padding: 0;
  margin: 0;
  right: 15px;
  top: 15px;
}
/* line 125, ../sass/style.scss */
.header .nav-segundo .social-header .twitter-header {
  padding: 0;
  display: inline-block;
  list-style: none;
  background: transparent;
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  -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;
  margin-right: 5px;
  border: 1px solid #DEDEDE;
}
/* line 18, ../sass/style.scss */
.header .nav-segundo .social-header .twitter-header:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 129, ../sass/style.scss */
.header .nav-segundo .social-header .twitter-header button {
  padding: 0;
  border: none;
  background: transparent;
  vertical-align: middle;
  line-height: 30px;
  outline: none;
}
/* line 131, ../sass/style.scss */
.header .nav-segundo .social-header .twitter-header button span {
  display: none;
}
/* line 134, ../sass/style.scss */
.header .nav-segundo .social-header .twitter-header button:before {
  content: "\F00C";
  font-size: 17px;
  font-family: "IconosElEspanol";
  color: #333;
}
/* line 142, ../sass/style.scss */
.header .nav-segundo .social-header .facebook-header {
  padding: 0;
  display: inline-block;
  list-style: none;
  background: transparent;
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  -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;
  border: 1px solid #DEDEDE;
}
/* line 18, ../sass/style.scss */
.header .nav-segundo .social-header .facebook-header:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 145, ../sass/style.scss */
.header .nav-segundo .social-header .facebook-header button {
  padding: 0;
  border: none;
  background: transparent;
  vertical-align: middle;
  line-height: 30px;
  outline: none;
}
/* line 147, ../sass/style.scss */
.header .nav-segundo .social-header .facebook-header button span {
  display: none;
}
/* line 150, ../sass/style.scss */
.header .nav-segundo .social-header .facebook-header button:before {
  content: "\F00B";
  font-size: 17px;
  font-family: "IconosElEspanol";
  color: #333;
}

@media only screen and (min-width: 768px) {
  /* line 165, ../sass/style.scss */
  .header .header-el-espanol ul .icon-el-espanol {
    cursor: pointer;
  }
  /* line 168, ../sass/style.scss */
  .header .header-el-espanol ul .btn-subscribe {
    cursor: pointer;
    top: 4px;
  }
  /* line 171, ../sass/style.scss */
  .header .header-el-espanol ul .btn-subscribe .link-subscribe {
    display: block;
    border: 1px solid #B39500;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    width: 97px;
    height: 33px;
    background-color: #fff;
    line-height: 31px;
  }
  /* line 189, ../sass/style.scss */
  .header .nav-segundo .wraper-brand .logo-brand {
    display: inline-block;
  }
  /* line 191, ../sass/style.scss */
  .header .nav-segundo .wraper-brand .logo-brand img {
    width: auto;
    height: 50px;
    margin-top: 5px;
  }
  /* line 198, ../sass/style.scss */
  .header .nav-segundo .social-header {
    top: 12px;
  }
  /* line 200, ../sass/style.scss */
  .header .nav-segundo .social-header .twitter-header {
    width: 36px;
    height: 36px;
  }
  /* line 203, ../sass/style.scss */
  .header .nav-segundo .social-header .twitter-header button {
    line-height: 36px;
  }
  /* line 205, ../sass/style.scss */
  .header .nav-segundo .social-header .twitter-header button:before {
    font-size: 20px;
  }
  /* line 210, ../sass/style.scss */
  .header .nav-segundo .social-header .facebook-header {
    width: 36px;
    height: 36px;
  }
  /* line 213, ../sass/style.scss */
  .header .nav-segundo .social-header .facebook-header button {
    line-height: 36px;
  }
  /* line 215, ../sass/style.scss */
  .header .nav-segundo .social-header .facebook-header button:before {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 230, ../sass/style.scss */
  .header .header-el-espanol ul .btn-subscribe .link-subscribe:hover {
    background-color: #B39500;
    color: #fff;
  }
}
/* *********** color *********** */
/* *********** typo *********** */
/* line 253, ../sass/style.scss */
::root {
  font-size: 100%;
}

/* line 256, ../sass/style.scss */
html {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
}

/* line 261, ../sass/style.scss */
body {
  background-color: #01000D;
}

/* line 264, ../sass/style.scss */
h1 {
  font-size: 2.188rem;
  font-family: "Roboto", sans-serif;
  color: #F9F9F9;
  margin: 0;
  font-weight: 400;
}

/* line 271, ../sass/style.scss */
h2 {
  font-size: 1.250rem;
  font-family: "Roboto", sans-serif;
  text-align: center;
  color: #F9F9F9;
  margin-top: 0;
}

/* line 278, ../sass/style.scss */
h3 {
  font-size: 1.25rem;
  font-family: "Roboto Condensed", sans-serif;
  color: #0A94D5;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 300;
}
/* line 286, ../sass/style.scss */
h3 strong {
  font-size: 1.25rem;
  font-family: "Roboto Condensed", sans-serif;
}
/* line 291, ../sass/style.scss */
h3.title-section {
  margin-bottom: 30px;
}
/* line 294, ../sass/style.scss */
h3.title-section:after {
  content: "";
  width: 100px;
  height: 5px;
  background-color: #0A94D5;
  display: block;
  margin-top: 10px;
}

/* line 304, ../sass/style.scss */
h4 {
  color: #0A94D5;
  font-family: "Roboto Condensed", sans-serif;
}

/* line 309, ../sass/style.scss */
p {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  color: #F9F9F9;
}
/* line 313, ../sass/style.scss */
p:first-of-type {
  margin-top: 5px;
}

/* line 317, ../sass/style.scss */
a {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  color: #0A94D5;
  font-weight: 600;
}

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

/* line 326, ../sass/style.scss */
.margin-top-m {
  margin-top: 30px;
}

/* line 329, ../sass/style.scss */
.padding-bottom-m {
  padding-bottom: 30px;
}

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

/* line 335, ../sass/style.scss */
.margin-bottom-s {
  margin-bottom: 15px;
}

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

/* header */
/* line 343, ../sass/style.scss */
.header-home .bar-top .wrapper .dropdown-menu {
  margin-top: 0px;
}
/* line 346, ../sass/style.scss */
.header-home .bar-top .wrapper .wrapper-right .header-subscribe {
  background-color: #ccb452;
}

/* line 350, ../sass/style.scss */
.navbar-default {
  background-color: transparent;
}

/* line 354, ../sass/style.scss */
#header .nav-primero {
  height: 50px;
}
/* line 357, ../sass/style.scss */
#header .nav-primero .logo-espanol .icon-el-espanol {
  font-size: 1.300em;
  line-height: 1;
  margin-top: 0px;
  color: #222;
}
/* line 362, ../sass/style.scss */
#header .nav-primero .logo-espanol .icon-el-espanol:before {
  margin-top: 10px;
}
/* line 368, ../sass/style.scss */
#header .nav-segundo {
  background-color: rgba(1, 0, 13, 0.85);
  height: 50px;
}
/* line 371, ../sass/style.scss */
#header .nav-segundo .colaboracion {
  width: 100px;
  display: inline-block;
  line-height: 14px;
  padding: 10px 0 0 0;
  text-align: left;
  color: #dadada;
  vertical-align: middle;
  font-weight: 300;
  font-size: 14px;
}
/* line 383, ../sass/style.scss */
#header .nav-segundo .logo-brand {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 390, ../sass/style.scss */
#header .nav-segundo .logo-brand img {
  width: 80%;
  margin-top: 10px;
}
/* line 395, ../sass/style.scss */
#header .nav-segundo .social-header {
  top: 11px;
}
/* line 397, ../sass/style.scss */
#header .nav-segundo .social-header li {
  background-color: transparent;
  border: 1px solid #dadada;
  width: 28px;
  height: 28px;
}
/* line 402, ../sass/style.scss */
#header .nav-segundo .social-header li button {
  line-height: 28px;
}
/* line 406, ../sass/style.scss */
#header .nav-segundo .social-header .twitter-header button::before, #header .nav-segundo .social-header .facebook-header button::before {
  color: #dadada;
  font-size: 20px;
}

/* contenido  */
/* line 416, ../sass/style.scss */
.intro-container {
  position: relative;
  background-image: -moz-linear-gradient(top, rgba(1, 0, 13, 0.7) 0%, #01000d 100%), url(../img/universe.jpg);
  background-image: -webkit-linear-gradient(top, rgba(1, 0, 13, 0.7) 0%, #01000d 100%), url(../img/universe.jpg);
  background-image: linear-gradient(to bottom, rgba(1, 0, 13, 0.7) 0%, #01000d 100%), url(../img/universe.jpg);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0001000d', endColorstr='#01000d',GradientType=0 ), url(../img/universe.jpg);
  background-position: top center;
  background-size: 300%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
}
/* line 428, ../sass/style.scss */
.intro-container .intro-title {
  margin-top: 140px;
}
/* line 431, ../sass/style.scss */
.intro-container .intro-title .intro-background .intro-border {
  border: 2px solid #0A94D5;
  border-top: none;
  position: relative;
  margin-top: 30px;
  padding: 0 10px;
}
/* line 437, ../sass/style.scss */
.intro-container .intro-title .intro-background .intro-border::before {
  content: "";
  position: absolute;
  width: 15%;
  height: 2px;
  background-color: #0A94D5;
  top: 0;
  left: 0;
}
/* line 446, ../sass/style.scss */
.intro-container .intro-title .intro-background .intro-border::after {
  content: "";
  position: absolute;
  width: 15%;
  height: 2px;
  background-color: #0A94D5;
  top: 0;
  right: 0;
}
/* line 455, ../sass/style.scss */
.intro-container .intro-title .intro-background .intro-border .openmind-logo {
  width: 120px;
  height: auto;
  position: absolute;
  top: -5px;
  right: 0;
  left: 0;
}
/* line 463, ../sass/style.scss */
.intro-container .intro-title .intro-background .intro-border h1 {
  padding-top: 30px;
}
/* line 466, ../sass/style.scss */
.intro-container .intro-title .intro-background .intro-border h2 {
  margin-top: 10px;
  position: relative;
  font-weight: 300;
}
/* line 470, ../sass/style.scss */
.intro-container .intro-title .intro-background .intro-border h2::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  top: 40px;
  left: 25%;
  background-color: #0A94D5;
}
/* line 480, ../sass/style.scss */
.intro-container .intro-title .intro-background .intro-border p {
  margin-top: 40px;
  text-align: center;
  margin-bottom: 20px;
}
/* line 488, ../sass/style.scss */
.intro-container .video {
  z-index: 2;
}
/* line 491, ../sass/style.scss */
.intro-container::after {
  content: "";
  height: 300px;
  width: 150%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 1;
  background-image: -webkit-linear-gradient(top, rgba(1, 0, 13, 0) 0%, #01000d 100%);
  background-image: -moz-linear-gradient(top, rgba(1, 0, 13, 0) 0%, #01000d 100%);
  background-image: -o-linear-gradient(top, rgba(1, 0, 13, 0) 0%, #01000d 100%);
  background-image: linear-gradient(to bottom, rgba(1, 0, 13, 0) 0%, #01000d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0001000d', endColorstr='#01000d',GradientType=0 );
}

/* line 509, ../sass/style.scss */
.book-downloader {
  border: 2px solid #0A94D5;
  padding: 30px;
  margin-bottom: 30px;
}
/* line 513, ../sass/style.scss */
.book-downloader h3 {
  text-align: center;
}
/* line 517, ../sass/style.scss */
.book-downloader .btn-container .btn-downloader {
  border: 1px solid #F9F9F9;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  margin-top: 20px;
  padding: 10px 20px;
  position: relative;
  display: block;
  text-decoration: none;
}
/* line 530, ../sass/style.scss */
.book-downloader .btn-container .btn-downloader .downloader-txt h4 {
  padding: 0;
  margin: 0;
  font-weight: 300;
}
/* line 535, ../sass/style.scss */
.book-downloader .btn-container .btn-downloader .downloader-txt span {
  font-family: "Roboto", sans-serif;
  color: #F9F9F9;
  font-size: 0.875rem;
  font-weight: 100;
}
/* line 542, ../sass/style.scss */
.book-downloader .btn-container .btn-downloader .downloader-icon {
  position: absolute;
  color: #F9F9F9;
  right: 20px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 555, ../sass/style.scss */
.book-downloader-big {
  margin-bottom: 40px;
}
/* line 560, ../sass/style.scss */
.book-downloader-big h3 {
  margin-bottom: 30px;
  line-height: 1.3;
}
/* line 567, ../sass/style.scss */
.book-downloader-big .btn-container .btn-downloader {
  border: 1px solid #F9F9F9;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  margin-top: 20px;
  padding: 10px 20px;
  position: relative;
  display: block;
  text-decoration: none;
}
/* line 580, ../sass/style.scss */
.book-downloader-big .btn-container .btn-downloader .downloader-txt h4 {
  padding: 0;
  margin: 0;
  font-weight: 300;
}
/* line 585, ../sass/style.scss */
.book-downloader-big .btn-container .btn-downloader .downloader-txt span {
  font-family: "Roboto", sans-serif;
  color: #F9F9F9;
  font-size: 0.875rem;
  font-weight: 100;
}
/* line 592, ../sass/style.scss */
.book-downloader-big .btn-container .btn-downloader .downloader-icon {
  position: absolute;
  color: #F9F9F9;
  right: 20px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 604, ../sass/style.scss */
.txt-pie-foto {
  color: #9C9C9C;
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  margin-top: 10px;
  line-height: 1.2rem;
}

/* line 612, ../sass/style.scss */
.owl-carousel.owl-theme {
  margin-top: 30px;
  margin-bottom: 30px;
}
/* line 615, ../sass/style.scss */
.owl-carousel.owl-theme .item {
  padding: 20px 5px;
  text-align: center;
  height: 448px;
  position: relative;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
/* line 623, ../sass/style.scss */
.owl-carousel.owl-theme .item .thumbnail-author {
  width: 90px;
  height: 90px;
}
/* line 627, ../sass/style.scss */
.owl-carousel.owl-theme .item .author-name {
  font-family: "Roboto", sans-serif;
  font-size: 1.375rem;
  color: #F9F9F9;
  margin-top: 10px;
  margin-bottom: 0;
}
/* line 634, ../sass/style.scss */
.owl-carousel.owl-theme .item .author-description {
  font-family: "Roboto", sans-serif;
  color: #F9F9F9;
  font-size: 0.875rem;
  font-weight: 100;
  line-height: 1;
}
/* line 641, ../sass/style.scss */
.owl-carousel.owl-theme .item .article-title {
  margin-top: 20px;
  color: #0A94D5;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 300;
}
/* line 650, ../sass/style.scss */
.owl-carousel.owl-theme .item .btn-article {
  color: #F9F9F9;
  text-transform: uppercase;
  font-weight: 100;
  padding: 15px 30px;
  border: 1px solid #F9F9F9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  display: block;
  position: absolute;
  text-decoration: none;
  bottom: 20px;
  right: 20px;
  left: 20px;
}
/* line 669, ../sass/style.scss */
.owl-carousel.owl-theme .author01 {
  background-image: url(../img/bg-card-author/author-card-01.jpg);
}
/* line 672, ../sass/style.scss */
.owl-carousel.owl-theme .author02 {
  background-image: url(../img/bg-card-author/author-card-02.jpg);
}
/* line 675, ../sass/style.scss */
.owl-carousel.owl-theme .author03 {
  background-image: url(../img/bg-card-author/author-card-03.jpg);
}
/* line 678, ../sass/style.scss */
.owl-carousel.owl-theme .author04 {
  background-image: url(../img/bg-card-author/author-card-04.jpg);
}
/* line 681, ../sass/style.scss */
.owl-carousel.owl-theme .author05 {
  background-image: url(../img/bg-card-author/author-card-05.jpg);
}
/* line 684, ../sass/style.scss */
.owl-carousel.owl-theme .author06 {
  background-image: url(../img/bg-card-author/author-card-06.jpg);
}
/* line 687, ../sass/style.scss */
.owl-carousel.owl-theme .author07 {
  background-image: url(../img/bg-card-author/author-card-07.jpg);
}
/* line 690, ../sass/style.scss */
.owl-carousel.owl-theme .author08 {
  background-image: url(../img/bg-card-author/author-card-08.jpg);
}
/* line 693, ../sass/style.scss */
.owl-carousel.owl-theme .author09 {
  background-image: url(../img/bg-card-author/author-card-09.jpg);
}
/* line 696, ../sass/style.scss */
.owl-carousel.owl-theme .author10 {
  background-image: url(../img/bg-card-author/author-card-10.jpg);
}
/* line 699, ../sass/style.scss */
.owl-carousel.owl-theme .author11 {
  background-image: url(../img/bg-card-author/author-card-11.jpg);
}
/* line 702, ../sass/style.scss */
.owl-carousel.owl-theme .author12 {
  background-image: url(../img/bg-card-author/author-card-12.jpg);
}
/* line 705, ../sass/style.scss */
.owl-carousel.owl-theme .author13 {
  background-image: url(../img/bg-card-author/author-card-13.jpg);
}
/* line 708, ../sass/style.scss */
.owl-carousel.owl-theme .author14 {
  background-image: url(../img/bg-card-author/author-card-14.jpg);
}
/* line 711, ../sass/style.scss */
.owl-carousel.owl-theme .author15 {
  background-image: url(../img/bg-card-author/author-card-15.jpg);
}
/* line 714, ../sass/style.scss */
.owl-carousel.owl-theme .author16 {
  background-image: url(../img/bg-card-author/author-card-16.jpg);
}
/* line 717, ../sass/style.scss */
.owl-carousel.owl-theme .author17 {
  background-image: url(../img/bg-card-author/author-card-17.jpg);
}
/* line 720, ../sass/style.scss */
.owl-carousel.owl-theme .author18 {
  background-image: url(../img/bg-card-author/author-card-18.jpg);
}
/* line 723, ../sass/style.scss */
.owl-carousel.owl-theme .author19 {
  background-image: url(../img/bg-card-author/author-card-19.jpg);
}
/* line 726, ../sass/style.scss */
.owl-carousel.owl-theme .author20 {
  background-image: url(../img/bg-card-author/author-card-20.jpg);
}
/* line 729, ../sass/style.scss */
.owl-carousel.owl-theme .author21 {
  background-image: url(../img/bg-card-author/author-card-21.jpg);
}
/* line 732, ../sass/style.scss */
.owl-carousel.owl-theme .author22 {
  background-image: url(../img/bg-card-author/author-card-22.jpg);
}
/* line 735, ../sass/style.scss */
.owl-carousel.owl-theme .author23 {
  background-image: url(../img/bg-card-author/author-card-23.jpg);
}

/* line 739, ../sass/style.scss */
.owl-theme .owl-nav .owl-next, .owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next:hover, .owl-theme .owl-nav .owl-prev:hover {
  background: transparent;
  width: 40px;
}

/* line 743, ../sass/style.scss */
.footer .txt-cliente-footer a {
  text-decoration: none;
  font-weight: bold;
}

/********************************* Mediaqueries  ***********************************
************************************************************************************/
/* Zoom in Keyframes */
/*End of Zoom in Keyframes */
@media only screen and (min-width: 768px) {
  /* line 787, ../sass/style.scss */
  h3, h3 strong {
    font-size: 1.58rem;
  }

  /* line 790, ../sass/style.scss */
  p, a {
    font-size: 1.15rem;
  }

  /* line 794, ../sass/style.scss */
  #header .nav-segundo .colaboracion {
    padding-left: 5px;
    padding-top: 0;
    display: inline;
    line-height: 50px;
  }
  /* line 800, ../sass/style.scss */
  #header .nav-segundo .logo-brand img {
    width: auto;
    margin-top: 0;
  }

  /* line 807, ../sass/style.scss */
  .intro-container {
    background-image: url(../img/universe.jpg);
    background-image: -webkit-linear-gradient(top, rgba(1, 0, 13, 0.05) 0%, #01000d 100%), url(../img/universe.jpg);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-animation: zoomin 10s ease-in infinite;
    animation: zoomin 10s ease-in infinite;
    transition: all .5s ease-in-out;
  }
  /* line 822, ../sass/style.scss */
  .intro-container .intro-title .intro-background {
    background-color: rgba(1, 0, 13, 0.6);
    padding: 5px 30px 30px 30px;
  }
  /* line 825, ../sass/style.scss */
  .intro-container .intro-title .intro-background .intro-border {
    padding: 0 30px;
  }
  /* line 827, ../sass/style.scss */
  .intro-container .intro-title .intro-background .intro-border::before {
    width: 25%;
  }
  /* line 830, ../sass/style.scss */
  .intro-container .intro-title .intro-background .intro-border::after {
    width: 25%;
  }
  /* line 833, ../sass/style.scss */
  .intro-container .intro-title .intro-background .intro-border .openmind-logo {
    width: 170px;
    top: -15px;
  }
  /* line 837, ../sass/style.scss */
  .intro-container .intro-title .intro-background .intro-border p {
    font-size: 1rem;
    margin-bottom: 30px;
  }

  /* line 846, ../sass/style.scss */
  .book-downloader .btn-container {
    display: -webkit-flex;
    display: -o-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
  }
  /* line 852, ../sass/style.scss */
  .book-downloader .btn-container .btn-downloader {
    width: 100%;
    margin-right: 30px;
  }
  /* line 855, ../sass/style.scss */
  .book-downloader .btn-container .btn-downloader:last-child {
    margin-right: 0;
  }
  /* line 858, ../sass/style.scss */
  .book-downloader .btn-container .btn-downloader:hover {
    background-color: rgba(10, 148, 213, 0.2);
  }

  /* line 866, ../sass/style.scss */
  .book-downloader-big .btn-container {
    display: -webkit-flex;
    display: -o-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
  }
  /* line 872, ../sass/style.scss */
  .book-downloader-big .btn-container .btn-downloader {
    width: 100%;
    margin-right: 30px;
  }
  /* line 875, ../sass/style.scss */
  .book-downloader-big .btn-container .btn-downloader:last-child {
    margin-right: 0;
  }
  /* line 878, ../sass/style.scss */
  .book-downloader-big .btn-container .btn-downloader:hover {
    background-color: rgba(10, 148, 213, 0.2);
  }
}
/* line 886, ../sass/style.scss */
.book-downloader-recurses {
  font-size: 0;
}
/* line 889, ../sass/style.scss */
.book-downloader-recurses .book-downloader-img,
.book-downloader-recurses .book-downloader-links {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
/* line 895, ../sass/style.scss */
.book-downloader-recurses .book-downloader-img img,
.book-downloader-recurses .book-downloader-links img {
  width: 100%;
  max-height: 292px;
}
@media only screen and (min-width: 768px) {
  /* line 889, ../sass/style.scss */
  .book-downloader-recurses .book-downloader-img,
  .book-downloader-recurses .book-downloader-links {
    display: inline-block;
    width: 50%;
  }
}
/* line 906, ../sass/style.scss */
.book-downloader-recurses .book-downloader-img {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  /* line 906, ../sass/style.scss */
  .book-downloader-recurses .book-downloader-img {
    margin-left: 0;
  }
}
/* line 915, ../sass/style.scss */
.book-downloader-recurses .book-downloader-links a {
  border: 1px solid #0A94D5;
  margin-left: 0;
  display: block;
  min-height: 84px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-top: 14px;
  position: relative;
  border-radius: 3px;
}
@media only screen and (min-width: 768px) {
  /* line 915, ../sass/style.scss */
  .book-downloader-recurses .book-downloader-links a {
    margin-left: 40px;
  }
}
/* line 947, ../sass/style.scss */
.book-downloader-recurses .book-downloader-links a:hover {
  text-decoration: none;
  cursor: pointer;
  background-color: rgba(10, 148, 213, 0.3);
}
/* line 965, ../sass/style.scss */
.book-downloader-recurses .book-downloader-links a:hover h4 {
  color: #fff;
}
/* line 970, ../sass/style.scss */
.book-downloader-recurses .book-downloader-links a:last-of-type {
  margin-bottom: 0;
}
/* line 975, ../sass/style.scss */
.book-downloader-recurses .book-downloader-links h4 {
  display: block;
  margin-bottom: 0;
  color: #fff;
}
/* line 981, ../sass/style.scss */
.book-downloader-recurses .book-downloader-links .downloader-icon {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 26px;
}
/* line 988, ../sass/style.scss */
.book-downloader-recurses .book-downloader-links .glyphicon-download-alt:before {
  color: #fff;
  font-size: 24px;
}
/* line 993, ../sass/style.scss */
.book-downloader-recurses .book-downloader-links .downloader-txt span {
  font-family: "Roboto", sans-serif;
  color: #F9F9F9;
  font-size: 0.875rem;
  font-weight: 100;
}

@media only screen and (min-width: 992px) {
  /* line 1003, ../sass/style.scss */
  .owl-theme {
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
  /* line 1007, ../sass/style.scss */
  .owl-theme .btn-article:hover {
    background-color: rgba(10, 148, 213, 0.2);
  }

  /* line 1011, ../sass/style.scss */
  .owl-theme .owl-nav .owl-next, .owl-theme .owl-nav .owl-prev {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 40%;
  }
  /* line 1016, ../sass/style.scss */
  .owl-theme .owl-nav .owl-next:hover, .owl-theme .owl-nav .owl-prev:hover {
    width: 60px;
  }

  /* line 1020, ../sass/style.scss */
  .owl-theme .owl-nav .owl-prev {
    left: -60px;
  }

  /* line 1023, ../sass/style.scss */
  .owl-theme .owl-nav .owl-next {
    right: -60px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 1028, ../sass/style.scss */
  .intro-container {
    background-size: 100%;
  }
  /* line 1032, ../sass/style.scss */
  .intro-container .intro-title .intro-background .intro-border {
    padding: 0 40px;
  }
  /* line 1034, ../sass/style.scss */
  .intro-container .intro-title .intro-background .intro-border::before {
    width: 25%;
  }
  /* line 1037, ../sass/style.scss */
  .intro-container .intro-title .intro-background .intro-border::after {
    width: 25%;
  }
  /* line 1040, ../sass/style.scss */
  .intro-container .intro-title .intro-background .intro-border h1 {
    padding-top: 60px;
    font-size: 5.625rem;
  }
  /* line 1044, ../sass/style.scss */
  .intro-container .intro-title .intro-background .intro-border h2 {
    font-size: 2.5rem;
  }
  /* line 1046, ../sass/style.scss */
  .intro-container .intro-title .intro-background .intro-border h2::after {
    width: 25%;
    top: 70px;
    left: 37.5%;
  }
  /* line 1052, ../sass/style.scss */
  .intro-container .intro-title .intro-background .intro-border p {
    margin: 60px 180px;
    font-size: 1.25rem;
  }

  /* line 1060, ../sass/style.scss */
  .backgrounds-articles {
    background: url(../img/backgrounds/bg-01-transplante-celulas.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
  }
  /* line 1065, ../sass/style.scss */
  .backgrounds-articles .container {
    background-color: rgba(1, 0, 13, 0.8);
  }
}
@media only screen and (min-width: 1250px) {
  /* line 1072, ../sass/style.scss */
  .owl-carousel.owl-theme {
    width: 100%;
  }
  /* line 1074, ../sass/style.scss */
  .owl-carousel.owl-theme .item {
    padding: 30px 20px;
    height: 490px;
    border: 1px solid #0A94D5;
  }
  /* line 1078, ../sass/style.scss */
  .owl-carousel.owl-theme .item .thumbnail-author {
    width: 120px;
    height: 120px;
  }
  /* line 1082, ../sass/style.scss */
  .owl-carousel.owl-theme .item .author-name {
    font-size: 1.5rem;
  }
  /* line 1085, ../sass/style.scss */
  .owl-carousel.owl-theme .item .author-description {
    font-size: 1rem;
  }
  /* line 1088, ../sass/style.scss */
  .owl-carousel.owl-theme .item .article-title {
    margin-top: 30px;
    font-size: 1.375rem;
  }
}
/* line 1096, ../sass/style.scss */
.footer {
  background-color: #01000D;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
/* line 1101, ../sass/style.scss */
.footer .logo-espanol-gris .icon-el-espanol:before {
  color: #fff;
}
/* line 1106, ../sass/style.scss */
.footer .social .youtube a::before,
.footer .social .instagram a::before,
.footer .social .spotify a::before,
.footer .social .facebook a::before,
.footer .social .twitter a::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 100;
}

/* line 1120, ../sass/style.scss */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #0A94D5;
}

/* line 1124, ../sass/style.scss */
.creditos {
  margin-bottom: 20px;
}
/* line 1127, ../sass/style.scss */
.creditos ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 1132, ../sass/style.scss */
.creditos ol li {
  display: block;
  margin-bottom: 5px;
}
/* line 1136, ../sass/style.scss */
.creditos ol li.item-credito {
  display: block;
}
/* line 1139, ../sass/style.scss */
.creditos ol li.item-credito .text-uppercase {
  margin-right: 2px;
}
/* line 1142, ../sass/style.scss */
.creditos ol li.item-credito .text-author {
  font-size: 14px;
}
/* line 1146, ../sass/style.scss */
.creditos ol li.item-credito span {
  display: inline-block;
  margin-bottom: 10px;
}

/* line 1156, ../sass/style.scss */
.footer .txt-cliente-footer {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  color: #fff;
}
/* line 1162, ../sass/style.scss */
.footer .txt-cliente-footer a {
  color: #fff;
}

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