@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px; }
  body a {
    color: #ffc107; }

header {
  height: 100vh;
  border-left: 5px solid #FFC107;
  background-image: url(../img/bg-home.jpg);
  background-position: center;
  background-size: cover; }
  header .bg-light {
    background: transparent !important; }
  header h1 {
    color: #ffc107;
    font-family: 'Roboto Slab', serif;
    font-size: 5rem;
    line-height: 5rem;
    letter-spacing: 10px;
    margin-top: 50px; }
    header h1 span {
      font-family: 'Roboto', sans-serif;
      color: #f2f2f2;
      font-size: 2rem;
      display: block;
      font-weight: 300;
      letter-spacing: 4.5px;
      line-height: 3rem; }
      header h1 span:before {
        content: " ";
        width: 70px;
        margin-left: -90px;
        margin-right: 20px;
        border-bottom: 1px solid #FFC107;
        display: inline-block; }
  header .navbar-collapse {
    justify-content: flex-end; }
  header #main-menu {
    position: fixed;
    left: 5px;
    bottom: 50px;
    padding: 20px;
    z-index: 10000;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    header #main-menu.oculto {
      left: -199px !important;
      background: rgba(0, 0, 0, 0.78); }
      header #main-menu.oculto:before {
        content: "Menú";
        position: absolute;
        top: -50px;
        transform: rotate(-90deg);
        color: #000;
        right: -13px; }
    header #main-menu.bgnegro {
      background: rgba(0, 0, 0, 0.78); }
    header #main-menu ul {
      padding: 0; }
      header #main-menu ul li {
        list-style: none; }
        header #main-menu ul li a {
          height: 45px;
          display: inline-block;
          color: #f2f2f2;
          letter-spacing: 2px;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          header #main-menu ul li a span {
            display: none; }
          header #main-menu ul li a:before {
            content: " ";
            width: 50px;
            border-bottom: 1px solid #FFC107;
            display: inline-block;
            margin-right: 20px;
            margin-left: -30px; }
          header #main-menu ul li a:hover {
            font-size: 1.2em;
            text-decoration: none;
            color: #FFC107;
            padding-left: 10px;
            margin-bottom: 3px; }
            header #main-menu ul li a:hover span {
              display: inline-block;
              font-size: .7em;
              color: #f2f2f2; }
  header p.entradilla {
    font-family: 'Roboto', sans-serif;
    color: #f2f2f2;
    margin-right: 100px;
    border-left: 1px solid #ffc107;
    padding-left: 20px;
    letter-spacing: 1px;
    padding-top: 100px; }

section {
  height: 100vh;
  width: 100%; }
  section#budismo {
    background-color: #F1BE4D;
    background-image: url(../img/svg/bg-budismo.svg);
    background-position: right -100px;
    background-size: 50%;
    background-repeat: no-repeat;
    border-left: 5px solid #c79425; }
  section#espiritismo {
    background-image: url(../img/svg/bg-espiri.svg);
    background-position: left bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #95bf65;
    border-left: 5px solid #6a9636; }
  section#febaha {
    background-color: #7dcdf1;
    background-image: url(../img/svg/bg-braha.svg);
    background-position: left bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    border-left: 5px solid #4ba7ce; }
  section#hare {
    background-image: url(../img/svg/bg-hare.svg);
    background-position: left bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #e4b0ec;
    border-left: 5px solid #be72ca; }
  section#islam {
    background-image: url(../img/svg/bg-islam.svg);
    background-position: left bottom;
    background-size: 100%;
    background-color: #42b7ac;
    border-left: 5px solid #1e9286; }
  section#judaismo {
    background-image: url(../img/svg/bg-juda.svg);
    background-position: left bottom;
    background-size: 100%;
    background-color: #8b91ca;
    border-left: 5px solid #5d64a9; }
  section#intro {
    background: #141414;
    margin-top: -1px;
    color: #ccc;
    border-left: 5px solid #FFC107; }
    section#intro .introd {
      padding-top: 100px; }
  section h1 {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 3.2em;
    font-weight: 400;
    margin: 50px;
    letter-spacing: 2px; }
    section h1 span {
      color: #fff;
      font-size: 1.2rem;
      -webkit-animation: latidos .5s infinite;
      animation: latidos .5s infinite;
      transform-origin: center; }
      section h1 span .quees {
        margin: 20px; }
  section .respuestas {
    height: 45vh;
    overflow-y: scroll;
    margin: 0 50px;
    position: relative;
    margin-top: 50px; }
    section .respuestas h2 {
      color: #fff;
      font-family: 'Roboto Slab', serif;
      /* font-style: italic; */
      margin-bottom: 30px;
      margin-top: 50px; }
      section .respuestas h2:first-child {
        margin-top: 0; }
  section .nombre-personaje h2 {
    font-size: 1.7rem;
    margin-left: 50px; }
    section .nombre-personaje h2 span {
      display: block;
      color: #f2f2f2;
      margin-top: -10px;
      font-size: 0.8em; }
  section .nombre-personaje p {
    margin: 0 50px; }
  section .personaje {
    display: flex;
    justify-content: center;
    align-items: flex-end; }
    section .personaje .item {
      position: relative; }
      section .personaje .item h2 {
        font-size: 3rem;
        letter-spacing: 2px;
        margin-top: -15px; }
        section .personaje .item h2 span {
          color: #f2f2f2;
          display: block;
          margin-top: -20px; }
      section .personaje .item .frase {
        position: absolute;
        border-radius: 13px;
        padding: 17px;
        left: 0;
        font-size: 16px;
        color: rgba(0, 0, 0, 0.45); }
        section .personaje .item .frase:after {
          content: '”';
          font-family: 'Lato', sans-serif;
          position: absolute;
          right: 20px;
          bottom: -110px;
          font-size: 150px;
          color: rgba(0, 0, 0, 0.09); }
        section .personaje .item .frase:before {
          content: '“';
          font-family: 'Lato', sans-serif;
          position: absolute;
          left: -6px;
          top: -34px;
          font-size: 150px;
          color: rgba(0, 0, 0, 0.09); }

