/* *********** color *********** */
/* *********** typo *********** */
::root {
  font-size: 100%;
}

html {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
}

body {
  background-color: #01000D;
}

h1 {
  font-size: 2.188rem;
  font-family: "Roboto", sans-serif;
  color: #F9F9F9;
  margin: 0;
  font-weight: 400;
}

h2 {
  font-size: 1.250rem;
  font-family: "Roboto", sans-serif;
  text-align: center;
  color: #F9F9F9;
  margin-top: 0;
}

h3 {
  font-size: 1.25rem;
  font-family: "Roboto Condensed", sans-serif;
  color: #0A94D5;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 300;
}

h4 {
  color: #0A94D5;
  font-family: "Roboto Condensed", sans-serif;
}

p {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  color: #F9F9F9;
}
p:first-of-type {
  margin-top: 5px;
}

a {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  color: #0A94D5;
  font-weight: 600;
}

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

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

.padding-bottom-m {
  padding-bottom: 30px;
}

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

.margin-bottom-s {
  margin-bottom: 15px;
}

.main {
  margin-top: 30px;
}

/* header */
.header-home .bar-top .wrapper .dropdown-menu {
  margin-top: 0px;
}
.header-home .bar-top .wrapper .wrapper-right .header-subscribe {
  background-color: #ccb452;
}

.navbar-default {
  background-color: transparent;
}

#header .nav-primero {
  height: 50px;
}
#header .nav-primero .logo-espanol .icon-el-espanol {
  font-size: 1.300em;
  line-height: 1;
  margin-top: 0px;
  color: #222;
}
#header .nav-primero .logo-espanol .icon-el-espanol:before {
  margin-top: 10px;
}
#header .nav-segundo {
  background-color: rgba(1, 0, 13, 0.85);
  height: 50px;
}
#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;
}
#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%);
}
#header .nav-segundo .logo-brand img {
  width: 80%;
  margin-top: 10px;
}
#header .nav-segundo .social-header {
  top: 11px;
}
#header .nav-segundo .social-header li {
  background-color: transparent;
  border: 1px solid #dadada;
  width: 28px;
  height: 28px;
}
#header .nav-segundo .social-header li button {
  line-height: 28px;
}
#header .nav-segundo .social-header .twitter-header button::before, #header .nav-segundo .social-header .facebook-header button::before {
  color: #dadada;
  font-size: 20px;
}

/* contenido  */
.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;
}
.intro-container .intro-title {
  margin-top: 140px;
}
.intro-container .intro-title .intro-background .intro-border {
  border: 2px solid #0A94D5;
  border-top: none;
  position: relative;
  margin-top: 30px;
  padding: 0 10px;
}
.intro-container .intro-title .intro-background .intro-border::before {
  content: "";
  position: absolute;
  width: 15%;
  height: 2px;
  background-color: #0A94D5;
  top: 0;
  left: 0;
}
.intro-container .intro-title .intro-background .intro-border::after {
  content: "";
  position: absolute;
  width: 15%;
  height: 2px;
  background-color: #0A94D5;
  top: 0;
  right: 0;
}
.intro-container .intro-title .intro-background .intro-border .openmind-logo {
  width: 120px;
  height: auto;
  position: absolute;
  top: -5px;
  right: 0;
  left: 0;
}
.intro-container .intro-title .intro-background .intro-border h1 {
  padding-top: 30px;
}
.intro-container .intro-title .intro-background .intro-border h2 {
  margin-top: 10px;
  position: relative;
  font-weight: 300;
}
.intro-container .intro-title .intro-background .intro-border h2::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  top: 40px;
  left: 25%;
  background-color: #0A94D5;
}
.intro-container .intro-title .intro-background .intro-border p {
  margin-top: 40px;
  text-align: center;
  margin-bottom: 20px;
}
.intro-container .video {
  z-index: 2;
}
.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 );
}

.book-downloader {
  border: 2px solid #0A94D5;
  padding: 30px;
}
.book-downloader h3 {
  text-align: center;
}
.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;
}
.book-downloader .btn-container .btn-downloader .downloader-txt h4 {
  padding: 0;
  margin: 0;
  font-weight: 300;
}
.book-downloader .btn-container .btn-downloader .downloader-txt span {
  font-family: "Roboto", sans-serif;
  color: #F9F9F9;
  font-size: 0.875rem;
  font-weight: 100;
}
.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%);
}

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

.owl-carousel.owl-theme {
  margin-top: 30px;
}
.owl-carousel.owl-theme .item {
  padding: 20px 5px;
  text-align: center;
  height: 448px;
  border: 2px solid #0A94D5;
  position: relative;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.owl-carousel.owl-theme .item .thumbnail-author {
  width: 90px;
  height: 90px;
}
.owl-carousel.owl-theme .item .author-name {
  font-family: "Roboto", sans-serif;
  font-size: 1.375rem;
  color: #F9F9F9;
  margin-top: 10px;
  margin-bottom: 0;
}
.owl-carousel.owl-theme .item .author-description {
  font-family: "Roboto", sans-serif;
  color: #F9F9F9;
  font-size: 0.875rem;
  font-weight: 100;
  line-height: 1;
}
.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;
}
.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;
}
.owl-carousel.owl-theme .author01 {
  background-image: url(../img/bg-card-author/01-transplante-celulas.jpg);
}
.owl-carousel.owl-theme .author02 {
  background-image: url(../img/bg-card-author/02-origami.jpg);
}
.owl-carousel.owl-theme .author03 {
  background-image: url(../img/bg-card-author/03-mikami-ichikawa.jpg);
}
.owl-carousel.owl-theme .author04 {
  background-image: url(../img/bg-card-author/04-placa.jpg);
}
.owl-carousel.owl-theme .author05 {
  background-image: url(../img/bg-card-author/05-painting-fool.jpg);
}
.owl-carousel.owl-theme .author06 {
  background-image: url(../img/bg-card-author/06-footfalls.jpg);
}
.owl-carousel.owl-theme .author07 {
  background-image: url(../img/bg-card-author/07-lozano-hemmer.jpg);
}
.owl-carousel.owl-theme .author08 {
  background-image: url(../img/bg-card-author/08-sperber.jpg);
}
.owl-carousel.owl-theme .author09 {
  background-image: url(../img/bg-card-author/09-ex-machina.jpg);
}
.owl-carousel.owl-theme .author10 {
  background-image: url(../img/bg-card-author/10-taller-soldadura.jpg);
}
.owl-carousel.owl-theme .author11 {
  background-image: url(../img/bg-card-author/11-sucursal-banco.jpg);
}
.owl-carousel.owl-theme .author12 {
  background-image: url(../img/bg-card-author/12-centro-datos.jpg);
}
.owl-carousel.owl-theme .author13 {
  background-image: url(../img/bg-card-author/13-celulas-cancer.jpg);
}
.owl-carousel.owl-theme .author14 {
  background-image: url(../img/bg-card-author/14-salgado.jpg);
}
.owl-carousel.owl-theme .author15 {
  background-image: url(../img/bg-card-author/15-micrografia-fluorescencia.jpg);
}
.owl-carousel.owl-theme .author16 {
  background-image: url(../img/bg-card-author/16-muro-berlin.jpg);
}
.owl-carousel.owl-theme .author17 {
  background-image: url(../img/bg-card-author/17-jordan-crushed.jpg);
}
.owl-carousel.owl-theme .author18 {
  background-image: url(../img/bg-card-author/18-galaxias-antennae.jpg);
}

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

.footer .txt-cliente-footer a {
  text-decoration: none;
  font-weight: bold;
}