.modal .modal-dialog {
  -webkit-transform: translate(0, -50%) !important;
  -o-transform: translate(0, -50%) !important !important;
  transform: translate(0, -50%) !important;
  top: 50%;
  margin: 0 auto;
  width: 80% !important;
  max-width: 80%;
  height: 70vh; }
  .modal .modal-dialog .modal-content {
    height: 100%;
    border-radius: 0 !important; }
    .modal .modal-dialog .modal-content.mbudismo {
      background-color: #F1BE4D;
      background-image: url(../img/svg/bg-budismo.svg);
      background-position: right -100px;
      background-size: 50%;
      background-repeat: no-repeat; }
    .modal .modal-dialog .modal-content.mespiritismo {
      background-color: #95bf65;
      background-image: url(../img/svg/bg-espiri.svg);
      background-position: left bottom;
      background-size: 100%;
      background-repeat: no-repeat; }
    .modal .modal-dialog .modal-content.mfebaha {
      background-color: #7dcdf1;
      background-image: url(../img/svg/bg-braha.svg);
      background-position: left bottom;
      background-size: 100%;
      background-repeat: no-repeat; }
    .modal .modal-dialog .modal-content.mhare {
      background-image: url(../img/svg/bg-hare.svg);
      background-position: left bottom;
      background-size: 100%;
      background-repeat: no-repeat;
      background-color: #e4b0ec; }
    .modal .modal-dialog .modal-content.mislam {
      background-color: #42b7ac;
      background-image: url(../img/svg/bg-islam.svg);
      background-position: left bottom;
      background-size: 100%;
      background-repeat: no-repeat; }
    .modal .modal-dialog .modal-content.mjudaismo {
      background-color: #8b91ca;
      background-image: url(../img/svg/bg-juda.svg);
      background-position: left bottom;
      background-size: 100%;
      background-repeat: no-repeat; }
    .modal .modal-dialog .modal-content.mcreditos {
      background: #333;
      color: #f2f2f2;
      padding: 30px; }
    .modal .modal-dialog .modal-content .mquees {
      padding-left: 30px; }
      .modal .modal-dialog .modal-content .mquees h2 {
        text-transform: uppercase;
        font-size: 3rem;
        margin-top: 20px; }
    .modal .modal-dialog .modal-content .mcifra {
      padding-left: 30px; }
      .modal .modal-dialog .modal-content .mcifra h2 {
        text-transform: uppercase;
        font-size: 4rem;
        margin-top: 20px; }
        .modal .modal-dialog .modal-content .mcifra h2.hare {
          font-size: 2rem !important; }
        .modal .modal-dialog .modal-content .mcifra h2 span {
          color: #f2f2f2;
          font-size: 1.3rem;
          margin-top: -10px;
          display: block;
          letter-spacing: 2px;
          margin-left: 13px; }

footer {
  background: #141414;
  padding: 40px 0;
  color: #b3b1b1;
  font-size: 14px; }
  footer button {
    padding: 7px 20px;
    background: #ffc107;
    border: none; }

@-webkit-keyframes latidos {
  from {
    transform: none; }
  50% {
    transform: scale(1.4); }
  to {
    transform: none; } }

@keyframes latidos {
  from {
    transform: none; }
  50% {
    transform: scale(1.4); }
  to {
    transform: none; } }

/* Let's get this party started */
::-webkit-scrollbar {
  width: 5px; }

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0; }

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: none; }

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.3); }

.sharethis-inline-share-buttons {
  position: fixed;
  bottom: 0;
  text-align: center;
  padding: 10px;
  width: 100%;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.52) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.52) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.52) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#85000000',GradientType=0 ); }

/*# sourceMappingURL=maps/styles.css.map */