/********************************* Mediaqueries  ***********************************
************************************************************************************/
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 1.875rem;
  }

  p, a {
    font-size: 1.25rem;
  }

  #header .nav-segundo .colaboracion {
    padding-left: 5px;
    padding-top: 0;
    display: inline;
    line-height: 50px;
  }
  #header .nav-segundo .logo-brand img {
    width: auto;
    margin-top: 0;
  }

  .intro-container {
    background-image: url(../img/universe.jpg);
    background-size: 150%;
  }
  .intro-container .intro-title .intro-background {
    background-color: rgba(1, 0, 13, 0.6);
    padding: 5px 30px 30px 30px;
  }
  .intro-container .intro-title .intro-background .intro-border {
    padding: 0 30px;
  }
  .intro-container .intro-title .intro-background .intro-border::before {
    width: 25%;
  }
  .intro-container .intro-title .intro-background .intro-border::after {
    width: 25%;
  }
  .intro-container .intro-title .intro-background .intro-border .openmind-logo {
    width: 170px;
    top: -15px;
  }
  .intro-container .intro-title .intro-background .intro-border p {
    font-size: 1rem;
    margin-bottom: 30px;
  }

  .book-downloader .btn-container {
    display: -webkit-flex;
    display: -o-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
  }
  .book-downloader .btn-container .btn-downloader {
    width: 100%;
    margin-right: 30px;
  }
  .book-downloader .btn-container .btn-downloader:last-child {
    margin-right: 0;
  }
  .book-downloader .btn-container .btn-downloader:hover {
    background-color: rgba(10, 148, 213, 0.2);
  }
}
@media only screen and (min-width: 992px) {
  .owl-theme {
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
  .owl-theme .btn-article:hover {
    background-color: rgba(10, 148, 213, 0.2);
  }

  .owl-theme .owl-nav .owl-next, .owl-theme .owl-nav .owl-prev {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 40%;
  }
  .owl-theme .owl-nav .owl-next:hover, .owl-theme .owl-nav .owl-prev:hover {
    width: 60px;
  }

  .owl-theme .owl-nav .owl-prev {
    left: -60px;
  }

  .owl-theme .owl-nav .owl-next {
    right: -60px;
  }
}
@media only screen and (min-width: 1200px) {
  .intro-container {
    background-size: 100%;
  }
  .intro-container .intro-title .intro-background .intro-border {
    padding: 0 40px;
  }
  .intro-container .intro-title .intro-background .intro-border::before {
    width: 25%;
  }
  .intro-container .intro-title .intro-background .intro-border::after {
    width: 25%;
  }
  .intro-container .intro-title .intro-background .intro-border h1 {
    padding-top: 60px;
    font-size: 5.625rem;
  }
  .intro-container .intro-title .intro-background .intro-border h2 {
    font-size: 2.5rem;
  }
  .intro-container .intro-title .intro-background .intro-border h2::after {
    width: 25%;
    top: 70px;
    left: 37.5%;
  }
  .intro-container .intro-title .intro-background .intro-border p {
    margin: 60px 180px;
    font-size: 1.25rem;
  }

  .backgrounds-articles {
    background: url(../img/backgrounds/bg-01-transplante-celulas.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
  }
  .backgrounds-articles .container {
    background-color: rgba(1, 0, 13, 0.8);
  }
}
@media only screen and (min-width: 1250px) {
  .owl-carousel.owl-theme {
    width: 100%;
  }
  .owl-carousel.owl-theme .item {
    padding: 30px 20px;
    height: 490px;
  }
  .owl-carousel.owl-theme .item .thumbnail-author {
    width: 120px;
    height: 120px;
  }
  .owl-carousel.owl-theme .item .author-name {
    font-size: 1.5rem;
  }
  .owl-carousel.owl-theme .item .author-description {
    font-size: 1rem;
  }
  .owl-carousel.owl-theme .item .article-title {
    margin-top: 30px;
    font-size: 1.375rem;
  }
}

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